git » kdenlive.git » commit 23b2c41

Add missing qt5-quickcontrols dependency (FS#49065)

author Antonio Rojas
2016-04-24 08:42:13 UTC
committer Antonio Rojas
2016-04-24 08:42:13 UTC
parent 5611fa30ef1a3ede359393c2e132a622c0055626

Add missing qt5-quickcontrols dependency (FS#49065)

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 9fc2346..9413ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
 
 pkgname=kdenlive
 pkgver=16.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A non-linear video editor for Linux using the MLT video framework"
 arch=(i686 x86_64)
 url="http://www.kdenlive.org/"
 license=(GPL)
 groups=(kde-applications kdemultimedia)
-depends=(knewstuff kplotting knotifyconfig kded kfilemetadata qt5-webkit mlt glu sdl_image hicolor-icon-theme)
+depends=(knewstuff kplotting knotifyconfig kded kfilemetadata qt5-webkit mlt glu sdl_image hicolor-icon-theme qt5-quickcontrols)
 makedepends=(extra-cmake-modules kdoctools v4l-utils python)
 optdepends=('ffmpeg: for FFmpeg plugin'
             'cdrkit: for creation of DVD ISO images'