commit: 923a61c2303b3d496a4963e53d75bd9d99d81aa9 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com> AuthorDate: Wed Mar 16 09:45:35 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Wed Mar 16 09:50:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923a61c2
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 .../openshot/{openshot-1.4.3.ebuild => openshot-1.4.3-r1.ebuild} | 6 +++--- 1 file 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 similarity index 89% rename from media-video/openshot/openshot-1.4.3.ebuild rename to media-video/openshot/openshot-1.4.3-r1.ebuild index dd9aee7..3d9fb6d 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}]
