diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-11-29 01:29:48 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-11-29 01:38:37 -0500 |
commit | ac8d4e3372a275dbb90f77d4a99da77f8d409a38 (patch) | |
tree | ce01f2cbba738a640321debb665cf9d2eb462d67 /media-video | |
parent | gui-wm/dwl: fix last remnants of the old HOMEPAGE (diff) | |
download | gentoo-ac8d4e3372a275dbb90f77d4a99da77f8d409a38.tar.gz gentoo-ac8d4e3372a275dbb90f77d4a99da77f8d409a38.tar.bz2 gentoo-ac8d4e3372a275dbb90f77d4a99da77f8d409a38.zip |
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@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 6 |
1 files changed, 1 insertions, 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) |