<pre style='margin:0'>
Mihai Moldovan (Ionic) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d21307b91311b16d5505abfeace89bf90b267951">https://github.com/macports/macports-ports/commit/d21307b91311b16d5505abfeace89bf90b267951</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 d21307b  gnome/gstreamer1-gst-plugins-base: require +x11 if building +universal.
</span>d21307b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d21307b91311b16d5505abfeace89bf90b267951
</span>Author: Mihai Moldovan <ionic@ionic.de>
AuthorDate: Sun Oct 28 12:18:06 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    gnome/gstreamer1-gst-plugins-base: require +x11 if building +universal.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Makes sure that some OpenGL implementation is always enabled.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/57020
</span>---
 gnome/gstreamer1-gst-plugins-base/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer1-gst-plugins-base/Portfile b/gnome/gstreamer1-gst-plugins-base/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3f2940b..046677b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer1-gst-plugins-base/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer1-gst-plugins-base/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,6 +11,7 @@ name                gstreamer1-gst-plugins-base
</span> set my_name         gst-plugins-base
 # please only commit stable updates (even numbered releases)
 version             1.14.4
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> description         This is gst-plugins, a set of plug-ins for GStreamer.
 long_description    ${description}
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -112,6 +113,8 @@ platform macosx {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant universal requires x11 {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant ogg description {Build with support for libogg, libvorbis, libtheora} {
     depends_lib-append    port:libogg port:libvorbis port:libtheora
     configure.args-replace  --disable-ogg \
</pre><pre style='margin:0'>

</pre>