summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvert Vorster2022-07-21 19:00:49 +0200
committerEvert Vorster2022-07-21 19:00:49 +0200
commitb5ec427bdeeb3301016b3eca5bcac1d5b0ab5267 (patch)
tree301d919cb034000c10a6030290ffe4151034be47 /PKGBUILD
parente524c9f2403ba209e6edc96a273362a6ab83c056 (diff)
downloadaur-b5ec427bdeeb3301016b3eca5bcac1d5b0ab5267.tar.gz
Added in some optional and hard dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 751d343d6421..8d1242e3a521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
pkgname=kdenlive-git
-pkgver=22.07.70.r16280
+pkgver=22.11.70.r16404
pkgrel=1
pkgdesc="A non-linear video editor for Linux using the MLT video framework. KF5 Frameworks (Latest Applications GIT Version)"
arch=('i686' 'x86_64')
url="http://www.kdenlive.org/"
license=('GPL')
depends=('qt5-webkit' 'qt5-quickcontrols' 'kfilemetadata' 'knewstuff' 'knotifyconfig'
- 'mlt' 'hicolor-icon-theme' 'purpose' 'qt5-networkauth')
+ 'mlt' 'hicolor-icon-theme' 'purpose' 'qt5-networkauth' 'python')
makedepends=('extra-cmake-modules' 'kdoctools' 'git' 'v4l-utils')
optdepends=('ffmpeg: for FFmpeg plugin'
'cdrkit: for creation of DVD ISO images'
@@ -23,6 +23,8 @@ optdepends=('ffmpeg: for FFmpeg plugin'
'libdv: for webcam capture (if FFmpeg is not installed)'
'recordmydesktop: for screen capture'
'xine-ui: for DVD preview'
+ 'perl-image-exif-tool: for exif information'
+ 'mediainfo: for exif information'
'oxygen-icons: optional for xfce'
'breeze-icons: otional for default theme')
provides=('kdenlive')