Modified: trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile (119677 => 119678)
--- trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile 2014-05-03 20:05:13 UTC (rev 119677)
+++ trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile 2014-05-03 20:56:18 UTC (rev 119678)
@@ -9,7 +9,7 @@
name gstreamer010-gst-plugins-bad
set my_name gst-plugins-bad
version 0.10.23
-revision 10
+revision 11
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 \
@@ -91,6 +91,13 @@
configure.args-append --disable-soundtouch
}
+#
+# X11 is only used for examples that are not installed
+# so just disable examples and drop the deprecated +no_x11 variant
+#
+
+configure.args-append --disable-examples
+
configure.cppflags-append "-L${prefix}/lib"
configure.cflags-append -funroll-loops -fstrict-aliasing
configure.env-append "HAVE_CXX=yes"
@@ -109,10 +116,6 @@
${worksrcpath}/configure
}
-variant no_x11 {
- configure.args-append --disable-examples
-}
-
# osxvideosrc is disabled by configure on 64 bit archs so disable if universal variant is set
if {[variant_isset universal]} {