author | Antonio Rojas
<arojas@archlinux.org> 2021-04-22 09:19:13 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-04-22 09:19:13 UTC |
parent | 864b81cf94f5d151e36fa2f5f066d50b396f5a75 |
PKGBUILD | +12 | -16 |
diff --git a/PKGBUILD b/PKGBUILD index 0c567b0..d693751 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,14 +5,14 @@ # Contributor: Gustavo Alvarez <sl1pkn07@gmail.com> pkgname=kdenlive -pkgver=20.12.3 -pkgrel=2 -pkgdesc="A non-linear video editor for Linux using the MLT video framework" +pkgver=21.04.0 +pkgrel=1 +pkgdesc='A non-linear video editor for Linux using the MLT video framework' arch=(x86_64) -url="https://www.kdenlive.org/" +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 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' @@ -22,23 +22,19 @@ 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} - kdebug-435531.patch::https://invent.kde.org/multimedia/kdenlive/commit/f86dbde2.patch) -sha256sums=('8d9f94699befc59b0a410d99dcafd445f33126678c18d859df4fceb553a88586' - 'SKIP' - 'af1fa339178cd69272b7851a574083c3c2ee809568f66b98a07ba2920de6fbf8') + 'plasma-desktop: theme configuration' + 'opentimelineio: timeline export/import') +source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('b0be8f0adef51d3305ec6bebde089b8e4d2fb4519c83456cd91647e7763d4bdf' + 'SKIP') 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 + -DBUILD_TESTING=OFF \ + -DCRASH_AUTO_TEST=ON cmake --build build }