commit: 479ab17dce603853a83dffe2e9795661a3ef1d7d Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Wed Dec 7 21:51:53 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 8 12:26:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479ab17d
media-video/mpv: adjust ffmpeg and libav dependencies in 9999 Also sync (drop) keywords with ffmpeg-3 in preparation for next release. Closes: https://github.com/gentoo/gentoo/pull/3052 Package-Manager: portage-2.3.3 Upstream-commit: https://github.com/mpv-player/mpv/commit/a660e15c9b96bd Upstream-commit: https://github.com/mpv-player/mpv/commit/3eceac2eab0b42 media-video/mpv/mpv-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 7e85cb4..4c06563 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://mpv.io/" if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git ) @@ -56,8 +56,8 @@ REQUIRED_USE=" " COMMON_DEPEND=" - !libav? ( >=media-video/ffmpeg-2.4:0=[encode?,threads,vaapi?,vdpau?] ) - libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] ) + !libav? ( >=media-video/ffmpeg-3.2.2:=[encode?,threads,vaapi?,vdpau?] ) + libav? ( >=media-video/libav-12:=[encode?,threads,vaapi?,vdpau?] ) sys-libs/zlib alsa? ( >=media-libs/alsa-lib-1.0.18 ) archive? ( >=app-arch/libarchive-3.0.0:= )
