Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/openshot/
Date: Tue, 01 May 2018 07:36:30
Message-Id: 1525160154.c049a2465b1248218a86102654316fe4244a564f.mgorny@gentoo
1 commit: c049a2465b1248218a86102654316fe4244a564f
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 18 07:27:28 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 07:35:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c049a246
7
8 media-video/openshot: add dev-python/requests to RDEPEND
9
10 Closes: https://bugs.gentoo.org/637448
11 Closes: https://github.com/gentoo/gentoo/pull/8052
12 Package-Manager: Portage[mgorny]-2.3.26.1
13
14 .../openshot/{openshot-2.4.0.ebuild => openshot-2.4.0-r1.ebuild} | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/media-video/openshot/openshot-2.4.0.ebuild b/media-video/openshot/openshot-2.4.0-r1.ebuild
18 similarity index 87%
19 rename from media-video/openshot/openshot-2.4.0.ebuild
20 rename to media-video/openshot/openshot-2.4.0-r1.ebuild
21 index 9781379e1fc..4e6a8386bce 100644
22 --- a/media-video/openshot/openshot-2.4.0.ebuild
23 +++ b/media-video/openshot/openshot-2.4.0-r1.ebuild
24 @@ -13,7 +13,7 @@ MY_PN="${PN}-qt"
25 MY_P="${MY_PN}-${PV}"
26
27 DESCRIPTION="Free, open-source, non-linear video editor to create and edit videos and movies"
28 -HOMEPAGE="http://www.openshot.org/ https://launchpad.net/openshot"
29 +HOMEPAGE="https://www.openshot.org/ https://launchpad.net/openshot"
30 SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${MY_P}.tar.gz"
31
32 LICENSE="GPL-3+"
33 @@ -21,10 +21,11 @@ SLOT="1"
34 KEYWORDS="amd64 x86"
35
36 RDEPEND="
37 - dev-python/PyQt5[svg,webkit,${PYTHON_USEDEP}]
38 - >=media-libs/libopenshot-0.1.8[python,${PYTHON_USEDEP}]
39 dev-python/httplib2[${PYTHON_USEDEP}]
40 + dev-python/PyQt5[${PYTHON_USEDEP},svg,webkit]
41 dev-python/pyzmq[${PYTHON_USEDEP}]
42 + dev-python/requests[${PYTHON_USEDEP}]
43 + >=media-libs/libopenshot-0.1.8[python,${PYTHON_USEDEP}]
44 "
45 DEPEND="
46 dev-python/setuptools[${PYTHON_USEDEP}]