diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-28 17:29:38 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-03 16:42:33 +0100 |
commit | 3b7450c3e858153bbd797213ddaa56dcf61bb6e9 (patch) | |
tree | df8bbb73cf3be8016524fec8bc3e9a63fe4965e1 /media-libs/libopenshot | |
parent | mail-client/neomutt: Clean up of older ebuilds (diff) | |
download | gentoo-3b7450c3e858153bbd797213ddaa56dcf61bb6e9.tar.gz gentoo-3b7450c3e858153bbd797213ddaa56dcf61bb6e9.tar.bz2 gentoo-3b7450c3e858153bbd797213ddaa56dcf61bb6e9.zip |
media-libs/libopenshot: python3_9, sort DEPENDs
93 tests passed.
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libopenshot')
-rw-r--r-- | media-libs/libopenshot/libopenshot-0.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libopenshot/libopenshot-0.2.5.ebuild b/media-libs/libopenshot/libopenshot-0.2.5.ebuild index 840b5fb4de84..fdfa393fcfc9 100644 --- a/media-libs/libopenshot/libopenshot-0.2.5.ebuild +++ b/media-libs/libopenshot/libopenshot-0.2.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit cmake python-single-r1 toolchain-funcs @@ -25,10 +25,10 @@ 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] net-libs/cppzmq net-libs/zeromq imagemagick? ( >=media-gfx/imagemagick-7:0=[cxx] ) - media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] python? ( ${PYTHON_DEPS} ) " DEPEND="${RDEPEND}" |