diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-12-11 06:46:26 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-12-11 22:35:12 +0100 |
commit | 776164b910e95ed78baaaffe28efb2a0eb516374 (patch) | |
tree | fd64e11e98bf5656ff48e7929a5e4c6844ab036a /media-video | |
parent | kde-misc/kdeconnect: Drop old (diff) | |
download | gentoo-776164b910e95ed78baaaffe28efb2a0eb516374.tar.gz gentoo-776164b910e95ed78baaaffe28efb2a0eb516374.tar.bz2 gentoo-776164b910e95ed78baaaffe28efb2a0eb516374.zip |
media-video/mpv: drop enca and libguess support in 9999 as did upstream
Closes: https://github.com/gentoo/gentoo/pull/3075
Package-Manager: portage-2.3.3
Upstream-commit: https://github.com/mpv-player/mpv/commit/0eb87e1baff89e7a979df23f31ca918f9d107e44
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 4c065631f074..6e41fb2b7694 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -28,20 +28,18 @@ DOCS+=( README.md ) # See Copyright in sources and Gentoo bug 506946. Waf is BSD, libmpv is ISC. LICENSE="GPL-2+ BSD ISC" SLOT="0" -IUSE="aqua +alsa archive bluray cdda +cli coreaudio doc drm dvb dvd +egl +enca - encode gbm +iconv jack jpeg lcms +libass libav libcaca libguess libmpv +lua - luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba -sdl - selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama - +xscreensaver +xv zsh-completion" +IUSE="aqua +alsa archive bluray cdda +cli coreaudio doc drm dvb dvd +egl encode + gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua luajit openal + +opengl oss pulseaudio raspberry-pi rubberband samba -sdl selinux test + tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver + +xv zsh-completion" REQUIRED_USE=" || ( cli libmpv ) aqua? ( opengl ) egl? ( || ( gbm X wayland ) ) - enca? ( iconv ) gbm? ( drm egl ) lcms? ( || ( opengl egl ) ) - libguess? ( iconv ) luajit? ( lua ) tools? ( cli ) uchardet? ( iconv ) @@ -72,8 +70,6 @@ COMMON_DEPEND=" egl? ( media-libs/mesa[egl,gbm(-)?,wayland(-)?] ) iconv? ( virtual/libiconv - enca? ( app-i18n/enca ) - libguess? ( >=app-i18n/libguess-1.0 ) uchardet? ( dev-libs/uchardet ) ) jack? ( virtual/jack ) @@ -183,8 +179,6 @@ src_configure() { $(use_enable dvd dvdread) $(use_enable dvd dvdnav) $(use_enable cdda) - $(use_enable enca) - $(use_enable libguess) $(use_enable uchardet) $(use_enable rubberband) $(use_enable lcms lcms2) |