diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-08 12:05:31 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-08 14:32:48 -0300 |
commit | 022c733e81f32cd94d67c578893e568d18723a1b (patch) | |
tree | 2d932873fc69279488641b3a6ec90ddaf3edc319 /libre | |
parent | 2e566c0b0f3fba5a27924e57f351c3486e73b9c5 (diff) | |
download | abslibre-022c733e81f32cd94d67c578893e568d18723a1b.tar.gz abslibre-022c733e81f32cd94d67c578893e568d18723a1b.tar.bz2 abslibre-022c733e81f32cd94d67c578893e568d18723a1b.zip |
openshot-2.1.0-2.parabola1{,.nonprism1}: add qt5-webkit as dependency
Diffstat (limited to 'libre')
-rw-r--r-- | libre/openshot/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/openshot/PKGBUILD b/libre/openshot/PKGBUILD index 96ee7f696..b9d16cd09 100644 --- a/libre/openshot/PKGBUILD +++ b/libre/openshot/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 188040 2016-08-30 08:57:04Z bluewind $ +# $Id: PKGBUILD 189002 2016-09-08 07:25:36Z 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=2.parabola1 +pkgrel=3.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,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') + 'libopenshot' 'python-pyzmq' 'qt5-webkit') optdepends=('frei0r-plugins: effects' 'libquicktime' 'libavc1394' 'jack' 'jack-rack') makedepends=('python-setuptools') |