[140734] users/devans/GNOME-3/stable/dports/gnome

devans at macports.org devans at macports.org
Thu Oct 1 10:16:23 PDT 2015


Revision: 140734
          https://trac.macports.org/changeset/140734
Author:   devans at macports.org
Date:     2015-10-01 10:16:23 -0700 (Thu, 01 Oct 2015)
Log Message:
-----------
GNOME-3/stable: gstreamer1, gstreamer1-gst-plugins-bad, merge recent commits from trunk.

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

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/gstreamer1/files/

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


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

Modified: users/devans/GNOME-3/stable/dports/gnome/gstreamer1/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gstreamer1/Portfile	2015-10-01 14:31:12 UTC (rev 140733)
+++ users/devans/GNOME-3/stable/dports/gnome/gstreamer1/Portfile	2015-10-01 17:16:23 UTC (rev 140734)
@@ -43,9 +43,19 @@
 
 conflicts_build     check
 
+patchfiles          patch-struct-sockadr.diff
+
+# global_symbol_pipe gets set to "" on Leopard
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 configure.env-append    PERL_PATH=${prefix}/bin/perl
 configure.cflags-append -funroll-loops -fstrict-aliasing -fno-common
 
+if {[string match "*gcc-4.2" ${configure.compiler}]} {
+    configure.cflags-append -std=c99
+}
+
 configure.args-append \
                     --disable-fatal-warnings \
                     --disable-silent-rules


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-137658
/users/devans/GNOME-3/unstable/dports/gnome/gstreamer1-gst-plugins-bad:137764-138024,138026-140596
/users/rmstonecipher/gnome/gstreamer1-gst-plugins-bad:102363-103172
   + /trunk/dports/gnome/gstreamer1-gst-plugins-bad:125773-140733
/users/devans/GNOME-3/unstable/dports/gnome/gstreamer1-gst-plugins-bad:137764-138024,138026-140596

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-10-01 14:31:12 UTC (rev 140733)
+++ users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2015-10-01 17:16:23 UTC (rev 140734)
@@ -107,8 +107,9 @@
 
 #
 # 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
+# gl cocoa build continues to fail due to use of API not available on darwin 10 or earlier
+# plugin applemedia (Apple video) now only builds on darwin 14 and later due to use of
+#     constant AVQueuedSampleBufferRenderingStatusFailed introduced in OSX 10.10
 #
 
 platform darwin {
@@ -116,22 +117,15 @@
         depends_lib-delete      port:soundtouch
         configure.args-append   --disable-soundtouch --disable-opengl
     }
-    if {${os.major} < 13} {
+    if {${os.major} < 11 } {
+        configure.args-append   --disable-cocoa
+    }
+    if {${os.major} < 14} {
         configure.args-append   --disable-apple_media
     }
 }
 
 #
-# 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 \
-                            --disable-cocoa
-}
-
-#
 # X11 is only used for examples that are not installed
 # so just disable examples and drop the deprecated +no_x11 variant
 #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151001/fce1da69/attachment.html>


More information about the macports-changes mailing list