[128176] trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile

devans at macports.org devans at macports.org
Sat Nov 15 14:20:14 PST 2014


Revision: 128176
          https://trac.macports.org/changeset/128176
Author:   devans at macports.org
Date:     2014-11-15 14:20:14 -0800 (Sat, 15 Nov 2014)
Log Message:
-----------
gstreamer1-gst-plugins-bad: patch successful but gl cocoa build continues to fail due to use of API not available on darwin 10 or earlier, disable cocoa on these platforms.

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

Modified: trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2014-11-15 22:02:37 UTC (rev 128175)
+++ trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2014-11-15 22:20:14 UTC (rev 128176)
@@ -104,10 +104,12 @@
 
 #
 # applemedia video plugin uses CoreMedia which is not available on darwin 10 or earlier
+# gl cocoa build continues to fail due to use of API not available on darwin 10 or earlier
 #
 
 if { ${os.major} < 11 } {
-    configure.args-append   --disable-apple_media
+    configure.args-append   --disable-apple_media \
+                            --disable-cocoa
 }
 
 #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141115/78085c97/attachment.html>


More information about the macports-changes mailing list