summaryrefslogtreecommitdiff
path: root/libre/openshot-libre
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-01 05:30:26 -0700
committerroot <root@rshg054.dnsready.net>2013-10-01 05:30:26 -0700
commitb2bab0c3032e55f291c1df002c13319de0bdb8cf (patch)
tree7784c4e886608f5351b7928170fc7b19cb36282e /libre/openshot-libre
parenta1792bae6f21dd0cca9e5a0d5cfad55edc1c4955 (diff)
Tue Oct 1 05:17:37 PDT 2013
Diffstat (limited to 'libre/openshot-libre')
-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() {