commit: 8f9e43cdb351ba5ca8672bcade38060f45fefc69 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Aug 20 21:35:05 2017 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Aug 20 22:47:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9e43cd
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(-) diff --git a/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild index b5e27e10b28..489ace0faa6 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) }
