Diff gst-plugins-gtk-1.20.6 with a gst-plugins-gtk-1.22.3

/usr/portage/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.22.3.ebuild 2023-10-09 14:52:31.728368407 +0300
7 7
inherit gstreamer-meson
8 8

  
9 9
DESCRIPTION="Video sink plugin for GStreamer that renders to a GtkWidget"
10
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
10
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
11 11
IUSE="+egl gles2 +opengl wayland +X" # Keep default IUSE mirrored with gst-plugins-base
12 12
# egl, wayland and X only matters if gst-plugins-base is built with USE=opengl and/or USE=gles2
13 13
# We mirror egl/gles2/opengl/wayland/X due to automagic detection from gstreamer-gl.pc variables;
Thank you!