commit: 52a5e87fae5d0903d59e2864b53d5170feadc1d6 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Tue Jul 24 15:36:31 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 28 08:53:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a5e87f
media-video/mpv: drop libav support in 9999 Rationale: 1. Fails to build against libav and mpv upstream doesn't care: https://github.com/mpv-player/mpv/issues/6007 2. Libav unmaintained in Gentoo: - security bumps missing for months: 651220 - security bugs untouched for months: 635520, 635522, 635524, 639770 - sources unfetchable for months: 641678 - transition to libav-12 incomplete for more than a year: 603726 Let's stop pretending libav support is fine, when it's clearly not. If you want mpv with libav back, please fix the above issues first. Package-Manager: Portage-2.3.43, Repoman-2.3.10 media-video/mpv/mpv-9999.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index cbfd0330617..eae5391d95d 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -29,15 +29,15 @@ DOCS+=( README.md DOCS/{client-api,interface}-changes.rst ) LICENSE="LGPL-2.1+ GPL-2+ BSD ISC samba? ( GPL-3+ )" SLOT="0" IUSE="+alsa aqua archive bluray cdda +cli coreaudio cplugins cuda doc drm dvb - dvd +egl gbm +iconv jack javascript jpeg lcms +libass libav libcaca libmpv - +lua luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl + dvd +egl gbm +iconv jack javascript jpeg lcms +libass libcaca libmpv +lua + luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux test tools +uchardet v4l vaapi vdpau vulkan wayland +X +xv zlib zsh-completion" REQUIRED_USE=" || ( cli libmpv ) aqua? ( opengl ) - cuda? ( !libav opengl ) + cuda? ( opengl ) egl? ( || ( gbm X wayland ) ) gbm? ( drm egl opengl ) lcms? ( opengl ) @@ -59,8 +59,7 @@ REQUIRED_USE=" " COMMON_DEPEND=" - !libav? ( >=media-video/ffmpeg-4.0:0=[encode,threads,vaapi?,vdpau?] ) - libav? ( ~media-video/libav-9999:0=[encode,threads,vaapi?,vdpau?] ) + >=media-video/ffmpeg-4.0:0=[encode,threads,vaapi?,vdpau?] alsa? ( >=media-libs/alsa-lib-1.0.18 ) archive? ( >=app-arch/libarchive-3.0.0:= ) bluray? ( >=media-libs/libbluray-0.3.0:= )
