diff options
author | 2022-12-11 17:21:06 +0000 | |
---|---|---|
committer | 2022-12-11 17:21:06 +0000 | |
commit | 9fd4c56e9c8625c738707c5c5eaf4ae51e4e7700 (patch) | |
tree | f72a5f8a37610bbaef00e3c110552973af4db14a /media-libs/gst-plugins-base | |
parent | media-video/ffmpeg: add explanation of USE=hardcoded-tables (diff) | |
download | gentoo-9fd4c56e9c8625c738707c5c5eaf4ae51e4e7700.tar.gz gentoo-9fd4c56e9c8625c738707c5c5eaf4ae51e4e7700.tar.bz2 gentoo-9fd4c56e9c8625c738707c5c5eaf4ae51e4e7700.zip |
media-libs/gst-plugins-base: Fix gstreamer min dep
1.20.4 exceptionally added API in gstreamer core that gst-plugins-base-1.20.4 uses
without reflecting it in meson.build.
Closes: https://bugs.gentoo.org/883053
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-libs/gst-plugins-base')
-rw-r--r-- | media-libs/gst-plugins-base/gst-plugins-base-1.20.4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.20.4.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.20.4.ebuild index 4b0088147c15..f14e04f7263e 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.20.4.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.20.4.ebuild @@ -62,7 +62,9 @@ GL_DEPS=" " # graphene for optional gltransformation and glvideoflip elements and more GLSL Uniforms support in glshader; libpng/jpeg for gloverlay element # >=media-libs/graphene-1.4.0[${MULTILIB_USEDEP}] +# The >=gstreamer-1.20.4 is a one-time need over eclass due to added API in upstream MR !3090, drop for 1.22 RDEPEND=" + >=media-libs/gstreamer-1.20.4[${MULTILIB_USEDEP}] app-text/iso-codes >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) |