Date: Thursday, October 7, 2021 @ 09:45:30 Author: arojas Revision: 425344
archrelease: copy trunk to extra-x86_64 Added: kdenlive/repos/extra-x86_64/PKGBUILD (from rev 425343, kdenlive/trunk/PKGBUILD) Deleted: kdenlive/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 78 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-10-07 09:45:21 UTC (rev 425343) +++ PKGBUILD 2021-10-07 09:45:30 UTC (rev 425344) @@ -1,39 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Zuf <kontakt....@gmail.com> -# Contributor: Darwin Bautista <djclue...@gmail.com> -# Contributor: Gustavo Alvarez <sl1pk...@gmail.com> - -pkgname=kdenlive -pkgver=21.08.1 -pkgrel=1 -pkgdesc='A non-linear video editor for Linux using the MLT video framework' -arch=(x86_64) -url='https://apps.kde.org/kdenlive/' -license=(GPL) -groups=(kde-applications kde-multimedia) -depends=(qt5-networkauth knewstuff knotifyconfig kfilemetadata purpose mlt breeze-icons frei0r-plugins) -makedepends=(extra-cmake-modules kdoctools v4l-utils doxygen qt5-tools) -optdepends=('ffmpeg: for FFmpeg plugin' - 'dvgrab: for firewire capture' - 'recordmydesktop: for screen capture' - '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}) -sha256sums=('9fdd7c66e9b528c668f8b1736bc84f51a7e72b2a2a6e5aef6438b803aa0b5b3e' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cf...@kde.org> - D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.bec...@kde.org> - -build() { - cmake -B build -S $pkgname-$pkgver \ - -DBUILD_TESTING=OFF \ - -DBUILD_QCH=ON - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: kdenlive/repos/extra-x86_64/PKGBUILD (from rev 425343, kdenlive/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-10-07 09:45:30 UTC (rev 425344) @@ -0,0 +1,39 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Zuf <kontakt....@gmail.com> +# Contributor: Darwin Bautista <djclue...@gmail.com> +# Contributor: Gustavo Alvarez <sl1pk...@gmail.com> + +pkgname=kdenlive +pkgver=21.08.2 +pkgrel=1 +pkgdesc='A non-linear video editor for Linux using the MLT video framework' +arch=(x86_64) +url='https://apps.kde.org/kdenlive/' +license=(GPL) +groups=(kde-applications kde-multimedia) +depends=(qt5-networkauth knewstuff knotifyconfig kfilemetadata purpose mlt breeze-icons frei0r-plugins) +makedepends=(extra-cmake-modules kdoctools v4l-utils doxygen qt5-tools) +optdepends=('ffmpeg: for FFmpeg plugin' + 'dvgrab: for firewire capture' + 'recordmydesktop: for screen capture' + '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}) +sha256sums=('f59c3749f1432cf04151a657a7e345ac45f76e75dbc7a3d411b31dd93430a183' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cf...@kde.org> + D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.bec...@kde.org> + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DBUILD_TESTING=OFF \ + -DBUILD_QCH=ON + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}