From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FE29138334 for ; Thu, 25 Oct 2018 15:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FE19E0839; Thu, 25 Oct 2018 15:28:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58874E0839 for ; Thu, 25 Oct 2018 15:28:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B8BC335CF5 for ; Thu, 25 Oct 2018 15:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7665144F for ; Thu, 25 Oct 2018 15:28:39 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1540481258.3522d8681e6b3c1f5d0a8d8879e5cbd699ce753d.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-2.22.2.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3522d8681e6b3c1f5d0a8d8879e5cbd699ce753d X-VCS-Branch: master Date: Thu, 25 Oct 2018 15:28:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7e4ae611-6734-4b42-87a0-cad89fa76135 X-Archives-Hash: b398fdf29f503ed6be7ca41b5af6b258 commit: 3522d8681e6b3c1f5d0a8d8879e5cbd699ce753d Author: Mart Raudsepp gentoo org> AuthorDate: Thu Oct 25 15:26:22 2018 +0000 Commit: Mart Raudsepp gentoo 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 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? (