summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-05-23 13:23:22 -0400
committerMatt Turner <mattst88@gentoo.org>2024-05-23 13:25:26 -0400
commite001568b7c92ea9bb0914bc736f9a93a471a0a58 (patch)
tree3949428ac1c8209bbb282930f18a106f089a46b8 /media-libs/gst-plugins-base
parentx11-wm/muffin: Update mesa dependency (diff)
downloadgentoo-e001568b7c92ea9bb0914bc736f9a93a471a0a58.tar.gz
gentoo-e001568b7c92ea9bb0914bc736f9a93a471a0a58.tar.bz2
gentoo-e001568b7c92ea9bb0914bc736f9a93a471a0a58.zip
media-libs/gst-plugins-base: Update mesa dependency
Bug: https://bugs.gentoo.org/932515 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/gst-plugins-base')
-rw-r--r--media-libs/gst-plugins-base/gst-plugins-base-1.22.11-r1.ebuild (renamed from media-libs/gst-plugins-base/gst-plugins-base-1.22.11.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.22.11.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.22.11-r1.ebuild
index a7301cdf99c8..9e13f2d96cab 100644
--- a/media-libs/gst-plugins-base/gst-plugins-base-1.22.11.ebuild
+++ b/media-libs/gst-plugins-base/gst-plugins-base-1.22.11-r1.ebuild
@@ -43,7 +43,10 @@ REQUIRED_USE="
# Dependencies needed by opengl library and plugin (enabled via USE gles2 and/or opengl)
# dmabuf automagic from libdrm headers (drm_fourcc.h) and EGL, so ensure it with USE=egl (platform independent header used only, thus no MULTILIB_USEDEP); provides dmabuf based upload/download/eglimage options
GL_DEPS="
- >=media-libs/mesa-9.0[egl(+)?,gbm(+)?,gles2?,wayland?,${MULTILIB_USEDEP}]
+ || (
+ >=media-libs/mesa-24.1.0_rc1[opengl,wayland?,${MULTILIB_USEDEP}]
+ <media-libs/mesa-24.1.0_rc1[egl(+)?,gbm(+)?,gles2?,wayland?,${MULTILIB_USEDEP}]
+ )
egl? (
x11-libs/libdrm
)