summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-05-22 22:15:01 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2021-05-22 23:00:13 -0400
commit3deb50644f2748d64bc11fb73fd5b4063a56f446 (patch)
treec2e52b37bf2e9c475e1ae7bff46dbb530ce24867
parent01e5c9c2094775589f8b84e80bf9a05f0c17ab55 (diff)
[kdenlive]: upgrade to v21.04.1
-rw-r--r--libre/kdenlive/PKGBUILD31
1 files changed, 20 insertions, 11 deletions
diff --git a/libre/kdenlive/PKGBUILD b/libre/kdenlive/PKGBUILD
index ff6f3fa47..c80c13b49 100644
--- a/libre/kdenlive/PKGBUILD
+++ b/libre/kdenlive/PKGBUILD
@@ -11,17 +11,18 @@
pkgname=kdenlive
-pkgver=20.12.3
+pkgver=21.04.1
pkgrel=1
pkgrel+=.parabola1
-pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=(armv7h i686 x86_64)
-url="https://www.kdenlive.org/"
+pkgdesc='A non-linear video editor for Linux using the MLT video framework'
+arch=(x86_64)
+arch+=(armv7h i686)
+url='https://apps.kde.org/kdenlive/'
license=(GPL)
groups=(kde-applications kde-multimedia)
-depends=(knewstuff knotifyconfig kfilemetadata purpose mlt rttr breeze-icons frei0r-plugins)
+depends=(qt5-networkauth knewstuff knotifyconfig kfilemetadata purpose mlt6 rttr breeze-icons frei0r-plugins)
makedepends=(extra-cmake-modules kdoctools v4l-utils)
-makedepends_i686=('kcodecs>=5.79.0' 'kconfig>=5.79.0') # in [testing]
+# makedepends_i686=('kcodecs>=5.79.0' 'kconfig>=5.79.0') # in [testing]
optdepends=('ffmpeg: for FFmpeg plugin'
'cdrtools: for creation of DVD ISO images'
'dvdauthor: for creation of DVD'
@@ -30,17 +31,25 @@ optdepends=('ffmpeg: for FFmpeg plugin'
'xine-ui: for DVD preview'
'vlc: for DVD preview'
'opencv: for motion tracking'
- 'plasma-desktop: theme configuration')
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8d9f94699befc59b0a410d99dcafd445f33126678c18d859df4fceb553a88586'
- 'SKIP')
+ 'plasma-desktop: theme configuration'
+ 'opentimelineio: timeline export/import')
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+ kdenlive-mlt6.patch)
+sha256sums=('9c2d0bc76b86fdf83cae1ac8c40b7630afbce4b92f9fd095bcfba1186851ef41'
+ 'SKIP'
+ 'db0819cea73fc7c2926c39a3de66fba86e94a6ca2e1f97e7bad1166ac6aec5bb')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck@kde.org>
D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org>
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < kdenlive-mlt6.patch # Use melt6 executable name
+}
+
build() {
cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
+ -DBUILD_TESTING=OFF \
+ -DCRASH_AUTO_TEST=ON
cmake --build build
}