projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7154695
)
media-libs/mlt: Needs at least libav-12, otherwise the build fails.
author
Andreas K. Hüttel
<dilfridge@gentoo.org>
Sun, 3 Jun 2018 11:14:08 +0000
(13:14 +0200)
committer
Andreas K. Hüttel
<dilfridge@gentoo.org>
Sun, 3 Jun 2018 11:14:55 +0000
(13:14 +0200)
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
media-libs/mlt/mlt-6.6.0.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/mlt/mlt-6.6.0.ebuild
b/media-libs/mlt/mlt-6.6.0.ebuild
index 04688b411f89b6b8eb64ea3efbc93d67bbd09469..16e7f54c7d0e0d803144a39cc0ba97b9d314459c 100644
(file)
--- 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= )