Starting with the 24.1 release series, media-libs/mesa enables gles2 by default and removes the corresponding USE-flag. However, media-plugins/gst-plugins-vaapi and media-libs/gst-plugins-base with USE=gles2 still explicitly depend on media-libs/mesa[gles2], which blocks the update.
gui-apps/hypridle is also depends on media-libs/mesa[gles2]
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf2c28739a234d72d95b44a709e706434b8314e commit ecf2c28739a234d72d95b44a709e706434b8314e Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2024-05-23 13:29:21 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2024-05-23 13:30:56 +0000 Revert "profiles: Remove outdated mask" This reverts commit c89941d77dfd679fc7b46d881b0bc4f4685a5a60. Reverse dependencies of media-libs/mesa need to be updated to handle the removal of IUSE=gles2. Bug: https://bugs.gentoo.org/932512 Bug: https://bugs.gentoo.org/932515 Bug: https://bugs.gentoo.org/929992 Signed-off-by: Matt Turner <mattst88@gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+)
*** Bug 932555 has been marked as a duplicate of this bug. ***
in may case not posible to -gles2 because it is needed egl too and -egl create new conflicts see my pics. https://i.imgur.com/7QV95sx.png https://i.imgur.com/W1cs2gG.png
(In reply to otherz from comment #4) > in may case not posible to -gles2 because it is needed egl too and -egl > create new conflicts Several things in gst-plugins-base seem to require 'egl' and the fix is required for egl as well as gles2 at least when wayland is used. This fixes the problems I had this morning in an overlay: --- /usr/portage/media-libs/gst-plugins-base/gst-plugins-base-1.22.11.ebuild 2024-05-23 07:47:34.815638714 -0700 +++ /usr/overlay/media-libs/gst-plugins-base/gst-plugins-base-1.22.11-r1.ebuild 2024-05-23 08:08:54.914469026 -0700 @@ -43,7 +43,7 @@ # 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[gbm(+)?,wayland?,${MULTILIB_USEDEP}] egl? ( x11-libs/libdrm ) Of course that's pretty crude; I couldn't see a way of specifying egl/gles2 just for mesa versions <24.1 and I don't know if the comment about gles2 now being on unconditionally also applies to egl.
*** Bug 932512 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a98c46ed39cd48269d32f405f86cd71221190d5 commit 8a98c46ed39cd48269d32f405f86cd71221190d5 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2024-05-23 17:25:07 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2024-05-23 17:25:31 +0000 media-plugins/gst-plugins-vaapi: Update mesa dependency Closes: https://bugs.gentoo.org/932515 Signed-off-by: Matt Turner <mattst88@gentoo.org> ...gins-vaapi-1.22.11.ebuild => gst-plugins-vaapi-1.22.11-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e001568b7c92ea9bb0914bc736f9a93a471a0a58 commit e001568b7c92ea9bb0914bc736f9a93a471a0a58 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2024-05-23 17:23:22 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2024-05-23 17:25:26 +0000 media-libs/gst-plugins-base: Update mesa dependency Bug: https://bugs.gentoo.org/932515 Signed-off-by: Matt Turner <mattst88@gentoo.org> ...lugins-base-1.22.11.ebuild => gst-plugins-base-1.22.11-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)