aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kdenlive
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-07-16 00:11:30 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-07-15 19:14:56 -0300
commitcfd73fc2c0cffe3018c720cd9f1418a7799818da (patch)
tree2274c3b851ea579123104e44a2de226ed064708e /testing/kdenlive
parent22f23ea92d16ac677a1a92e917d576cf5a14ec53 (diff)
downloadaports-cfd73fc2c0cffe3018c720cd9f1418a7799818da.tar.bz2
aports-cfd73fc2c0cffe3018c720cd9f1418a7799818da.tar.xz
testing/kdenlive: add missing runtime deps
Diffstat (limited to 'testing/kdenlive')
-rw-r--r--testing/kdenlive/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/kdenlive/APKBUILD b/testing/kdenlive/APKBUILD
index fea38eb38a..351b33b8ee 100644
--- a/testing/kdenlive/APKBUILD
+++ b/testing/kdenlive/APKBUILD
@@ -2,11 +2,12 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kdenlive
pkgver=19.04.3
-pkgrel=0
+pkgrel=1
arch="all !s390x" # Limited by mlt
url="https://kdenlive.org"
pkgdesc="An intuitive and powerful multi-track video editor, including most recent video technologies"
license="GPL-2.0-or-later"
+depends="frei0r-plugins mlt"
makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtsvg-dev qt5-qtmultimedia-dev mlt-dev kxmlgui-dev kfilemetadata-dev purpose-dev kdoctools-dev knotifyconfig-dev knewstuff-dev kdeclarative-dev rttr-dev"
checkdepends="xvfb-run"
source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"