Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenshot/
Date: Sat, 25 Apr 2020 18:51:25
Message-Id: 1587840655.8cdc799ba9ec10f5d6d0a5288f4a53418b49850a.zlogene@gentoo
1 commit: 8cdc799ba9ec10f5d6d0a5288f4a53418b49850a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 18:50:55 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 18:50:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdc799b
7
8 media-libs/libopenshot: migrate frim libav
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 media-libs/libopenshot/libopenshot-0.2.2.ebuild | 5 ++---
14 media-libs/libopenshot/libopenshot-0.2.4.ebuild | 5 ++---
15 media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild | 5 ++---
16 3 files changed, 6 insertions(+), 9 deletions(-)
17
18 diff --git a/media-libs/libopenshot/libopenshot-0.2.2.ebuild b/media-libs/libopenshot/libopenshot-0.2.2.ebuild
19 index f011d7adca6..36281237c36 100644
20 --- a/media-libs/libopenshot/libopenshot-0.2.2.ebuild
21 +++ b/media-libs/libopenshot/libopenshot-0.2.2.ebuild
22 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 LICENSE="GPL-3"
24 SLOT="0"
25 KEYWORDS="amd64 x86"
26 -IUSE="+imagemagick libav +python test"
27 +IUSE="+imagemagick +python test"
28 # https://github.com/OpenShot/libopenshot/issues/43
29 RESTRICT="test"
30
31 @@ -26,8 +26,7 @@ RDEPEND="
32 dev-qt/qtmultimedia:5[widgets]
33 >=media-libs/libopenshot-audio-0.1.4
34 imagemagick? ( >=media-gfx/imagemagick-7:0=[cxx] )
35 - libav? ( media-video/libav:=[encode,x264,xvid,vpx,mp3,theora] )
36 - !libav? ( media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] )
37 + media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora]
38 python? ( ${PYTHON_DEPS} )
39 "
40 DEPEND="
41
42 diff --git a/media-libs/libopenshot/libopenshot-0.2.4.ebuild b/media-libs/libopenshot/libopenshot-0.2.4.ebuild
43 index 39d166e92c8..a8da723ee46 100644
44 --- a/media-libs/libopenshot/libopenshot-0.2.4.ebuild
45 +++ b/media-libs/libopenshot/libopenshot-0.2.4.ebuild
46 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 LICENSE="GPL-3+"
48 SLOT="0/18"
49 KEYWORDS="~amd64 ~x86"
50 -IUSE="doc examples +imagemagick libav +python test"
51 +IUSE="doc examples +imagemagick +python test"
52 RESTRICT="!test? ( test )"
53
54 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
55 @@ -28,8 +28,7 @@ RDEPEND="
56 net-libs/cppzmq
57 net-libs/zeromq
58 imagemagick? ( >=media-gfx/imagemagick-7:0=[cxx] )
59 - !libav? ( media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] )
60 - libav? ( media-video/libav:0=[encode,x264,xvid,vpx,mp3,theora] )
61 + media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora]
62 python? ( ${PYTHON_DEPS} )
63 "
64 DEPEND="${RDEPEND}"
65
66 diff --git a/media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild b/media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild
67 index 0905430c03b..32de4448a66 100644
68 --- a/media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild
69 +++ b/media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild
70 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/OpenShot/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.
71 LICENSE="GPL-3+"
72 SLOT="0/17"
73 KEYWORDS="amd64 x86"
74 -IUSE="doc examples +imagemagick libav +python test"
75 +IUSE="doc examples +imagemagick +python test"
76 RESTRICT="!test? ( test )"
77
78 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
79 @@ -28,8 +28,7 @@ RDEPEND="
80 dev-qt/qtmultimedia:5[widgets]
81 >=media-libs/libopenshot-audio-0.1.9_pre20190502:0=
82 imagemagick? ( >=media-gfx/imagemagick-7:0=[cxx] )
83 - libav? ( media-video/libav:0=[encode,x264,xvid,vpx,mp3,theora] )
84 - !libav? ( media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora] )
85 + media-video/ffmpeg:0=[encode,x264,xvid,vpx,mp3,theora]
86 python? ( ${PYTHON_DEPS} )
87 "
88 DEPEND="${RDEPEND}"