summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2020-04-10 23:23:47 +0200
committerMikle Kolyada <zlogene@gentoo.org>2020-04-22 17:42:21 +0300
commit2d68141c865826ee03e4b287173fffc8a5ff5669 (patch)
tree291f272d76789339b15201fe0798b0d571c37d79 /media-video/mpv
parentx11-libs/vte: arm stable wrt bug #717144 (diff)
downloadgentoo-2d68141c865826ee03e4b287173fffc8a5ff5669.tar.gz
gentoo-2d68141c865826ee03e4b287173fffc8a5ff5669.tar.bz2
gentoo-2d68141c865826ee03e4b287173fffc8a5ff5669.zip
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>
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-9999.ebuild5
1 files changed, 1 insertions, 4 deletions
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)