[131960] users/devans/GNOME-3/stable/dports/gnome/ gstreamer1-gst-plugins-bad

devans at macports.org devans at macports.org
Wed Jan 21 15:08:47 PST 2015


Revision: 131960
          https://trac.macports.org/changeset/131960
Author:   devans at macports.org
Date:     2015-01-21 15:08:47 -0800 (Wed, 21 Jan 2015)
Log Message:
-----------
GNOME-3/stable: gstreamer1-gst-plugins-bad, applemedia plugin only builds on darwin 13 and later.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/Portfile

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gstreamer1-gst-plugins-bad:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gstreamer1-gst-plugins-bad:125773-131942
/users/rmstonecipher/gnome/gstreamer1-gst-plugins-bad:102363-103172
   + /branches/mld-qt-481/dports/gnome/gstreamer1-gst-plugins-bad:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gstreamer1-gst-plugins-bad:125773-131959
/users/rmstonecipher/gnome/gstreamer1-gst-plugins-bad:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2015-01-21 22:51:21 UTC (rev 131959)
+++ users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2015-01-21 23:08:47 UTC (rev 131960)
@@ -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/8ef0e08e/attachment.html>


More information about the macports-changes mailing list