[arch-commits] Commit in kdenlive/repos (8 files)

Sergej Pupykin spupykin at archlinux.org
Mon Sep 29 16:56:40 UTC 2014


    Date: Monday, September 29, 2014 @ 18:56:40
  Author: spupykin
Revision: 119796

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  kdenlive/repos/community-staging-i686/PKGBUILD
    (from rev 119795, kdenlive/trunk/PKGBUILD)
  kdenlive/repos/community-staging-i686/kdenlive.install
    (from rev 119795, kdenlive/trunk/kdenlive.install)
  kdenlive/repos/community-staging-x86_64/PKGBUILD
    (from rev 119795, kdenlive/trunk/PKGBUILD)
  kdenlive/repos/community-staging-x86_64/kdenlive.install
    (from rev 119795, kdenlive/trunk/kdenlive.install)
Deleted:
  kdenlive/repos/community-staging-i686/PKGBUILD
  kdenlive/repos/community-staging-i686/kdenlive.install
  kdenlive/repos/community-staging-x86_64/PKGBUILD
  kdenlive/repos/community-staging-x86_64/kdenlive.install

-------------------------------------------+
 /PKGBUILD                                 |   86 ++++++++++++++++++++++++++++
 /kdenlive.install                         |   26 ++++++++
 community-staging-i686/PKGBUILD           |   43 --------------
 community-staging-i686/kdenlive.install   |   13 ----
 community-staging-x86_64/PKGBUILD         |   43 --------------
 community-staging-x86_64/kdenlive.install |   13 ----
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2014-09-29 16:56:21 UTC (rev 119795)
+++ community-staging-i686/PKGBUILD	2014-09-29 16:56:40 UTC (rev 119796)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Zuf <kontakt.zuf at gmail.com>
-# Contributor: Darwin Bautista <djclue917 at gmail.com>
-
-pkgname=kdenlive
-pkgver=0.9.8
-pkgrel=3
-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' 'kdepimlibs')
-makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
-optdepends=('recordmydesktop: screen capture'
-	    'dvdauthor: dvd creation'
-	    'dvgrab: firewire capture'
-	    'xine-ui: dvd preview'
-	    'cdrkit: dvd iso image creation')
-install=kdenlive.install
-options=('docs')
-source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
-md5sums=('6c28868598eecd878b9d041bb3900615')
-
-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
-}

Copied: kdenlive/repos/community-staging-i686/PKGBUILD (from rev 119795, kdenlive/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-09-29 16:56:40 UTC (rev 119796)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Zuf <kontakt.zuf at gmail.com>
+# Contributor: Darwin Bautista <djclue917 at gmail.com>
+
+pkgname=kdenlive
+pkgver=0.9.10
+pkgrel=1
+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' 'kdepimlibs')
+makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
+optdepends=('recordmydesktop: screen capture'
+	    'dvdauthor: dvd creation'
+	    'dvgrab: firewire capture'
+	    'xine-ui: dvd preview'
+	    'cdrkit: dvd iso image creation')
+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
+}

Deleted: community-staging-i686/kdenlive.install
===================================================================
--- community-staging-i686/kdenlive.install	2014-09-29 16:56:21 UTC (rev 119795)
+++ community-staging-i686/kdenlive.install	2014-09-29 16:56:40 UTC (rev 119796)
@@ -1,13 +0,0 @@
-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
-}

Copied: kdenlive/repos/community-staging-i686/kdenlive.install (from rev 119795, kdenlive/trunk/kdenlive.install)
===================================================================
--- community-staging-i686/kdenlive.install	                        (rev 0)
+++ community-staging-i686/kdenlive.install	2014-09-29 16:56:40 UTC (rev 119796)
@@ -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
+}

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2014-09-29 16:56:21 UTC (rev 119795)
+++ community-staging-x86_64/PKGBUILD	2014-09-29 16:56:40 UTC (rev 119796)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Zuf <kontakt.zuf at gmail.com>
-# Contributor: Darwin Bautista <djclue917 at gmail.com>
-
-pkgname=kdenlive
-pkgver=0.9.8
-pkgrel=3
-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' 'kdepimlibs')
-makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
-optdepends=('recordmydesktop: screen capture'
-	    'dvdauthor: dvd creation'
-	    'dvgrab: firewire capture'
-	    'xine-ui: dvd preview'
-	    'cdrkit: dvd iso image creation')
-install=kdenlive.install
-options=('docs')
-source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
-md5sums=('6c28868598eecd878b9d041bb3900615')
-
-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
-}

Copied: kdenlive/repos/community-staging-x86_64/PKGBUILD (from rev 119795, kdenlive/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-09-29 16:56:40 UTC (rev 119796)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Zuf <kontakt.zuf at gmail.com>
+# Contributor: Darwin Bautista <djclue917 at gmail.com>
+
+pkgname=kdenlive
+pkgver=0.9.10
+pkgrel=1
+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' 'kdepimlibs')
+makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
+optdepends=('recordmydesktop: screen capture'
+	    'dvdauthor: dvd creation'
+	    'dvgrab: firewire capture'
+	    'xine-ui: dvd preview'
+	    'cdrkit: dvd iso image creation')
+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
+}

Deleted: community-staging-x86_64/kdenlive.install
===================================================================
--- community-staging-x86_64/kdenlive.install	2014-09-29 16:56:21 UTC (rev 119795)
+++ community-staging-x86_64/kdenlive.install	2014-09-29 16:56:40 UTC (rev 119796)
@@ -1,13 +0,0 @@
-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
-}

Copied: kdenlive/repos/community-staging-x86_64/kdenlive.install (from rev 119795, kdenlive/trunk/kdenlive.install)
===================================================================
--- community-staging-x86_64/kdenlive.install	                        (rev 0)
+++ community-staging-x86_64/kdenlive.install	2014-09-29 16:56:40 UTC (rev 119796)
@@ -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
+}



More information about the arch-commits mailing list