diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-07-25 21:52:01 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-07-25 21:53:25 -0400 |
commit | 95d85a31ded17f92282e27e78f3f23165381dda8 (patch) | |
tree | 6baa4b5819ad6a0f46856c27096eba323288c10b /media-video/mpv | |
parent | profiles: have media-video/mpv use luajit more thoroughly (diff) | |
download | gentoo-95d85a31ded17f92282e27e78f3f23165381dda8.tar.gz gentoo-95d85a31ded17f92282e27e78f3f23165381dda8.tar.bz2 gentoo-95d85a31ded17f92282e27e78f3f23165381dda8.zip |
media-video/mpv: disable IUSE=xv by default
While fairly unexpensive to keep enabled, using xv is hardly
recommended nowadays (mpv will warn if used). Users are free
to re-enable if used, but being default for everyone makes
little sense.
Note that a -vo=x11 for basic testing is still available
either way with USE=X.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.36.0.ebuild | 2 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-0.36.0.ebuild b/media-video/mpv/mpv-0.36.0.ebuild index 6760747c08e2..1c181bdcbf33 100644 --- a/media-video/mpv/mpv-0.36.0.ebuild +++ b/media-video/mpv/mpv-0.36.0.ebuild @@ -25,7 +25,7 @@ IUSE=" dvd +egl gamepad +iconv jack javascript jpeg lcms libcaca +libmpv +libplacebo +lua mmal nvenc openal opengl pipewire pulseaudio raspberry-pi rubberband sdl selinux sixel sndio test tools +uchardet - vaapi vdpau vulkan wayland +xv zimg zlib" + vaapi vdpau vulkan wayland xv zimg zlib" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} || ( cli libmpv ) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 5984f7637494..16fb6df1b0b3 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -25,7 +25,7 @@ IUSE=" dvd +egl gamepad +iconv jack javascript jpeg lcms libcaca +libmpv +libplacebo +lua mmal nvenc openal opengl pipewire pulseaudio raspberry-pi rubberband sdl selinux sixel sndio test tools - +uchardet vaapi vdpau vulkan wayland +xv zimg zlib + +uchardet vaapi vdpau vulkan wayland xv zimg zlib " REQUIRED_USE=" ${PYTHON_REQUIRED_USE} |