[PC-BSD Commits] r1297 - pbibuild/modules/audacity
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 1 08:30:48 PST 2008
Author: kris
Date: 2008-02-01 08:30:48 -0800 (Fri, 01 Feb 2008)
New Revision: 1297
Modified:
pbibuild/modules/audacity/copy-files
pbibuild/modules/audacity/pbi.conf
Log:
Fix audacity to include mp3 libs, so you can export to mp3
Modified: pbibuild/modules/audacity/copy-files
===================================================================
--- pbibuild/modules/audacity/copy-files 2008-02-01 15:52:48 UTC (rev 1296)
+++ pbibuild/modules/audacity/copy-files 2008-02-01 16:30:48 UTC (rev 1297)
@@ -2,4 +2,4 @@
/usr/local/man/man1/audacity.1.gz man/man1/
/usr/local/share/audacity share/
/usr/local/share/doc/audacity share/doc/
-
+/usr/local/lib/libmp3* autolibs/
Modified: pbibuild/modules/audacity/pbi.conf
===================================================================
--- pbibuild/modules/audacity/pbi.conf 2008-02-01 15:52:48 UTC (rev 1296)
+++ pbibuild/modules/audacity/pbi.conf 2008-02-01 16:30:48 UTC (rev 1297)
@@ -32,6 +32,6 @@
# 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="21"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list