From ac8d4e3372a275dbb90f77d4a99da77f8d409a38 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 29 Nov 2023 01:29:48 -0500 Subject: [PATCH] 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 --- 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 c4c1dc58c5e75..3c28f760365fc 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)