Diff gstreamer-1.20.6 with a gstreamer-1.22.3

/usr/portage/media-libs/gstreamer/gstreamer-1.22.3.ebuild 2023-10-09 14:52:31.668368405 +0300
11 11

  
12 12
LICENSE="LGPL-2+"
13 13
SLOT="1.0"
14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
15 15
IUSE="+caps +introspection +orc unwind"
16 16

  
17
# gstreamer-1.22.x requires 2.62, but 2.64 is strongly recommended
17 18
RDEPEND="
18
	>=dev-libs/glib-2.56.0:2[${MULTILIB_USEDEP}]
19
	>=dev-libs/glib-2.64.0:2[${MULTILIB_USEDEP}]
19 20
	caps? ( sys-libs/libcap[${MULTILIB_USEDEP}] )
20 21
	introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
21 22
	unwind? (
Thank you!