summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-08-20 23:35:05 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2017-08-21 00:47:39 +0200
commit8f9e43cdb351ba5ca8672bcade38060f45fefc69 (patch)
tree356570372ac5143a4951b8a3905886bd1ab88ba7
parentdev-cpp/gstreamermm: version bump 1.4.3 → 1.8.0 (diff)
downloadgentoo-8f9e43cdb351ba5ca8672bcade38060f45fefc69.tar.gz
gentoo-8f9e43cdb351ba5ca8672bcade38060f45fefc69.tar.bz2
gentoo-8f9e43cdb351ba5ca8672bcade38060f45fefc69.zip
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
-rw-r--r--dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild7
1 files 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 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)
}