dev-cpp/gstreamermm: disable gst-bad wrapping as it is experimental
authorGilles Dartiguelongue <eva@gentoo.org>
Sun, 20 Aug 2017 21:35:05 +0000 (23:35 +0200)
committerGilles Dartiguelongue <eva@gentoo.org>
Sun, 20 Aug 2017 22:47:39 +0000 (00:47 +0200)
http://gstreamer-devel.966125.n4.nabble.com/Gstreamermm-and-abilities-to-use-different-plugins-td4680615.html
Also upstream default changed in its repository.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild

index b5e27e10b286ed0f4df1176815b4a2845060f3f4..489ace0faa6288f94eeb012d0cd8e6115b545a94 100644 (file)
@@ -12,12 +12,13 @@ HOMEPAGE="https://gstreamer.freedesktop.org/bindings/cplusplus.html"
 LICENSE="LGPL-2.1"
 SLOT="1.0/1"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc examples opengl test"
+IUSE="doc examples test"
 
+# module is experimental:
+# >=media-libs/gst-plugins-bad-${PV}:1.0[opengl?]
 RDEPEND="
        >=media-libs/gstreamer-${PV}:1.0
        >=media-libs/gst-plugins-base-${PV}:1.0
-       >=media-libs/gst-plugins-bad-${PV}:1.0[opengl?]
        >=dev-cpp/glibmm-2.47.6:2
        >=dev-cpp/libxmlpp-2.14:2.6
        >=dev-libs/libsigc++-2:2
@@ -61,8 +62,8 @@ src_prepare() {
 
 src_configure() {
        gnome2_src_configure \
+                --disable-plugins-bad \
                $(use_enable doc documentation) \
-               $(use_enable opengl gl) \
                $(use_enable test unittests)
 }