diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-11-04 20:25:39 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-11-04 20:52:05 -0500 |
commit | b4ec838a9d0a15c7eb6f898b7167ecba79af6e36 (patch) | |
tree | 1377c0cb2833f0669d1e148725ff3282734c9ff3 /media-video | |
parent | sys-libs/readline: add 8.3_alpha_p20241104 (diff) | |
download | gentoo-b4ec838a9d0a15c7eb6f898b7167ecba79af6e36.tar.gz gentoo-b4ec838a9d0a15c7eb6f898b7167ecba79af6e36.tar.bz2 gentoo-b4ec838a9d0a15c7eb6f898b7167ecba79af6e36.zip |
media-video/mpv: enable vulkan by default in live
Upstream now selects vulkan by default over egl (aka users can remove
gpu-api=vulkan from their mpv.conf for same effect), so it makes sense
to be enabled by default here as well regardless of desktop profiles.
Do keep egl enabled as well given low footprint and it still acts
as a fallback for whomever vulkan was not usable. Users that know they
don't need it can still safely disable it though (incl. USE=opengl on
libplacebo).
Any users getting problems with vulkan can either disable it here,
or do gpu-api=opengl in their mpv.conf, support for it is not going
anywhere.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 2ddeff6f6a3a..e02b020be31c 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -24,7 +24,7 @@ IUSE=" +X +alsa aqua archive bluray cdda +cli coreaudio debug +drm dvb dvd +egl gamepad +iconv jack javascript jpeg lcms libcaca +libmpv +lua nvenc openal opengl pipewire pulseaudio rubberband sdl selinux - sixel sndio soc test tools +uchardet vaapi vdpau vulkan wayland xv + sixel sndio soc test tools +uchardet vaapi vdpau +vulkan wayland xv zimg zlib " REQUIRED_USE=" |