[145725] users/devans/GNOME-3/stable/dports/gnome/ gstreamer1-gst-plugins-good

devans at macports.org devans at macports.org
Sun Feb 14 14:12:16 PST 2016


Revision: 145725
          https://trac.macports.org/changeset/145725
Author:   devans at macports.org
Date:     2016-02-14 14:12:15 -0800 (Sun, 14 Feb 2016)
Log Message:
-----------
GNOME-3/stable: gstreamer1-gst-plugins-good, merge recent commits from trunk.

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

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

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


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

Modified: users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-good/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-good/Portfile	2016-02-14 22:02:58 UTC (rev 145724)
+++ users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-good/Portfile	2016-02-14 22:12:15 UTC (rev 145725)
@@ -50,6 +50,12 @@
                     port:taglib \
                     port:wavpack
 
+platform darwin {
+    if {${os.major} < 11} {
+        patchfiles-append snowleopard-strnlen.patch snowleopard-memmem.patch
+    }
+}
+
 post-patch {
     # gst/goom is the only thing using this, and its mmx code is buggy (as of 0.10.31)
     reinplace "s|-DBUILD_MMX|-UBUILD_MMX|" ${worksrcpath}/gst/goom/Makefile.am
@@ -68,6 +74,13 @@
 
 configure.env-append    "HAVE_CXX=yes"
 
+platform darwin {
+    if {${os.major} < 10} {
+        # gstosxcoreaudio.c:419:28: error: use of undeclared identifier 'kLinearPCMFormatFlagsSampleFractionMask'
+        configure.args-append --disable-osx_audio
+    }
+}
+
 variant pulseaudio description {Enable PulseAudio plugin} {
     depends_lib-append      port:pulseaudio
     configure.args-replace  --disable-pulse \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160214/91b0b2c7/attachment.html>


More information about the macports-changes mailing list