From: Andreas K. Hüttel Date: Sun, 3 Jun 2018 11:14:08 +0000 (+0200) Subject: media-libs/mlt: Needs at least libav-12, otherwise the build fails. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d8c0f83024a332fb8266d34f40f3c6e98f29ef21;p=gentoo.git media-libs/mlt: Needs at least libav-12, otherwise the build fails. See https://github.com/mltframework/mlt/issues/308 for a similar upstream bug report. Bug: https://github.com/mltframework/mlt/issues/308 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/media-libs/mlt/mlt-6.6.0.ebuild b/media-libs/mlt/mlt-6.6.0.ebuild index 04688b411f89..16e7f54c7d0e 100644 --- a/media-libs/mlt/mlt-6.6.0.ebuild +++ b/media-libs/mlt/mlt-6.6.0.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" COMMON_DEPEND=" >=media-libs/libebur128-1.2.2 ffmpeg? ( - libav? ( media-video/libav:0=[vdpau?] ) + libav? ( >=media-video/libav-12:0=[vdpau?] ) !libav? ( media-video/ffmpeg:0=[vdpau?] ) ) fftw? ( sci-libs/fftw:3.0= )