diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-12-08 00:51:53 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-12-08 13:26:59 +0100 |
commit | 479ab17dce603853a83dffe2e9795661a3ef1d7d (patch) | |
tree | b18af1eea5c1e6554c754a12c013be71dba77487 /media-video/mpv | |
parent | dev-python/translate-toolkit: Drop old (diff) | |
download | gentoo-479ab17dce603853a83dffe2e9795661a3ef1d7d.tar.gz gentoo-479ab17dce603853a83dffe2e9795661a3ef1d7d.tar.bz2 gentoo-479ab17dce603853a83dffe2e9795661a3ef1d7d.zip |
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
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 7e85cb4f9dc1..4c065631f074 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:= ) |