From d038666111a91df21dacd4756b223b21ff69213f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 13 Dec 2016 07:32:24 -0300 Subject: openshot-2.1.0-4.parabola1{,.nonprism1}: add python-setuptools as dependency --- libre/openshot/PKGBUILD | 8 ++++---- nonprism/openshot/PKGBUILD | 10 +++++----- 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 # Maintainer (Arch): Florian Pritz # Contributor (Arch): Asa Marco @@ -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 # Maintainer (Arch): Florian Pritz # Contributor (Arch): Asa Marco @@ -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 -- cgit v1.2.3