Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk/
Date: Sun, 27 Mar 2022 04:44:07
Message-Id: 1648356233.1c0c0e602025571bb556904f8d780a91e7f5ddb7.mattst88@gentoo
1 commit: 1c0c0e602025571bb556904f8d780a91e7f5ddb7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 04:43:24 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 04:43:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0c0e60
7
8 gui-libs/gtk: Depend on gst-plugins-base[opengl]
9
10 Closes: https://bugs.gentoo.org/805506
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 gui-libs/gtk/gtk-4.6.2.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/gui-libs/gtk/gtk-4.6.2.ebuild b/gui-libs/gtk/gtk-4.6.2.ebuild
17 index b3e13e5d5acf..cfb36b206d83 100644
18 --- a/gui-libs/gtk/gtk-4.6.2.ebuild
19 +++ b/gui-libs/gtk/gtk-4.6.2.ebuild
20 @@ -36,7 +36,10 @@ COMMON_DEPEND="
21 colord? ( >=x11-misc/colord-0.1.9:0= )
22 cups? ( >=net-print/cups-2.0 )
23 ffmpeg? ( media-video/ffmpeg )
24 - gstreamer? ( >=media-libs/gst-plugins-bad-1.12.3 )
25 + gstreamer? (
26 + >=media-libs/gst-plugins-bad-1.12.3
27 + >=media-libs/gst-plugins-base-1.12.3[opengl]
28 + )
29 introspection? ( >=dev-libs/gobject-introspection-1.39:= )
30 vulkan? ( media-libs/vulkan-loader:= )
31 wayland? (