commit: 2d68141c865826ee03e4b287173fffc8a5ff5669 Author: Niklas Haas <git <AT> haasn <DOT> xyz> AuthorDate: Fri Apr 10 21:23:47 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Wed Apr 22 14:42:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d68141c
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 <AT> haasn.xyz> Closes: https://github.com/gentoo/gentoo/pull/15295 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> media-video/mpv/mpv-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 085c57e703f..d6d2829b4b1 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)
