diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-10 12:55:34 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-10 12:56:10 +0100 |
commit | bfd227962f869245b285e0fb5dcef7bcb53e24c5 (patch) | |
tree | c58f300a697bb7920b99414e7d71b11a0f1ac3fa /media-libs | |
parent | app-arch/lzip: Bump to 1.22 (diff) | |
download | gentoo-bfd227962f869245b285e0fb5dcef7bcb53e24c5.tar.gz gentoo-bfd227962f869245b285e0fb5dcef7bcb53e24c5.tar.bz2 gentoo-bfd227962f869245b285e0fb5dcef7bcb53e24c5.zip |
media-libs/libopenshot: Require media-video/ffmpeg[vorbis]
Fixes tests.
Closes: https://bugs.gentoo.org/739638
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libopenshot/libopenshot-0.2.5-r1.ebuild (renamed from media-libs/libopenshot/libopenshot-0.2.5.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libopenshot/libopenshot-0.2.5.ebuild b/media-libs/libopenshot/libopenshot-0.2.5-r1.ebuild index 37973900308f..d4927c47a61b 100644 --- a/media-libs/libopenshot/libopenshot-0.2.5.ebuild +++ b/media-libs/libopenshot/libopenshot-0.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,9 +15,9 @@ LICENSE="GPL-3+" SLOT="0/19" KEYWORDS="~amd64 ~x86" IUSE="doc examples +imagemagick +python test" -RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +RESTRICT="!test? ( test )" RDEPEND=" dev-libs/jsoncpp:0= @@ -25,7 +25,7 @@ RDEPEND=" dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] >=media-libs/libopenshot-audio-0.2.0:0= - media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] + media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora,vorbis] net-libs/cppzmq net-libs/zeromq imagemagick? ( >=media-gfx/imagemagick-7:0=[cxx] ) |