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

devans at macports.org devans at macports.org
Wed Jan 21 14:51:21 PST 2015


Revision: 131959
          https://trac.macports.org/changeset/131959
Author:   devans at macports.org
Date:     2015-01-21 14:51:21 -0800 (Wed, 21 Jan 2015)
Log Message:
-----------
gstreamer1-gst-plugins-bad: applemedia plugin only builds on darwin 13 and later.

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	2015-01-21 22:18:49 UTC (rev 131958)
+++ trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2015-01-21 22:51:21 UTC (rev 131959)
@@ -94,6 +94,8 @@
 
 #
 # port:soundtouch (fails on autoreconf on darwin 8 & 9, see #27533) disable soundtouch on these platforms
+# plugin applemedia (Apple video) only builds on darwin 13 and later due to use of
+#     constant kVTCompressionPropertyKey_RealTime introduced in OSX 10.9
 #
 
 platform darwin {
@@ -101,6 +103,9 @@
         depends_lib-delete      port:soundtouch
         configure.args-append   --disable-soundtouch --disable-opengl
     }
+    if {${os.major} < 13} {
+        configure.args-append   --disable-apple_media
+    }
 }
 
 #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150121/ca1d98ba/attachment-0001.html>


More information about the macports-changes mailing list