From 40284a6cde85e73b2ece9810d0bb7943a9b822ca Mon Sep 17 00:00:00 2001 From: bill-auger Date: Fri, 29 Apr 2022 04:43:07 -0400 Subject: [kdenlive]: upgrade to v22.04.0 --- libre/kdenlive/PKGBUILD | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) (limited to 'libre/kdenlive/PKGBUILD') diff --git a/libre/kdenlive/PKGBUILD b/libre/kdenlive/PKGBUILD index c80c13b49..e4bb8d34d 100644 --- a/libre/kdenlive/PKGBUILD +++ b/libre/kdenlive/PKGBUILD @@ -11,7 +11,7 @@ pkgname=kdenlive -pkgver=21.04.1 +pkgver=22.04.0 pkgrel=1 pkgrel+=.parabola1 pkgdesc='A non-linear video editor for Linux using the MLT video framework' @@ -20,36 +20,27 @@ arch+=(armv7h i686) url='https://apps.kde.org/kdenlive/' license=(GPL) groups=(kde-applications kde-multimedia) -depends=(qt5-networkauth knewstuff knotifyconfig kfilemetadata purpose mlt6 rttr breeze-icons frei0r-plugins) -makedepends=(extra-cmake-modules kdoctools v4l-utils) +depends=(qt5-networkauth knewstuff knotifyconfig kfilemetadata purpose mlt breeze-icons frei0r-plugins) +makedepends=(extra-cmake-modules kdoctools v4l-utils doxygen qt5-tools) # 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' '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' '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') +source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('66147b2f1a2cf6f05eda15e4cc3e9d9b126d2dbcc187ecc6d78dea2c7b2c6d79' + 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker - -prepare() { - patch -d $pkgname-$pkgver -p1 < kdenlive-mlt6.patch # Use melt6 executable name -} +options=(debug) build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF \ - -DCRASH_AUTO_TEST=ON + -DBUILD_QCH=ON cmake --build build } -- cgit v1.2.3