openshot: added missing dep

This commit is contained in:
gnastyle 2016-09-07 13:34:59 +02:00
parent c0366afdb6
commit 6e6c9f1684

View File

@ -1,11 +1,11 @@
pkgname=openshot pkgname=openshot
pkgver=2.1.0 pkgver=2.1.0
pkgrel=1 pkgrel=2
pkgdesc="An open-source, non-linear, next gen video editor, based on libopenshot." pkgdesc="An open-source, non-linear, next gen video editor, based on libopenshot."
arch=('any') arch=('any')
url="http://www.openshotvideo.com/" url="http://www.openshotvideo.com/"
license=('GPL') license=('GPL')
depends=('python3' 'python3-pyqt5' 'desktop-file-utils' 'shared-mime-info' 'libopenshot' 'qt5-webkit' 'python3-httplib2') depends=('qt5-webkit' 'qt5-svg' 'python3' 'python3-pyqt5' 'python3-httplib2' 'python3-pillow' 'python3-pyzmq' 'python3-xdg' 'desktop-file-utils' 'shared-mime-info' 'libopenshot' 'dvgrab' 'ladspa' 'librsvg' 'mlt-python-bindings' 'sdl' 'sdl_image' 'sox')
makedepends=('python3-setuptools') makedepends=('python3-setuptools')
source=(https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz) source=(https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz)
sha1sums=('0bdf284d7e91970540869884c1ccbe7af81895b5') sha1sums=('0bdf284d7e91970540869884c1ccbe7af81895b5')