From: Niklas Haas Date: Fri, 10 Apr 2020 21:23:47 +0000 (+0200) Subject: media-video/mpv: sync live (remove oss) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2d68141c865826ee03e4b287173fffc8a5ff5669;p=gentoo.git 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 Closes: https://github.com/gentoo/gentoo/pull/15295 Signed-off-by: Mikle Kolyada --- diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 085c57e703f8..d6d2829b4b15 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -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)