diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-01-09 23:18:52 +0300 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-01-10 09:59:03 +0800 |
commit | d52a230146e98ad71ecdc44cccd858b819aefcd9 (patch) | |
tree | b21c1ec874369b34dc1c59530ea343425c34ad8c /media-video | |
parent | profiles: games-util/hearse is gone (diff) | |
download | gentoo-d52a230146e98ad71ecdc44cccd858b819aefcd9.tar.gz gentoo-d52a230146e98ad71ecdc44cccd858b819aefcd9.tar.bz2 gentoo-d52a230146e98ad71ecdc44cccd858b819aefcd9.zip |
media-video/mpv: remove erroneous '.0' from ffmpeg dependency version
ffmpeg major releases don't have a '.0' minor suffix.
Further, =media-video/ffmpeg-2.4 was never present in the tree.
The first ffmpeg release from 2.4-series in the tree was 2.4.1.
Therefore it's safe to drop the erroneous '.0' minor suffix from
the ffmpeg dependency version without a revbump.
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.14.0-r1.ebuild | 2 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-0.14.0-r1.ebuild b/media-video/mpv/mpv-0.14.0-r1.ebuild index fedc2a42ab78..d4c20285a6f8 100644 --- a/media-video/mpv/mpv-0.14.0-r1.ebuild +++ b/media-video/mpv/mpv-0.14.0-r1.ebuild @@ -56,7 +56,7 @@ REQUIRED_USE=" " COMMON_DEPEND=" - !libav? ( >=media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?] ) + !libav? ( >=media-video/ffmpeg-2.4:0=[encode?,threads,vaapi?,vdpau?] ) libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] ) sys-libs/zlib alsa? ( >=media-libs/alsa-lib-1.0.18 ) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 236fa9e35376..a776c14034c8 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -56,7 +56,7 @@ REQUIRED_USE=" " COMMON_DEPEND=" - !libav? ( >=media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?] ) + !libav? ( >=media-video/ffmpeg-2.4:0=[encode?,threads,vaapi?,vdpau?] ) libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] ) sys-libs/zlib alsa? ( >=media-libs/alsa-lib-1.0.18 ) |