[PC-BSD Commits] r8178 - pbi/modules/multimedia/audacious pbibuild/modules/multimedia/audacious
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 8 12:01:18 PST 2010
Author: kris
Date: 2010-12-08 12:01:18 -0800 (Wed, 08 Dec 2010)
New Revision: 8178
Modified:
pbi/modules/multimedia/audacious/pbi.conf
pbibuild/modules/multimedia/audacious/pbi.conf
Log:
Updated audacious to use a few extra plugins and trigger a rebuild
Modified: pbi/modules/multimedia/audacious/pbi.conf
===================================================================
--- pbi/modules/multimedia/audacious/pbi.conf 2010-12-08 20:00:30 UTC (rev 8177)
+++ pbi/modules/multimedia/audacious/pbi.conf 2010-12-08 20:01:18 UTC (rev 8178)
@@ -24,5 +24,11 @@
# Ports to build before / after
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="multimedia/audacious-plugins x11-themes/qtcurve-gtk2"
+
+PBI_MAKEOPTS="WITH_FLAC=yes
+WITH_VORBIS=yes
+WITH_AMIDI=yes"
+
+PBI_BUILDKEY="02"
-export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER
+export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY PBI_MAKEOPTS
Modified: pbibuild/modules/multimedia/audacious/pbi.conf
===================================================================
--- pbibuild/modules/multimedia/audacious/pbi.conf 2010-12-08 20:00:30 UTC (rev 8177)
+++ pbibuild/modules/multimedia/audacious/pbi.conf 2010-12-08 20:01:18 UTC (rev 8178)
@@ -29,11 +29,13 @@
/usr/ports/x11-themes/qtcurve-gtk2"
# Enter your custom make options here
-MAKEOPTS=""
+MAKEOPTS="WITH_FLAC=yes
+WITH_VORBIS=yes
+WITH_AMIDI=yes"
# 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="02"
+BUILDKEY="04"
PBIAUTOPOPULATE="YES"
export PBIAUTOPOPULATE
More information about the Commits
mailing list