<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/1b6f7e4817bed69a3ca1f0ad43df766ac29c10c8">https://github.com/macports/macports-ports/commit/1b6f7e4817bed69a3ca1f0ad43df766ac29c10c8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1b6f7e4817bed69a3ca1f0ad43df766ac29c10c8
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Tue Nov 29 06:43:35 2016 -0800
<span style='display:block; white-space:pre;color:#404040;'> gstreamer010-gst-plugins-bad: rebuild with libvpx 1.6.0
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Disable vp8 plugin on Leopard and earlier.
</span>---
gnome/gstreamer010-gst-plugins-bad/Portfile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer010-gst-plugins-bad/Portfile b/gnome/gstreamer010-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6a63994..543fd46 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer010-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer010-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ PortGroup muniversal 1.0
</span> name gstreamer010-gst-plugins-bad
set my_name gst-plugins-bad
version 0.10.23
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 16
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 17
</span> description A set of plug-ins for GStreamer that need more quality.
long_description \
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -99,6 +99,9 @@ platform darwin {
</span> if { ${os.major} < 10 } {
depends_lib-delete port:soundtouch
configure.args-append --disable-soundtouch
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # as of 1.6.0 libvpx only supports darwin 10 or later
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_build-delete port:libvpx
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append --disable-vp8
</span> }
# plugin applemedia fails on Sierra (darwin 16) due to removal of QTKit
if {${os.major} > 15} {
</pre><pre style='margin:0'>
</pre>