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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jan 29 09:59:04 UTC 2013


    Date: Tuesday, January 29, 2013 @ 10:59:04
  Author: spupykin
Revision: 83307

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

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

-----------------------------------+
 community-i686/PKGBUILD           |   84 ++++++++++++++++++------------------
 community-i686/kdenlive.install   |   24 +++++-----
 community-x86_64/PKGBUILD         |   84 ++++++++++++++++++------------------
 community-x86_64/kdenlive.install |   24 +++++-----
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-29 09:58:39 UTC (rev 83306)
+++ community-i686/PKGBUILD	2013-01-29 09:59:04 UTC (rev 83307)
@@ -1,42 +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.2
-pkgrel=6
-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')
-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=('40f108f26e2c2e08807a1c183d8764ec')
-
-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
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdenlive/repos/community-i686/PKGBUILD (from rev 83306, kdenlive/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-29 09:59:04 UTC (rev 83307)
@@ -0,0 +1,42 @@
+# $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.4
+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')
+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=('fed17b584aca6a9811a49f2348b4f6db')
+
+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
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/kdenlive.install
===================================================================
--- community-i686/kdenlive.install	2013-01-29 09:58:39 UTC (rev 83306)
+++ community-i686/kdenlive.install	2013-01-29 09:59:04 UTC (rev 83307)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &> /dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kdenlive/repos/community-i686/kdenlive.install (from rev 83306, kdenlive/trunk/kdenlive.install)
===================================================================
--- community-i686/kdenlive.install	                        (rev 0)
+++ community-i686/kdenlive.install	2013-01-29 09:59:04 UTC (rev 83307)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-29 09:58:39 UTC (rev 83306)
+++ community-x86_64/PKGBUILD	2013-01-29 09:59:04 UTC (rev 83307)
@@ -1,42 +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.2
-pkgrel=6
-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')
-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=('40f108f26e2c2e08807a1c183d8764ec')
-
-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
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdenlive/repos/community-x86_64/PKGBUILD (from rev 83306, kdenlive/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-29 09:59:04 UTC (rev 83307)
@@ -0,0 +1,42 @@
+# $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.4
+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')
+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=('fed17b584aca6a9811a49f2348b4f6db')
+
+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
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/kdenlive.install
===================================================================
--- community-x86_64/kdenlive.install	2013-01-29 09:58:39 UTC (rev 83306)
+++ community-x86_64/kdenlive.install	2013-01-29 09:59:04 UTC (rev 83307)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &> /dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kdenlive/repos/community-x86_64/kdenlive.install (from rev 83306, kdenlive/trunk/kdenlive.install)
===================================================================
--- community-x86_64/kdenlive.install	                        (rev 0)
+++ community-x86_64/kdenlive.install	2013-01-29 09:59:04 UTC (rev 83307)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list