diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-05-13 19:07:06 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-05-13 19:07:06 -0500 |
commit | 728560da51b868876fd0964d78fecb67b8df75d3 (patch) | |
tree | 091725a2d635d6d2e0cf05744924de719d389a2a /nonprism/openshot | |
parent | 2be7655b1fac2e107d91af2d1be9304220b92163 (diff) | |
download | abslibre-728560da51b868876fd0964d78fecb67b8df75d3.tar.gz abslibre-728560da51b868876fd0964d78fecb67b8df75d3.tar.bz2 abslibre-728560da51b868876fd0964d78fecb67b8df75d3.zip |
openshot-2.4.1-1.nonprism2: add missing dependency
Diffstat (limited to 'nonprism/openshot')
-rw-r--r-- | nonprism/openshot/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nonprism/openshot/PKGBUILD b/nonprism/openshot/PKGBUILD index 721c495d3..02fc78988 100644 --- a/nonprism/openshot/PKGBUILD +++ b/nonprism/openshot/PKGBUILD @@ -10,7 +10,7 @@ pkgname=openshot pkgver=2.4.1 -pkgrel=1.nonprism1 +pkgrel=1.nonprism2 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/" @@ -18,7 +18,8 @@ license=('GPL') depends=('mlt-python-bindings' 'sdl' 'librsvg' 'mplayer' 'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab' 'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image' - 'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools') + 'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools' + 'python-requests') optdepends=('frei0r-plugins: effects' 'libquicktime' 'libavc1394' 'jack' 'jack-rack') makedepends=('python-setuptools') |