Date: Monday, May 1, 2023 @ 12:24:28
  Author: arojas
Revision: 476123

archrelease: copy trunk to extra-x86_64

Added:
  kdenlive/repos/extra-x86_64/PKGBUILD
    (from rev 476122, kdenlive/trunk/PKGBUILD)
  kdenlive/repos/extra-x86_64/keys/
Deleted:
  kdenlive/repos/extra-x86_64/PKGBUILD
  kdenlive/repos/extra-x86_64/keys/

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-01 12:24:16 UTC (rev 476122)
+++ PKGBUILD    2023-05-01 12:24:28 UTC (rev 476123)
@@ -1,42 +0,0 @@
-# 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
-}

Copied: kdenlive/repos/extra-x86_64/PKGBUILD (from rev 476122, 
kdenlive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-01 12:24:28 UTC (rev 476123)
@@ -0,0 +1,50 @@
+# 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=2
+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}
+        https://invent.kde.org/multimedia/kdenlive/-/commit/364e23f6.patch)
+makedepends+=(git) # patch is binary
+sha256sums=('eba17db62714e56eb9433499d559dab0657677c6876b0735a756b0d9afc48e6a'
+            'SKIP'
+            'abc63b230a9f98981533640a011c793ccf03f693d78330c19c1dbb6eca08feb4')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 
<[email protected]>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 
<[email protected]>
+
+prepare() {
+  cd $pkgname-$pkgver
+  git apply ../364e23f6.patch # Fix project corruption
+}
+
+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