Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Tue, 01 May 2018 21:18:07
Message-Id: 1525209467.8448f82e6d79b4b5bcf0e2a4916fa2ce717265bf.monsieurp@gentoo
1 commit: 8448f82e6d79b4b5bcf0e2a4916fa2ce717265bf
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 29 22:13:14 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 21:17:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8448f82e
7
8 media-video/mpv: depend on libav-13_pre for vaapi/vdpau in 0.27.2.
9
10 Bug: https://bugs.gentoo.org/641414
11 Package-Manager: Portage-2.3.31, Repoman-2.3.9
12 Closes: https://github.com/gentoo/gentoo/pull/8212
13
14 media-video/mpv/mpv-0.27.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-video/mpv/mpv-0.27.2.ebuild b/media-video/mpv/mpv-0.27.2.ebuild
18 index d487246e046..1e790a980c0 100644
19 --- a/media-video/mpv/mpv-0.27.2.ebuild
20 +++ b/media-video/mpv/mpv-0.27.2.ebuild
21 @@ -100,12 +100,12 @@ COMMON_DEPEND="
22 v4l? ( media-libs/libv4l )
23 vaapi? (
24 !libav? ( >=media-video/ffmpeg-3.3:0 )
25 - libav? ( >=media-video/libav-13:0 )
26 + libav? ( >=media-video/libav-13_pre20171219:0 )
27 x11-libs/libva:=[drm?,X?,wayland?]
28 )
29 vdpau? (
30 !libav? ( >=media-video/ffmpeg-3.3:0 )
31 - libav? ( >=media-video/libav-13:0 )
32 + libav? ( >=media-video/libav-13_pre20171219:0 )
33 x11-libs/libvdpau
34 )
35 wayland? (