Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/
Date: Sat, 29 Jun 2019 21:34:30
Message-Id: 1561844033.e5af67be60304b4e83f60ffb4e1e827e0e88df3c.asturm@gentoo
1 commit: e5af67be60304b4e83f60ffb4e1e827e0e88df3c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 29 20:51:17 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 29 21:33:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5af67be
7
8 media-libs/mlt: Disallow media-video/ffmpeg[flite]
9
10 Bug: https://bugs.gentoo.org/683870
11 Package-Manager: Portage-2.3.67, Repoman-2.3.16
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-libs/mlt/mlt-6.16.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/mlt/mlt-6.16.0-r1.ebuild b/media-libs/mlt/mlt-6.16.0-r1.ebuild
18 index 7f71384a4b2..78864c1bac5 100644
19 --- a/media-libs/mlt/mlt-6.16.0-r1.ebuild
20 +++ b/media-libs/mlt/mlt-6.16.0-r1.ebuild
21 @@ -36,7 +36,7 @@ DEPEND="
22 >=media-libs/libebur128-1.2.2:=
23 ffmpeg? (
24 libav? ( >=media-video/libav-12:0=[vdpau?] )
25 - !libav? ( media-video/ffmpeg:0=[vdpau?] )
26 + !libav? ( media-video/ffmpeg:0=[vdpau?,-flite] )
27 )
28 fftw? ( sci-libs/fftw:3.0= )
29 frei0r? ( media-plugins/frei0r-plugins )