Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-gtk/
Date: Sat, 08 Aug 2020 03:23:42
Message-Id: 1596854417.838cb238342ff4e06ff6852e75488b2fe73f1e0b.sam@gentoo
1 commit: 838cb238342ff4e06ff6852e75488b2fe73f1e0b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 8 02:40:17 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 8 02:40:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838cb238
7
8 media-plugins/gst-plugins-gtk: Stabilize 1.16.2 arm, #728940
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.16.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.16.2.ebuild b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.16.2.ebuild
16 index 343c25e66d5..bceb5712dc1 100644
17 --- a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.16.2.ebuild
18 +++ b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.16.2.ebuild
19 @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
20 inherit gstreamer
21
22 DESCRIPTION="Video sink plugin for GStreamer that renders to a GtkWidget"
23 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
25 IUSE="+egl gles2 +opengl wayland +X" # Keep default IUSE mirrored with gst-plugins-base
26 # egl, wayland and X only matters if gst-plugins-base is built with USE=opengl and/or USE=gles2
27 # We mirror egl/gles2/opengl/wayland/X due to automagic detection from gstreamer-gl.pc variables;