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

rmstonecipher at macports.org rmstonecipher at macports.org
Sun Nov 14 18:51:23 PST 2010


Revision: 73481
          http://trac.macports.org/changeset/73481
Author:   rmstonecipher at macports.org
Date:     2010-11-14 18:51:20 -0800 (Sun, 14 Nov 2010)
Log Message:
-----------
gnome/gst-plugins-bad added optional dependency which would be enabled by default, removed variant to provide that dependency

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-11-15 02:36:00 UTC (rev 73480)
+++ trunk/dports/gnome/gst-plugins-bad/Portfile	2010-11-15 02:51:20 UTC (rev 73481)
@@ -31,6 +31,7 @@
             port:faad2 \
             port:jack \
             port:jasper \
+            port:libdc1394 \
             port:libdca \
             port:libexif \
             port:libglade2 \
@@ -54,8 +55,7 @@
 #
 
 configure.compiler          gcc-4.0
-configure.args              --disable-dc1394 \
-                            --disable-quicktime \
+configure.args              --disable-quicktime \
                             --enable-experimental \
                             --enable-static
 configure.cppflags-append   "-L${prefix}/lib"
@@ -74,10 +74,6 @@
 # gst-plugins-bad itself is not universal
 universal_variant   no
 
-variant dc1394 description {Enable Firewire digital camera support using libdc1394} {
-        configure.args-delete --disable-dc1394
-        depends_lib-append port:libdc1394
-}
 variant no_x11 {
         configure.args-append --disable-examples
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101114/9bb628b3/attachment.html>


More information about the macports-changes mailing list