summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2015-12-22 22:43:57 +0300
committerIlya Tumaykin <itumaykin@gmail.com>2015-12-28 15:47:27 +0300
commita31febf615fe165b5cce1532230c9cfb891e5601 (patch)
treebf0a2d3cf8122e6763926bfbd2bc6672994bd846 /media-video/mpv
parentmedia-video/mpv: add compiler check when vaapi is enabled with egl (diff)
downloadgentoo-a31febf615fe165b5cce1532230c9cfb891e5601.tar.gz
gentoo-a31febf615fe165b5cce1532230c9cfb891e5601.tar.bz2
gentoo-a31febf615fe165b5cce1532230c9cfb891e5601.zip
media-video/mpv: drop pvr USE as done upstream wrt bug 568018
This was originally submitted by Vindex17 in PR #318. Gentoo-Bug: 568018 Package-Manager: portage-2.2.24
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 484a1ef66fae..8b850751d954 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -31,7 +31,7 @@ SLOT="0"
# Here 'opengl' stands for GLX, 'egl' stands for any EGL-based output
IUSE="+alsa archive bluray cdda +cli doc drm dvb +dvd egl +enca encode +iconv
jack jpeg lcms +libass libav libcaca libguess libmpv lua luajit openal
- +opengl oss pulseaudio pvr raspberry-pi rubberband samba sdl selinux test
+ +opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux test
uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver xv"
REQUIRED_USE="
@@ -42,7 +42,6 @@ REQUIRED_USE="
libguess? ( iconv )
luajit? ( lua )
opengl? ( X )
- pvr? ( v4l )
uchardet? ( iconv )
v4l? ( || ( alsa oss ) )
vaapi? ( || ( X wayland ) )
@@ -249,7 +248,6 @@ src_configure() {
$(use_enable v4l tv-v4l2)
$(use_enable v4l libv4l2)
$(use_enable v4l audio-input)
- $(use_enable pvr)
$(use_enable dvb dvbin)
)