commit:     ac8d4e3372a275dbb90f77d4a99da77f8d409a38
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 06:29:48 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 06:38:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8d4e33

media-video/mpv: update live

meson.build was updated to only enable shaderc for windows builds
given anything else will use libplacebo, so let's just leave
the setting alone now.

shaderc can now technically be avoided entirely with
libplacebo[glslang,-shaderc], albeit shaderc is still what
upstream libplacebo prefers at the moment (aka in the event
both are available, it'll force shaderc).

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-video/mpv/mpv-9999.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index c4c1dc58c5e7..3c28f760365f 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -103,10 +103,7 @@ COMMON_DEPEND="
        sndio? ( media-sound/sndio:= )
        vaapi? ( media-libs/libva:=[X?,drm(+)?,wayland?] )
        vdpau? ( x11-libs/libvdpau )
-       vulkan? (
-               media-libs/shaderc
-               media-libs/vulkan-loader[X?,wayland?]
-       )
+       vulkan? ( media-libs/vulkan-loader[X?,wayland?] )
        wayland? (
                dev-libs/wayland
                dev-libs/wayland-protocols
@@ -222,7 +219,6 @@ src_configure() {
                $(meson_feature raspberry-pi rpi)
 
                $(meson_feature vulkan)
-               $(meson_feature vulkan shaderc)
 
                # hardware decoding
                $(meson_feature nvenc cuda-hwaccel)

Reply via email to