commit: 3f4ecf7ebbcd4db921076fbe23b22d154eb6409a
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sat Sep 20 21:48:27 2025 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Jan 14 11:33:08 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4ecf7e
media-libs/gst-plugins-base: drop old mesa dep
<media-libs/mesa-24.1.0_rc1 versions have been dropped from the tree.
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
media-libs/gst-plugins-base/gst-plugins-base-1.24.13.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.24.13.ebuild
b/media-libs/gst-plugins-base/gst-plugins-base-1.24.13.ebuild
index e7c0738c432b..28181b8489fb 100644
--- a/media-libs/gst-plugins-base/gst-plugins-base-1.24.13.ebuild
+++ b/media-libs/gst-plugins-base/gst-plugins-base-1.24.13.ebuild
@@ -43,10 +43,7 @@ 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-24.1.0_rc1[opengl,wayland?,${MULTILIB_USEDEP}]
-
<media-libs/mesa-24.1.0_rc1[egl(+)?,gbm(+)?,gles2?,wayland?,${MULTILIB_USEDEP}]
- )
+ >=media-libs/mesa-24.1.0_rc1[opengl,wayland?,${MULTILIB_USEDEP}]
egl? (
x11-libs/libdrm
)