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

Antonio Rojas arojas at archlinux.org
Mon Nov 9 22:03:12 UTC 2015


    Date: Monday, November 9, 2015 @ 23:03:12
  Author: arojas
Revision: 250423

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

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

-------------------------------+
 /PKGBUILD                     |   96 ++++++++++++++++++++++++++++++++++++++++
 /kdenlive.install             |   26 ++++++++++
 extra-i686/PKGBUILD           |   54 ----------------------
 extra-i686/kdenlive.install   |   13 -----
 extra-x86_64/PKGBUILD         |   54 ----------------------
 extra-x86_64/kdenlive.install |   13 -----
 6 files changed, 122 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-11-09 22:02:52 UTC (rev 250422)
+++ extra-i686/PKGBUILD	2015-11-09 22:03:12 UTC (rev 250423)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Zuf <kontakt.zuf at gmail.com>
-# Contributor: Darwin Bautista <djclue917 at gmail.com>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=kdenlive
-pkgver=15.08.2
-pkgrel=2
-pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=(i686 x86_64)
-url="http://www.kdenlive.org/"
-license=(GPL)
-groups=(kde-applications kdemultimedia)
-depends=(knewstuff kplotting knotifyconfig kded mlt glu sdl_image hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools v4l-utils)
-optdepends=('ffmpeg: for FFmpeg plugin'
-            'cdrkit: for creation of DVD ISO images'
-            'dvdauthor: for creation of DVD'
-            'dvgrab: for firewire capture'
-            'libdv: for webcam capture (if FFmpeg is not installed)'
-            'recordmydesktop: for screen capture'
-            'xine-ui: for DVD preview'
-            'plasma-desktop: theme configuration')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"
-	fix-freeze-monitor.patch::"https://quickgit.kde.org/?p=kdenlive.git&a=commitdiff&h=858a855&o=plain")
-md5sums=('34d1a693951b4d227e393379d2298f37'
-         'ec38c200915cda5e6f8984af4ef76cd6')
-install=$pkgname.install
-
-prepare(){
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix freeze on monitor https://bugs.kde.org/show_bug.cgi?id=353936
-  patch -p1 -i ../fix-freeze-monitor.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}
-

Copied: kdenlive/repos/extra-i686/PKGBUILD (from rev 250422, kdenlive/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-11-09 22:03:12 UTC (rev 250423)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Zuf <kontakt.zuf at gmail.com>
+# Contributor: Darwin Bautista <djclue917 at gmail.com>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=kdenlive
+pkgver=15.08.3
+pkgrel=1
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=(i686 x86_64)
+url="http://www.kdenlive.org/"
+license=(GPL)
+groups=(kde-applications kdemultimedia)
+depends=(knewstuff kplotting knotifyconfig kded mlt glu sdl_image hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools v4l-utils)
+optdepends=('ffmpeg: for FFmpeg plugin'
+            'cdrkit: for creation of DVD ISO images'
+            'dvdauthor: for creation of DVD'
+            'dvgrab: for firewire capture'
+            'libdv: for webcam capture (if FFmpeg is not installed)'
+            'recordmydesktop: for screen capture'
+            'xine-ui: for DVD preview'
+            'plasma-desktop: theme configuration')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
+md5sums=('b1ebd1924f1dafdca818ddb1d046dbc0')
+install=$pkgname.install
+
+prepare(){
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-i686/kdenlive.install
===================================================================
--- extra-i686/kdenlive.install	2015-11-09 22:02:52 UTC (rev 250422)
+++ extra-i686/kdenlive.install	2015-11-09 22:03:12 UTC (rev 250423)
@@ -1,13 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &>/dev/null
-  update-desktop-database -q &>/dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kdenlive/repos/extra-i686/kdenlive.install (from rev 250422, kdenlive/trunk/kdenlive.install)
===================================================================
--- extra-i686/kdenlive.install	                        (rev 0)
+++ extra-i686/kdenlive.install	2015-11-09 22:03:12 UTC (rev 250423)
@@ -0,0 +1,13 @@
+post_install() {
+  update-mime-database usr/share/mime &>/dev/null
+  update-desktop-database -q &>/dev/null
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-11-09 22:02:52 UTC (rev 250422)
+++ extra-x86_64/PKGBUILD	2015-11-09 22:03:12 UTC (rev 250423)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Zuf <kontakt.zuf at gmail.com>
-# Contributor: Darwin Bautista <djclue917 at gmail.com>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=kdenlive
-pkgver=15.08.2
-pkgrel=2
-pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=(i686 x86_64)
-url="http://www.kdenlive.org/"
-license=(GPL)
-groups=(kde-applications kdemultimedia)
-depends=(knewstuff kplotting knotifyconfig kded mlt glu sdl_image hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools v4l-utils)
-optdepends=('ffmpeg: for FFmpeg plugin'
-            'cdrkit: for creation of DVD ISO images'
-            'dvdauthor: for creation of DVD'
-            'dvgrab: for firewire capture'
-            'libdv: for webcam capture (if FFmpeg is not installed)'
-            'recordmydesktop: for screen capture'
-            'xine-ui: for DVD preview'
-            'plasma-desktop: theme configuration')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"
-	fix-freeze-monitor.patch::"https://quickgit.kde.org/?p=kdenlive.git&a=commitdiff&h=858a855&o=plain")
-md5sums=('34d1a693951b4d227e393379d2298f37'
-         'ec38c200915cda5e6f8984af4ef76cd6')
-install=$pkgname.install
-
-prepare(){
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix freeze on monitor https://bugs.kde.org/show_bug.cgi?id=353936
-  patch -p1 -i ../fix-freeze-monitor.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}
-

Copied: kdenlive/repos/extra-x86_64/PKGBUILD (from rev 250422, kdenlive/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-11-09 22:03:12 UTC (rev 250423)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Zuf <kontakt.zuf at gmail.com>
+# Contributor: Darwin Bautista <djclue917 at gmail.com>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=kdenlive
+pkgver=15.08.3
+pkgrel=1
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=(i686 x86_64)
+url="http://www.kdenlive.org/"
+license=(GPL)
+groups=(kde-applications kdemultimedia)
+depends=(knewstuff kplotting knotifyconfig kded mlt glu sdl_image hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools v4l-utils)
+optdepends=('ffmpeg: for FFmpeg plugin'
+            'cdrkit: for creation of DVD ISO images'
+            'dvdauthor: for creation of DVD'
+            'dvgrab: for firewire capture'
+            'libdv: for webcam capture (if FFmpeg is not installed)'
+            'recordmydesktop: for screen capture'
+            'xine-ui: for DVD preview'
+            'plasma-desktop: theme configuration')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
+md5sums=('b1ebd1924f1dafdca818ddb1d046dbc0')
+install=$pkgname.install
+
+prepare(){
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-x86_64/kdenlive.install
===================================================================
--- extra-x86_64/kdenlive.install	2015-11-09 22:02:52 UTC (rev 250422)
+++ extra-x86_64/kdenlive.install	2015-11-09 22:03:12 UTC (rev 250423)
@@ -1,13 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &>/dev/null
-  update-desktop-database -q &>/dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kdenlive/repos/extra-x86_64/kdenlive.install (from rev 250422, kdenlive/trunk/kdenlive.install)
===================================================================
--- extra-x86_64/kdenlive.install	                        (rev 0)
+++ extra-x86_64/kdenlive.install	2015-11-09 22:03:12 UTC (rev 250423)
@@ -0,0 +1,13 @@
+post_install() {
+  update-mime-database usr/share/mime &>/dev/null
+  update-desktop-database -q &>/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