[arch-commits] Commit in kdenlive/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Apr 12 07:39:10 UTC 2021
Date: Monday, April 12, 2021 @ 07:39:10
Author: arojas
Revision: 412350
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
kdenlive/repos/kde-unstable-x86_64/PKGBUILD
(from rev 412349, kdenlive/kde-unstable/PKGBUILD)
Deleted:
kdenlive/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 48 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-12 07:38:57 UTC (rev 412349)
+++ PKGBUILD 2021-04-12 07:39:10 UTC (rev 412350)
@@ -1,42 +0,0 @@
-# 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=21.03.90
-pkgrel=1
-pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=(x86_64)
-url="https://www.kdenlive.org/"
-license=(GPL)
-groups=(kde-applications kde-multimedia)
-depends=(qt5-networkauth knewstuff knotifyconfig kfilemetadata purpose mlt rttr breeze-icons frei0r-plugins)
-makedepends=(extra-cmake-modules kdoctools v4l-utils)
-optdepends=('ffmpeg: for FFmpeg plugin'
- 'cdrtools: for creation of DVD ISO images'
- 'dvdauthor: for creation of DVD'
- 'dvgrab: for firewire capture'
- 'recordmydesktop: for screen capture'
- 'xine-ui: for DVD preview'
- 'vlc: for DVD preview'
- 'opencv: for motion tracking'
- 'plasma-desktop: theme configuration')
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d9639139371694e64a2d03ef834662f87bf4272392d30a1b44e30bcf8acd55f3'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
- D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF \
- -DCRASH_AUTO_TEST=ON
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: kdenlive/repos/kde-unstable-x86_64/PKGBUILD (from rev 412349, kdenlive/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-12 07:39:10 UTC (rev 412350)
@@ -0,0 +1,48 @@
+# 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=21.03.90
+pkgrel=2
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=(x86_64)
+url="https://www.kdenlive.org/"
+license=(GPL)
+groups=(kde-applications kde-multimedia)
+depends=(qt5-networkauth knewstuff knotifyconfig kfilemetadata purpose mlt rttr breeze-icons frei0r-plugins)
+makedepends=(extra-cmake-modules kdoctools v4l-utils)
+optdepends=('ffmpeg: for FFmpeg plugin'
+ 'cdrtools: for creation of DVD ISO images'
+ 'dvdauthor: for creation of DVD'
+ 'dvgrab: for firewire capture'
+ 'recordmydesktop: for screen capture'
+ 'xine-ui: for DVD preview'
+ 'vlc: for DVD preview'
+ 'opencv: for motion tracking'
+ 'plasma-desktop: theme configuration')
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ kdebug-435531.patch::https://invent.kde.org/multimedia/kdenlive/commit/f86dbde2.patch)
+sha256sums=('d9639139371694e64a2d03ef834662f87bf4272392d30a1b44e30bcf8acd55f3'
+ 'SKIP'
+ 'af1fa339178cd69272b7851a574083c3c2ee809568f66b98a07ba2920de6fbf8')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < kdebug-435531.patch # Fix sliders with Qt post 5.15.2
+}
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF \
+ -DCRASH_AUTO_TEST=ON
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list