[153094] trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile

devans at macports.org devans at macports.org
Sat Sep 24 02:10:02 PDT 2016


Revision: 153094
          https://trac.macports.org/changeset/153094
Author:   devans at macports.org
Date:     2016-09-24 02:10:01 -0700 (Sat, 24 Sep 2016)
Log Message:
-----------
gstreamer010-gst-plugins-bad: disable plugin applemedia on Sierra due to removal of QTKit.

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

Modified: trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile	2016-09-24 08:35:42 UTC (rev 153093)
+++ trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile	2016-09-24 09:10:01 UTC (rev 153094)
@@ -95,13 +95,16 @@
                     --enable-experimental \
                     --enable-static
 
-#
-# port:soundtouch (fails on autoreconf on darwin 8 & 9, see #27533) disable soundtouch on these platforms
-#
-
-if { ${os.major} < 10 } {
-    depends_lib-delete port:soundtouch
-    configure.args-append --disable-soundtouch
+platform darwin {
+    # port:soundtouch (fails on autoreconf on darwin 8 & 9, see #27533) disable soundtouch on these platforms
+    if { ${os.major} < 10 } {
+        depends_lib-delete port:soundtouch
+        configure.args-append --disable-soundtouch
+    }
+    # plugin applemedia fails on Sierra (darwin 16) due to removal of QTKit
+    if {${os.major} > 15} {
+        configure.args-append   --disable-apple_media
+    }
 }
 
 #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160924/f128fec9/attachment.html>


More information about the macports-changes mailing list