summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-01 06:39:10 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-01 06:39:10 -0300
commit7325c09cacea33ec1d88500469bf460373b39c5f (patch)
tree43ee0a248ed522011f88436946ef6570e7177730
parent7d329ec7c8bae88864d1b5984d693ce0a8dfe58b (diff)
openshot-libre-1.4.3-3: rename python-imaging to python2-pillow on depends
-rw-r--r--libre/openshot-libre/PKGBUILD6
-rw-r--r--libre/openshot-libre/openshot.install1
2 files changed, 4 insertions, 3 deletions
diff --git a/libre/openshot-libre/PKGBUILD b/libre/openshot-libre/PKGBUILD
index 4c5c97a12..f5762f3e7 100644
--- a/libre/openshot-libre/PKGBUILD
+++ b/libre/openshot-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 92333 2013-06-04 05:05:15Z svenstaro $
+# $Id: PKGBUILD 97284 2013-09-16 08:04:43Z bluewind $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Asa Marco <marcoasa90[at]gmail[.]com>
# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
@@ -6,13 +6,13 @@
_pkgname=openshot
pkgname=openshot-libre
pkgver=1.4.3
-pkgrel=2
+pkgrel=3
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'
- 'pyxdg' 'pygtk' 'python2-httplib2' 'python-imaging')
+ 'pyxdg' 'pygtk' 'python2-httplib2' 'python2-pillow')
optdepends=('dvgrab: for IEEE digital sources'
'libquicktime' 'libavc1394' 'jack' 'jack-rack' 'ladspa')
replaces=$_pkgname
diff --git a/libre/openshot-libre/openshot.install b/libre/openshot-libre/openshot.install
index aab69abed..046df0051 100644
--- a/libre/openshot-libre/openshot.install
+++ b/libre/openshot-libre/openshot.install
@@ -1,5 +1,6 @@
post_install() {
update-mime-database usr/share/mime &>/dev/null
+ update-desktop-database -q
}
post_upgrade() {