[74674] trunk/dports/gnome/gst-plugins-bad/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Mon Dec 27 14:37:32 PST 2010


Revision: 74674
          http://trac.macports.org/changeset/74674
Author:   rmstonecipher at macports.org
Date:     2010-12-27 14:37:24 -0800 (Mon, 27 Dec 2010)
Log Message:
-----------
gnome/gst-plugins-bad created variant +jack to remove dependency upon jack audio backend from default installation

Modified Paths:
--------------
    trunk/dports/gnome/gst-plugins-bad/Portfile

Modified: trunk/dports/gnome/gst-plugins-bad/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-bad/Portfile	2010-12-27 20:00:06 UTC (rev 74673)
+++ trunk/dports/gnome/gst-plugins-bad/Portfile	2010-12-27 22:37:24 UTC (rev 74674)
@@ -30,7 +30,6 @@
             port:exempi \
             port:faac \
             port:faad2 \
-            port:jack \
             port:jasper \
             port:libdc1394 \
             port:libdca \
@@ -61,6 +60,7 @@
                             --disable-mpeg2enc \
                             --disable-mplex \
                             --disable-lv2 \
+                            --disable-jack \
                             --enable-experimental \
                             --enable-static
 
@@ -90,6 +90,11 @@
         configure.args-append --disable-examples
 }
 
+variant jack description {enable use of jack backend } {
+    depends.lib-append      port:jack
+    configure.args-delete   --disable-jack
+}
+
 livecheck.type  regex
 livecheck.url   ${master_sites}
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101227/60455deb/attachment.html>


More information about the macports-changes mailing list