media-video/mpv: sync live (remove oss)

These options no longer exist upstream, causing build errors.

Closes: https://bugs.gentoo.org/716966
Signed-off-by: Niklas Haas <git@haasn.xyz>
Closes: https://github.com/gentoo/gentoo/pull/15295
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Niklas Haas
2020-04-10 23:23:47 +02:00
committed by Mikle Kolyada
parent 2d32c78dbf
commit 2d68141c86

View File

@@ -30,7 +30,7 @@ LICENSE="LGPL-2.1+ GPL-2+ BSD ISC"
SLOT="0"
IUSE="+alsa aqua archive bluray cdda +cli coreaudio cplugins cuda debug doc drm dvb
dvd +egl gamepad gbm +iconv jack javascript jpeg lcms libcaca libmpv +lua
luajit openal +opengl oss pulseaudio raspberry-pi rubberband sdl
luajit openal +opengl pulseaudio raspberry-pi rubberband sdl
selinux test tools +uchardet vaapi vdpau vulkan wayland +X +xv zlib zimg"
REQUIRED_USE="
@@ -185,9 +185,6 @@ src_configure() {
# Audio outputs:
$(use_enable sdl sdl2) # Listed under audio, but also includes video.
$(use_enable oss oss-audio)
--disable-rsound # Only available in overlays.
--disable-sndio # Only available in overlays.
$(use_enable pulseaudio pulse)
$(use_enable jack)
$(use_enable openal)