author | Antonio Rojas
<arojas@archlinux.org> 2023-11-22 23:03:07 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-11-22 23:03:07 UTC |
parent | 6d498b0823b32d7a650f6fe5e5f83f0e700b33a4 |
.SRCINFO | +44 | -17 |
PKGBUILD | +51 | -12 |
diff --git a/.SRCINFO b/.SRCINFO index bead0ed..cbe53ca 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,40 +1,67 @@ pkgbase = kdenlive pkgdesc = A non-linear video editor for Linux using the MLT video framework - pkgver = 23.08.3 + pkgver = 24.01.75 pkgrel = 1 url = https://apps.kde.org/kdenlive/ arch = x86_64 groups = kde-applications groups = kde-multimedia license = GPL + makedepends = doxygen makedepends = extra-cmake-modules makedepends = kdoctools5 - makedepends = v4l-utils - makedepends = doxygen makedepends = qt5-tools - depends = qt5-networkauth + depends = breeze-icons + depends = frei0r-plugins + depends = gcc-libs + depends = glibc + depends = karchive5 + depends = kbookmarks5 + depends = kcodecs5 + depends = kcompletion5 + depends = kconfig5 + depends = kconfigwidgets5 + depends = kcoreaddons5 + depends = kcrash5 + depends = kdbusaddons5 + depends = kfilemetadata5 + depends = kguiaddons5 + depends = ki18n5 + depends = kiconthemes5 + depends = kio5 + depends = kitemviews5 + depends = kjobwidgets5 depends = knewstuff5 + depends = knotifications5 depends = knotifyconfig5 - depends = kfilemetadata5 - depends = purpose5 + depends = ktextwidgets5 + depends = kwidgetsaddons5 + depends = kxmlgui5 depends = mlt - depends = breeze-icons - depends = frei0r-plugins - optdepends = ffmpeg: for FFmpeg plugin - optdepends = dvgrab: for firewire capture - optdepends = recordmydesktop: for screen capture - optdepends = opencv: for motion tracking - optdepends = plasma-desktop: theme configuration - optdepends = opentimelineio: timeline export/import + depends = purpose5 + depends = qt5-base + depends = qt5-declarative + depends = qt5-multimedia + depends = qt5-networkauth + depends = qt5-quickcontrols2 + depends = qt5-svg + depends = solid5 optdepends = bigsh0t: VR360 effects + optdepends = dvgrab: for firewire capture + optdepends = ffmpeg: for FFmpeg plugin optdepends = mediainfo: for technical clip information optdepends = noise-suppression-for-voice: noise suppression effect - source = https://download.kde.org/stable/release-service/23.08.3/src/kdenlive-23.08.3.tar.xz - source = https://download.kde.org/stable/release-service/23.08.3/src/kdenlive-23.08.3.tar.xz.sig + optdepends = opencv: for motion tracking + optdepends = opentimelineio: timeline export/import + optdepends = plasma-desktop: theme configuration + optdepends = python: for scripts + optdepends = recordmydesktop: for screen capture + source = https://download.kde.org/unstable/release-service/24.01.75/src/kdenlive-24.01.75.tar.xz + source = https://download.kde.org/unstable/release-service/24.01.75/src/kdenlive-24.01.75.tar.xz.sig validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF - sha256sums = 87ecc8a4664e2d50e9e362b98ebbe5222b087cd13ed2d0289f3ab61e805c2e8f + sha256sums = 3910b4b98051a15a52aa32bdf13f80d1c738509b7e3b684e7de6b6a79120c9b0 sha256sums = SKIP pkgname = kdenlive diff --git a/PKGBUILD b/PKGBUILD index 91385e6..3af3e46 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,26 +5,65 @@ # Contributor: Gustavo Alvarez <sl1pkn07@gmail.com> pkgname=kdenlive -pkgver=23.08.3 +pkgver=24.01.75 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 knewstuff5 knotifyconfig5 kfilemetadata5 purpose5 mlt breeze-icons frei0r-plugins) -makedepends=(extra-cmake-modules kdoctools5 v4l-utils doxygen qt5-tools) -optdepends=('ffmpeg: for FFmpeg plugin' +depends=(breeze-icons + frei0r-plugins + gcc-libs + glibc + karchive5 + kbookmarks5 + kcodecs5 + kcompletion5 + kconfig5 + kconfigwidgets5 + kcoreaddons5 + kcrash5 + kdbusaddons5 + kfilemetadata5 + kguiaddons5 + ki18n5 + kiconthemes5 + kio5 + kitemviews5 + kjobwidgets5 + knewstuff5 + knotifications5 + knotifyconfig5 + ktextwidgets5 + kwidgetsaddons5 + kxmlgui5 + mlt + purpose5 + qt5-base + qt5-declarative + qt5-multimedia + qt5-networkauth + qt5-quickcontrols2 + qt5-svg + solid5) +makedepends=(doxygen + extra-cmake-modules + kdoctools5 + qt5-tools) +optdepends=('bigsh0t: VR360 effects' 'dvgrab: for firewire capture' - 'recordmydesktop: for screen capture' + 'ffmpeg: for FFmpeg plugin' + 'mediainfo: for technical clip information' + 'noise-suppression-for-voice: noise suppression effect' 'opencv: for motion tracking' - 'plasma-desktop: theme configuration' 'opentimelineio: timeline export/import' - 'bigsh0t: VR360 effects' - 'mediainfo: for technical clip information' - 'noise-suppression-for-voice: noise suppression effect') -source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('87ecc8a4664e2d50e9e362b98ebbe5222b087cd13ed2d0289f3ab61e805c2e8f' + 'plasma-desktop: theme configuration' + 'python: for scripts' + 'recordmydesktop: for screen capture') +groups=(kde-applications + kde-multimedia) +source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('3910b4b98051a15a52aa32bdf13f80d1c738509b7e3b684e7de6b6a79120c9b0' 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck@kde.org>