diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-23 16:17:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-23 16:17:30 -0300 |
commit | 53562e97e4b73c9c02880ca919333e0b68c45024 (patch) | |
tree | 093842f7303641aec19ccccab8659eefb94ebf88 /libre/openshot | |
parent | 86d841da23f1b3a656b108fc5b1f7e016dd534c5 (diff) | |
download | abslibre-53562e97e4b73c9c02880ca919333e0b68c45024.tar.gz abslibre-53562e97e4b73c9c02880ca919333e0b68c45024.tar.bz2 abslibre-53562e97e4b73c9c02880ca919333e0b68c45024.zip |
openshot-2.2.0-3.parabola1{,.nonprism1}: drop unrequired pygoocanvas dependency
Diffstat (limited to 'libre/openshot')
-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 f76be6a10..76477fb28 100644 --- a/libre/openshot/PKGBUILD +++ b/libre/openshot/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 202985 2016-12-27 06:52:26Z bpiotrowski $ +# $Id: PKGBUILD 208487 2017-01-23 09:47:30Z jelle $ # 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,12 +6,12 @@ pkgname=openshot pkgver=2.2.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/" license=('GPL') -depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer' +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') |