commit:     3522d8681e6b3c1f5d0a8d8879e5cbd699ce753d
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 25 15:26:22 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Oct 25 15:27:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3522d868

net-libs/webkit-gtk: add gst-plugins-opus dependency for MSE

MSE needs opus, though techically this is optional. Pull it in
with USE=gstreamer always for now, to trigger the opusparse
related blocker in epiphany for now, while not actually depending
on new enough gst-plugins-opus here, as we are ahead in keywords
for webkit due to security.
Later this dep should be removed again (once gst-plugins-opus
with opusparse is stable) or the dep raised to 1.14.4-r1.

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 net-libs/webkit-gtk/webkit-gtk-2.22.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.22.2.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.22.2.ebuild
index 71766f4371b..4b4d6c0314c 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.22.2.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.22.2.ebuild
@@ -39,6 +39,7 @@ RESTRICT="test"
 # Dependencies found at Source/cmake/OptionsGTK.cmake
 # Various compile-time optionals for gtk+-3.22.0 - ensure it
 # Missing OpenWebRTC checks and conditionals, but 
ENABLE_MEDIA_STREAM/ENABLE_WEB_RTC is experimental upstream (PRIVATE OFF)
+# TODO: Raise gst-plugins-opus dep to 1.14.4-r1 once we can, and eventually 
drop the blocker from epiphany; or remove the dep when older than 
-opus-1.14.4-r1 is not available anymore
 RDEPEND="
        >=x11-libs/cairo-1.10.2:=[X?]
        >=media-libs/fontconfig-2.8.0:1.0
@@ -69,6 +70,7 @@ RDEPEND="
        gstreamer? (
                >=media-libs/gstreamer-1.8.3:1.0
                >=media-libs/gst-plugins-base-1.8.3:1.0
+               >=media-plugins/gst-plugins-opus-1.8.3:1.0
                >=media-libs/gst-plugins-bad-1.10:1.0[egl?,gles2?,opengl?] )
 
        X? (

Reply via email to