[arch-commits] Commit in kdenlive/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 7 20:49:38 UTC 2017


    Date: Friday, April 7, 2017 @ 20:49:37
  Author: arojas
Revision: 292424

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdenlive/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 292423, kdenlive/kde-unstable/PKGBUILD)
Deleted:
  kdenlive/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-07 20:49:24 UTC (rev 292423)
+++ PKGBUILD	2017-04-07 20:49:37 UTC (rev 292424)
@@ -1,48 +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=17.03.80
-pkgrel=1
-pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=(i686 x86_64)
-url="https://www.kdenlive.org/"
-license=(GPL)
-groups=(kde-applications kdemultimedia)
-depends=(knewstuff knotifyconfig kded kfilemetadata qt5-webkit mlt glu sdl_image hicolor-icon-theme qt5-quickcontrols)
-makedepends=(extra-cmake-modules kdoctools v4l-utils python)
-optdepends=('ffmpeg: for FFmpeg plugin'
-            'cdrtools: 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=("https://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig})
-sha256sums=('f63b3f7362143cdbf99d888e9b739c115dc5f3f29955e0aef09382de51e39454'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}
-

Copied: kdenlive/repos/kde-unstable-x86_64/PKGBUILD (from rev 292423, kdenlive/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-07 20:49:37 UTC (rev 292424)
@@ -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=17.03.90
+pkgrel=1
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=(i686 x86_64)
+url="https://www.kdenlive.org/"
+license=(GPL)
+groups=(kde-applications kdemultimedia)
+depends=(knewstuff knotifyconfig kded kfilemetadata qt5-webkit mlt glu sdl_image hicolor-icon-theme qt5-quickcontrols)
+makedepends=(extra-cmake-modules kdoctools v4l-utils python)
+optdepends=('ffmpeg: for FFmpeg plugin'
+            'cdrtools: 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=("https://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3c1e505dd0bdbb6925c655a6d6242774edd6ab19a933b2a0c69cc72a24a097d3'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}
+



More information about the arch-commits mailing list