[PC-BSD Commits] r15102 - pbi/modules/multimedia/vlc
svn at pcbsd.org
svn at pcbsd.org
Mon Jan 30 09:25:56 PST 2012
Author: kenmoore
Date: 2012-01-30 17:25:56 +0000 (Mon, 30 Jan 2012)
New Revision: 15102
Modified:
pbi/modules/multimedia/vlc/pbi.conf
Log:
Add with_pulse and other build option to VLC and rebuild
Modified: pbi/modules/multimedia/vlc/pbi.conf
===================================================================
--- pbi/modules/multimedia/vlc/pbi.conf 2012-01-30 17:25:48 UTC (rev 15101)
+++ pbi/modules/multimedia/vlc/pbi.conf 2012-01-30 17:25:56 UTC (rev 15102)
@@ -54,10 +54,14 @@
WITH_THEORA=true
WITH_TWOLAME=true
WITH_VORBIS=true
-WITH_X264=true"
+WITH_X264=true
+WITH_ZVBI=true
+WITH_PULSE=true"
# Ports to build before / after
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="devel/qt4 x11-themes/qtcurve-gtk2"
+PBI_BUILDKEY="01"; export PBI_BUILDKEY
+
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER
More information about the Commits
mailing list