commit:     f7d81343de6076fd6baa31faef56c1d8239514c9
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Fri Feb 19 20:36:20 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 22:26:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d81343

media-video/mpv: restrict 0.9.2-r1 to ffmpeg < 3.0 wrt bug 575146

Gentoo-Bugs: 575146

Package-Manager: portage-2.2.27

 media-video/mpv/mpv-0.9.2-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-video/mpv/mpv-0.9.2-r1.ebuild 
b/media-video/mpv/mpv-0.9.2-r1.ebuild
index 9f5e768..c75f130 100644
--- a/media-video/mpv/mpv-0.9.2-r1.ebuild
+++ b/media-video/mpv/mpv-0.9.2-r1.ebuild
@@ -50,7 +50,10 @@ REQUIRED_USE="
 
 RDEPEND="
        libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] )
-       !libav? ( >=media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?] )
+       !libav? (
+               >=media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?]
+               <media-video/ffmpeg-3.0
+       )
        sys-libs/zlib
        X? (
                x11-libs/libX11

Reply via email to