Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/
Date: Sun, 03 Jun 2018 11:15:13
Message-Id: 1528024495.d8c0f83024a332fb8266d34f40f3c6e98f29ef21.dilfridge@gentoo
1 commit: d8c0f83024a332fb8266d34f40f3c6e98f29ef21
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 11:14:08 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 11:14:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c0f830
7
8 media-libs/mlt: Needs at least libav-12, otherwise the build fails.
9
10 See https://github.com/mltframework/mlt/issues/308 for a similar
11 upstream bug report.
12
13 Bug: https://github.com/mltframework/mlt/issues/308
14 Package-Manager: Portage-2.3.40, Repoman-2.3.9
15
16 media-libs/mlt/mlt-6.6.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/media-libs/mlt/mlt-6.6.0.ebuild b/media-libs/mlt/mlt-6.6.0.ebuild
20 index 04688b411f8..16e7f54c7d0 100644
21 --- a/media-libs/mlt/mlt-6.6.0.ebuild
22 +++ b/media-libs/mlt/mlt-6.6.0.ebuild
23 @@ -27,7 +27,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
24 COMMON_DEPEND="
25 >=media-libs/libebur128-1.2.2
26 ffmpeg? (
27 - libav? ( media-video/libav:0=[vdpau?] )
28 + libav? ( >=media-video/libav-12:0=[vdpau?] )
29 !libav? ( media-video/ffmpeg:0=[vdpau?] )
30 )
31 fftw? ( sci-libs/fftw:3.0= )