diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2016-03-16 10:45:35 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-03-16 09:50:27 +0000 |
commit | 923a61c2303b3d496a4963e53d75bd9d99d81aa9 (patch) | |
tree | f9fdef0a86d1a91898c73785859d1181a5ed242a /media-video/openshot | |
parent | dev-java/mersennetwister: Clean up old. (diff) | |
download | gentoo-923a61c2303b3d496a4963e53d75bd9d99d81aa9.tar.gz gentoo-923a61c2303b3d496a4963e53d75bd9d99d81aa9.tar.bz2 gentoo-923a61c2303b3d496a4963e53d75bd9d99d81aa9.zip |
media-video/openshot: require ffmpeg/libav to be compiled with USE=vpx
Gentoo-Bug: https://bugs.gentoo.org/563026
Package-Manager: portage-2.2.27
Closes: https://github.com/gentoo/gentoo/pull/1068
Diffstat (limited to 'media-video/openshot')
-rw-r--r-- | media-video/openshot/openshot-1.4.3-r1.ebuild (renamed from media-video/openshot/openshot-1.4.3.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/openshot/openshot-1.4.3.ebuild b/media-video/openshot/openshot-1.4.3-r1.ebuild index dd9aee7c6487..3d9fb6d35f4a 100644 --- a/media-video/openshot/openshot-1.4.3.ebuild +++ b/media-video/openshot/openshot-1.4.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,8 +27,8 @@ RDEPEND=" dev-python/pillow[${PYTHON_USEDEP}] >=media-libs/mlt-0.8.2[ffmpeg,frei0r,gtk,melt,python,sdl,xml] ffmpeg? ( - libav? ( media-video/libav:=[encode,sdl,x264,mp3,theora] ) - !libav? ( media-video/ffmpeg:0=[encode,sdl,x264,mp3,theora] ) + libav? ( media-video/libav:=[encode,sdl,x264,mp3,theora,vpx] ) + !libav? ( media-video/ffmpeg:0=[encode,sdl,x264,mp3,theora,vpx] ) ) python? ( dev-python/httplib2[${PYTHON_USEDEP}] |