commit: 776164b910e95ed78baaaffe28efb2a0eb516374 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Sun Dec 11 03:46:26 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Dec 11 21:35:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776164b9
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 media-video/mpv/mpv-9999.ebuild | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 4c06563..6e41fb2 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)
