From 8f9e43cdb351ba5ca8672bcade38060f45fefc69 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sun, 20 Aug 2017 23:35:05 +0200 Subject: dev-cpp/gstreamermm: disable gst-bad wrapping as it is experimental 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dev-cpp/gstreamermm') diff --git a/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild index b5e27e10b286..489ace0faa62 100644 --- a/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild +++ b/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild @@ -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) } -- cgit v1.2.3-65-gdbad