[66910] trunk/dports/gnome/gst-plugins-base/Portfile

rmsfisher at macports.org rmsfisher at macports.org
Sun Apr 25 12:19:46 PDT 2010


Revision: 66910
          http://trac.macports.org/changeset/66910
Author:   rmsfisher at macports.org
Date:     2010-04-25 12:19:40 -0700 (Sun, 25 Apr 2010)
Log Message:
-----------
gnome/gst-plugins-base added no_gnome_vfs variant per suggestion in ticket #24390

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

Modified: trunk/dports/gnome/gst-plugins-base/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-base/Portfile	2010-04-25 18:47:53 UTC (rev 66909)
+++ trunk/dports/gnome/gst-plugins-base/Portfile	2010-04-25 19:19:40 UTC (rev 66910)
@@ -44,6 +44,13 @@
     configure.args-append --without-x --disable-x --disable-xvideo --disable-xshm
 }
 
+# users of qt4-x11, which depends on gst-plugins-base but has no use for its
+# deeper gnome-related dependencies may wish to use this variant
+variant no_gnome_vfs description {Remove library dependency on gnome-vfs} {
+    depends_lib.remove port:gnome-vfs
+    configure.args-append --disable-gnome_vfs
+}
+
 #
 # current cdparanoia port (cdparanoia III 10.2) appears to not be API compatible
 # with gst-plugins-base.  See #19843. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100425/9f0ee32d/attachment.html>


More information about the macports-changes mailing list