pkgname=kdenlive pkgver=24.04.80 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-2.0-or-later') groups=('kde-applications' 'kde-utilities') depends=('breeze-icons' 'frei0r-plugins' 'gcc-libs' 'glibc' 'karchive' 'kbookmarks' 'kcodecs' 'kcolorscheme' 'kcompletion' 'kconfig' 'kconfigwidgets' 'kcoreaddons' 'kcrash' 'kdbusaddons' 'kfilemetadata' 'kguiaddons' 'ki18n' 'kiconthemes' 'kio' 'kitemviews' 'knewstuff' 'knotifications' 'knotifyconfig' 'ktextwidgets' 'kwidgetsaddons' 'kxmlgui' 'mlt' 'purpose' 'qqc2-desktop-style' 'qt6-qtbase' 'qt6-qtdeclarative' 'qt6-qtmultimedia' 'qt6-qtnetworkauth' 'qt6-qtsvg' 'solid') makedepends=('extra-cmake-modules' 'cmake' 'kdoctools' 'qt6-qttools') source=(https://download.kde.org/unstable/release-service/${pkgver}/src/${pkgname}-${pkgver}.tar.xz) sha256sums=(a2f5760c7f4f3c16fe5aaa0ee6ccb644e040290adb8c3eecd7e12ba5e99c75e4) build() { cd ${pkgname}-${pkgver} cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTING=OFF \ -Wno-dev -Bbuild cmake --build flarebird-build } package() { cd ${pkgname}-${pkgver} DESTDIR=${pkgdir} cmake --install flarebird-build }