Date: Friday, March 13, 2015 @ 23:08:44
  Author: arojas
Revision: 233605

community2extra: Moving kdenlive from community to extra

Added:
  kdenlive/
  kdenlive/repos/
  kdenlive/trunk/
  kdenlive/trunk/PKGBUILD
  kdenlive/trunk/kdenlive.install

------------------+
 PKGBUILD         |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 kdenlive.install |   13 +++++++++++++
 2 files changed, 59 insertions(+)

Added: kdenlive/trunk/PKGBUILD
===================================================================
--- kdenlive/trunk/PKGBUILD                             (rev 0)
+++ kdenlive/trunk/PKGBUILD     2015-03-13 22:08:44 UTC (rev 233605)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Zuf <kontakt....@gmail.com>
+# Contributor: Darwin Bautista <djclue...@gmail.com>
+
+pkgname=kdenlive
+pkgver=0.9.10
+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=('hicolor-icon-theme' 'kdelibs' 'mlt' \
+        'qimageblitz' 'qjson' 'shared-mime-info')
+makedepends=('cmake' 'automoc4' 'gettext' 'glew')
+optdepends=('cdrkit: for creation of DVD ISO images'
+           'dvdauthor: for creation of DVD'
+           'dvgrab: for firewire capture'
+           'ffmpeg: for webcam capture'
+           'recordmydesktop: for screen capture'
+           'xine-lib: for DVD preview'
+           'oxygen-icons: if some icons does not appear')
+install=kdenlive.install
+options=('docs')
+source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
+md5sums=('40d7ee8e388cb084f5eb1ad1596a14b2')
+
+build() {
+  export LDFLAGS="$LDFLAGS -lX11"
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kdenlive-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=/usr/lib \
+    -DLINK_LIBRARIES=-lX11 \
+    -DWITH_Nepomuk=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: kdenlive/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: kdenlive/trunk/kdenlive.install
===================================================================
--- kdenlive/trunk/kdenlive.install                             (rev 0)
+++ kdenlive/trunk/kdenlive.install     2015-03-13 22:08:44 UTC (rev 233605)
@@ -0,0 +1,13 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to