commit: e001568b7c92ea9bb0914bc736f9a93a471a0a58 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu May 23 17:23:22 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu May 23 17:25:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e001568b
media-libs/gst-plugins-base: Update mesa dependency Bug: https://bugs.gentoo.org/932515 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> ...lugins-base-1.22.11.ebuild => gst-plugins-base-1.22.11-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 similarity index 97% rename from media-libs/gst-plugins-base/gst-plugins-base-1.22.11.ebuild rename to 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 )