<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1f18054a672b2c5bb785fb74a5ce1ccbcf00e746">https://github.com/macports/macports-ports/commit/1f18054a672b2c5bb785fb74a5ce1ccbcf00e746</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 1f18054  gstreamer1-gst-plugins-bad: fix build on 10.8 and earlier
</span>1f18054 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1f18054a672b2c5bb785fb74a5ce1ccbcf00e746
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Tue Nov 1 21:58:21 2016 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gstreamer1-gst-plugins-bad: fix build on 10.8 and earlier
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    opengl cocoa plugin uses GL_IMPLEMENTATION_COLOR_READ_FORMAT,
</span><span style='display:block; white-space:pre;color:#404040;'>    only available on 10.9+, disable on 10.8 and earlier
</span>---
 gnome/gstreamer1-gst-plugins-bad/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer1-gst-plugins-bad/Portfile b/gnome/gstreamer1-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cbdb892..abe7b28 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer1-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer1-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -105,7 +105,7 @@ configure.args      --disable-silent-rules \
</span> 
 #
 # port:soundtouch (fails on autoreconf on darwin 8 & 9, see #27533) disable soundtouch on these platforms
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# gl cocoa build continues to fail due to use of API not available on darwin 10 or earlier
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# gl cocoa build continues to fail due to use of API not available on darwin 12 or earlier
</span> # plugin applemedia (Apple video) now only builds on darwin 14 and later due to use of
 # constant AVQueuedSampleBufferRenderingStatusFailed introduced in OSX 10.10
 # plugin applemedia also fails on Sierra (darwin 16) due to missing QTKit
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -116,7 +116,7 @@ platform darwin {
</span>         depends_lib-delete      port:soundtouch port:x265
         configure.args-append   --disable-soundtouch --disable-x265
     }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.major} < 11 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.major} < 13 } {
</span>         configure.args-append   --disable-cocoa --disable-opengl
     }
     if {${os.major} < 14 || ${os.major} > 15} {
</pre><pre style='margin:0'>

</pre>