summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-13 07:32:24 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-13 07:32:50 -0300
commitd038666111a91df21dacd4756b223b21ff69213f (patch)
treeb163841ff9fbdae5260b1c80067bd1225bfff726
parent9bb9a338bf5885ae1f8d349d8e4529cbbfab5d81 (diff)
openshot-2.1.0-4.parabola1{,.nonprism1}: add python-setuptools as dependency
-rw-r--r--libre/openshot/PKGBUILD8
-rw-r--r--nonprism/openshot/PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/libre/openshot/PKGBUILD b/libre/openshot/PKGBUILD
index b9d16cd09..62ae32b5f 100644
--- a/libre/openshot/PKGBUILD
+++ b/libre/openshot/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 189002 2016-09-08 07:25:36Z spupykin $
+# $Id: PKGBUILD 199020 2016-12-12 12:52:07Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer (Arch): Florian Pritz <bluewind@xinu.at>
# Contributor (Arch): Asa Marco <marcoasa90[at]gmail[.]com>
@@ -6,7 +6,7 @@
pkgname=openshot
pkgver=2.1.0
-pkgrel=3.parabola1
+pkgrel=4.parabola1
pkgdesc="a free, non-linear video editor for GNU/Linux based on MLT framework, without nonfree faac recommendation"
arch=('any')
url="http://www.openshotvideo.com/"
@@ -14,14 +14,14 @@ license=('GPL')
depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer'
'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image'
- 'libopenshot' 'python-pyzmq' 'qt5-webkit')
+ 'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools')
optdepends=('frei0r-plugins: effects'
'libquicktime' 'libavc1394' 'jack' 'jack-rack')
makedepends=('python-setuptools')
replaces=("${pkgname}-libre" "${pkgname}-parabola")
conflicts=("${pkgname}-libre" "${pkgname}-parabola")
source=("https://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/openshot-qt-$pkgver.tar.gz")
-md5sums=('b4641ecebc02b1ad1047e3bfb3213774')
+sha256sums=('1eec7d07e991ccbb168de18b5f8a15f5d3eafe842cf267a254c1cde2925e2fdd')
package() {
cd "$srcdir"
diff --git a/nonprism/openshot/PKGBUILD b/nonprism/openshot/PKGBUILD
index 4ba2bc227..d14d38f2d 100644
--- a/nonprism/openshot/PKGBUILD
+++ b/nonprism/openshot/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 189002 2016-09-08 07:25:36Z spupykin $
+# $Id: PKGBUILD 199020 2016-12-12 12:52:07Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer (Arch): Florian Pritz <bluewind@xinu.at>
# Contributor (Arch): Asa Marco <marcoasa90[at]gmail[.]com>
@@ -6,7 +6,7 @@
pkgname=openshot
pkgver=2.1.0
-pkgrel=3.parabola1.nonprism1
+pkgrel=4.parabola1.nonprism1
pkgdesc="a free, non-linear video editor for GNU/Linux based on MLT framework, without nonfree faac recommendation and Youtube uploader support"
arch=('any')
url="http://www.openshotvideo.com/"
@@ -14,7 +14,7 @@ license=('GPL')
depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer'
'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image'
- 'libopenshot' 'python-pyzmq' 'qt5-webkit')
+ 'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools')
optdepends=('frei0r-plugins: effects'
'libquicktime' 'libavc1394' 'jack' 'jack-rack')
makedepends=('python-setuptools')
@@ -22,8 +22,8 @@ replaces=("${pkgname}-libre" "${pkgname}-parabola" "${pkgname}-libre-nonprism" "
conflicts=("${pkgname}-libre" "${pkgname}-parabola" "${pkgname}-libre-nonprism" "${pkgname}-nonprism")
source=("https://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/openshot-qt-$pkgver.tar.gz"
'nonprism.patch')
-md5sums=('b4641ecebc02b1ad1047e3bfb3213774'
- 'abbd28224a3044f3952e533de74e531a')
+sha256sums=('1eec7d07e991ccbb168de18b5f8a15f5d3eafe842cf267a254c1cde2925e2fdd'
+ '4d15b46ba39aaae75037eb97e001d08e56ff668086930ecdd780d4a5e4e08232')
prepare() {
cd "$srcdir"
patch -Np1 -i $srcdir/nonprism.patch