[PC-BSD Commits] r7422 - in pbibuild/modules/audio/amarok-kde4: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 23 09:41:14 PDT 2010
Author: kris
Date: 2010-08-23 09:41:14 -0700 (Mon, 23 Aug 2010)
New Revision: 7422
Modified:
pbibuild/modules/audio/amarok-kde4/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/audio/amarok-kde4/pbi.conf
Log:
Fixed the amarok-kde4 PBI, don't use the gstreamer phonon backend, since its not fully installed, and who wants that crap anyway, default to VLC backend.
Modified: pbibuild/modules/audio/amarok-kde4/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/audio/amarok-kde4/overlay-dir/PBI.SetupScript.sh 2010-08-23 16:01:45 UTC (rev 7421)
+++ pbibuild/modules/audio/amarok-kde4/overlay-dir/PBI.SetupScript.sh 2010-08-23 16:41:14 UTC (rev 7422)
@@ -21,3 +21,8 @@
chmod 755 /Programs/${PROGDIR}/fake-bin/wrapper
ln /Programs/${PROGDIR}/fake-bin/wrapper /Programs/${PROGDIR}/bin/amarok
+
+# Remove any phonon / gstreamer plugin
+if [ -e "/Programs/${PROGDIR}/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so" ]; then
+ rm /Programs/${PROGDIR}/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so
+fi
Modified: pbibuild/modules/audio/amarok-kde4/pbi.conf
===================================================================
--- pbibuild/modules/audio/amarok-kde4/pbi.conf 2010-08-23 16:01:45 UTC (rev 7421)
+++ pbibuild/modules/audio/amarok-kde4/pbi.conf 2010-08-23 16:41:14 UTC (rev 7422)
@@ -25,14 +25,13 @@
PBIUPDATE="http://update.pbidir.com"
# Other Ports we need built (One per line)
-OTHERPORT="/usr/ports/multimedia/phonon-xine
-/usr/ports/multimedia/phonon-vlc"
+OTHERPORT="/usr/ports/multimedia/phonon-vlc"
# Enter your custom make options here
MAKEOPTS=""
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="01"
+BUILDKEY="09"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list