summaryrefslogtreecommitdiff
path: root/community/kdenlive/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kdenlive/PKGBUILD')
-rw-r--r--community/kdenlive/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kdenlive/PKGBUILD b/community/kdenlive/PKGBUILD
index 747528c6f..dab222c28 100644
--- a/community/kdenlive/PKGBUILD
+++ b/community/kdenlive/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 111179 2014-05-15 14:14:12Z spupykin $
+# $Id: PKGBUILD 116052 2014-07-21 08:52:59Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zuf <kontakt.zuf@gmail.com>
# Contributor: Darwin Bautista <djclue917@gmail.com>
pkgname=kdenlive
pkgver=0.9.8
-pkgrel=1
+pkgrel=2
pkgdesc="A non-linear video editor for Linux"
arch=('i686' 'x86_64')
# http://download.kde.org/stable/kdenlive/
url="http://www.kdenlive.org/"
license=('GPL')
-depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist')
+depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist' 'kdepimlibs')
makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
optdepends=('recordmydesktop: screen capture'
'dvdauthor: dvd creation'
@@ -21,7 +21,7 @@ optdepends=('recordmydesktop: screen capture'
install=kdenlive.install
options=('docs')
source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
-md5sums=('589801ff79c5819936141abe7e4f44fc')
+md5sums=('6c28868598eecd878b9d041bb3900615')
build() {
export LDFLAGS="$LDFLAGS -lX11"