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: Thu, 16 Sep 2021 18:55:21
Message-Id: 1631818468.5880357dbcac7fb9f3261c17e8689277a8dc0b4b.sam@gentoo
1 commit: 5880357dbcac7fb9f3261c17e8689277a8dc0b4b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 16 18:54:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 18:54:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5880357d
7
8 media-plugins/gst-plugins-gtk: Stabilize 1.18.4 arm64, #812836
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.18.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.18.4.ebuild b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.18.4.ebuild
16 index 6d4725ff5d2..235c855c9e8 100644
17 --- a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.18.4.ebuild
18 +++ b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.18.4.ebuild
19 @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
20 inherit gstreamer-meson
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;