[PC-BSD Commits] r4958 - pbibuild/modules/multimedia/last.fm
svn at pcbsd.org
svn at pcbsd.org
Wed Nov 11 13:10:36 PST 2009
Author: kris
Date: 2009-11-11 13:10:36 -0800 (Wed, 11 Nov 2009)
New Revision: 4958
Modified:
pbibuild/modules/multimedia/last.fm/copy-files
pbibuild/modules/multimedia/last.fm/pbi.conf
Log:
Fixed last.fm building
Modified: pbibuild/modules/multimedia/last.fm/copy-files
===================================================================
--- pbibuild/modules/multimedia/last.fm/copy-files 2009-11-11 20:46:15 UTC (rev 4957)
+++ pbibuild/modules/multimedia/last.fm/copy-files 2009-11-11 21:10:36 UTC (rev 4958)
@@ -3,3 +3,4 @@
/usr/local/share/last.fm/last.fm.app* bin/
/usr/local/lib/qt4 autolibs/
/usr/local/lib/libdb* autolibs/
+/usr/local/lib/libff* lib/
Modified: pbibuild/modules/multimedia/last.fm/pbi.conf
===================================================================
--- pbibuild/modules/multimedia/last.fm/pbi.conf 2009-11-11 20:46:15 UTC (rev 4957)
+++ pbibuild/modules/multimedia/last.fm/pbi.conf 2009-11-11 21:10:36 UTC (rev 4958)
@@ -25,16 +25,21 @@
PBIUPDATE="http://update.pbidir.com"
# Other Ports we need built (One per line)
-OTHERPORT="/usr/ports/devel/dbus-qt4"
+OTHERPORT="/usr/ports/devel/qt4"
# 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="03"
+BUILDKEY="05"
# Don't build this PBI on certian processors (i386 / amd64)
#ARCHIGNORE="amd64" ; export ARCHIGNORE
+PBIAUTOPOPULATE_PORTS="/usr/ports/math/fftw3-float
+/usr/ports/audio/libmad
+/usr/ports/audio/libsamplerate"
+export PBIAUTOPOPULATE_PORTS
+
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list