Date: Thursday, April 20, 2023 @ 11:44:58
  Author: arojas
Revision: 474370

archrelease: copy trunk to testing-x86_64

Added:
  kdenlive/repos/testing-x86_64/
  kdenlive/repos/testing-x86_64/PKGBUILD
    (from rev 474369, kdenlive/trunk/PKGBUILD)
  kdenlive/repos/testing-x86_64/keys/

----------+
 PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

Copied: kdenlive/repos/testing-x86_64/PKGBUILD (from rev 474369, 
kdenlive/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2023-04-20 11:44:58 UTC (rev 474370)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Zuf <[email protected]>
+# Contributor: Darwin Bautista <[email protected]>
+# Contributor: Gustavo Alvarez <[email protected]>
+
+pkgname=kdenlive
+pkgver=23.04.0
+pkgrel=1
+pkgdesc='A non-linear video editor for Linux using the MLT video framework'
+arch=(x86_64)
+url='https://apps.kde.org/kdenlive/'
+license=(GPL)
+groups=(kde-applications kde-multimedia)
+depends=(qt5-networkauth knewstuff knotifyconfig kfilemetadata purpose mlt 
breeze-icons frei0r-plugins)
+makedepends=(extra-cmake-modules kdoctools v4l-utils doxygen qt5-tools)
+optdepends=('ffmpeg: for FFmpeg plugin'
+            'dvgrab: for firewire capture'
+            'recordmydesktop: for screen capture'
+            'opencv: for motion tracking'
+            'plasma-desktop: theme configuration'
+            'opentimelineio: timeline export/import'
+            'bigsh0t: VR360 effects'
+            'mediainfo: for technical clip information'
+            'noise-suppression-for-voice: noise suppression effect')
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('eba17db62714e56eb9433499d559dab0657677c6876b0735a756b0d9afc48e6a'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 
<[email protected]>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 
<[email protected]>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to