media-video/openshot: add dev-python/requests to RDEPEND
authorJoonas Niilola <juippis@gmail.com>
Wed, 18 Apr 2018 07:27:28 +0000 (10:27 +0300)
committerMichał Górny <mgorny@gentoo.org>
Tue, 1 May 2018 07:35:54 +0000 (09:35 +0200)
Closes: https://bugs.gentoo.org/637448
Closes: https://github.com/gentoo/gentoo/pull/8052
Package-Manager: Portage[mgorny]-2.3.26.1

media-video/openshot/openshot-2.4.0-r1.ebuild [moved from media-video/openshot/openshot-2.4.0.ebuild with 87% similarity]

similarity index 87%
rename from media-video/openshot/openshot-2.4.0.ebuild
rename to media-video/openshot/openshot-2.4.0-r1.ebuild
index 9781379e1fcf78b6eaa7d9e973bf0f8f9a6ceb02..4e6a8386bce5a133ae4cbaaacf82d9172be0adaf 100644 (file)
@@ -13,7 +13,7 @@ MY_PN="${PN}-qt"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Free, open-source, non-linear video editor to create and edit videos and movies"
-HOMEPAGE="http://www.openshot.org/ https://launchpad.net/openshot"
+HOMEPAGE="https://www.openshot.org/ https://launchpad.net/openshot"
 SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${MY_P}.tar.gz"
 
 LICENSE="GPL-3+"
@@ -21,10 +21,11 @@ SLOT="1"
 KEYWORDS="amd64 x86"
 
 RDEPEND="
-       dev-python/PyQt5[svg,webkit,${PYTHON_USEDEP}]
-       >=media-libs/libopenshot-0.1.8[python,${PYTHON_USEDEP}]
        dev-python/httplib2[${PYTHON_USEDEP}]
+       dev-python/PyQt5[${PYTHON_USEDEP},svg,webkit]
        dev-python/pyzmq[${PYTHON_USEDEP}]
+       dev-python/requests[${PYTHON_USEDEP}]
+       >=media-libs/libopenshot-0.1.8[python,${PYTHON_USEDEP}]
 "
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]