summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2018-06-03 13:14:08 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-06-03 13:14:55 +0200
commitd8c0f83024a332fb8266d34f40f3c6e98f29ef21 (patch)
tree71a66e53f60b13e484da19ea9eb072c9999b2055 /media-libs/mlt
parentapp-misc/mc: bump up to 4.8.21 (diff)
downloadgentoo-d8c0f83024a332fb8266d34f40f3c6e98f29ef21.tar.gz
gentoo-d8c0f83024a332fb8266d34f40f3c6e98f29ef21.tar.bz2
gentoo-d8c0f83024a332fb8266d34f40f3c6e98f29ef21.zip
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
Diffstat (limited to 'media-libs/mlt')
-rw-r--r--media-libs/mlt/mlt-6.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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= )