author | Antonio Rojas
<arojas@archlinux.org> 2021-04-12 07:34:09 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-04-12 07:34:09 UTC |
parent | 68eba62441d9f7154436b6a87e370fe917d87f7a |
PKGBUILD | +9 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 0171a7e..0c567b0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=kdenlive pkgver=20.12.3 -pkgrel=1 +pkgrel=2 pkgdesc="A non-linear video editor for Linux using the MLT video framework" arch=(x86_64) url="https://www.kdenlive.org/" @@ -23,13 +23,19 @@ optdepends=('ffmpeg: for FFmpeg plugin' '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}) +source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} + kdebug-435531.patch::https://invent.kde.org/multimedia/kdenlive/commit/f86dbde2.patch) sha256sums=('8d9f94699befc59b0a410d99dcafd445f33126678c18d859df4fceb553a88586' - 'SKIP') + 'SKIP' + 'af1fa339178cd69272b7851a574083c3c2ee809568f66b98a07ba2920de6fbf8') 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 < kdebug-435531.patch # Fix sliders with Qt post 5.15.2 +} + build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF