summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevorster2016-07-02 03:55:19 +0200
committerevorster2016-07-02 03:55:19 +0200
commitd037e85eae51870691779307703b072ba8242311 (patch)
tree709bac36cd6c22a2cf4f890d70eb38032fc9eaac
parent922a7b3dd49ed722cb0660193d7f0dd7d2c1d606 (diff)
downloadaur-d037e85eae51870691779307703b072ba8242311.tar.gz
fixed the depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e961db57d69..0633733e4695 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,10 @@ pkgbase = kdenlive-git
makedepends = v4l-utils
depends = glu
depends = kded
- depends = qt5-quickcontrols plasma-desktop python v4l-utils
+ depends = qt5-quickcontrols
+ depends = plasma-desktop
+ depends = python
+ depends = v4l-utils
depends = breeze-icons
depends = qt5-webkit
depends = kfilemetadata
diff --git a/PKGBUILD b/PKGBUILD
index abb744537026..e59b37afaf75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ pkgdesc="A non-linear video editor for Linux using the MLT video framework. KF5
arch=('i686' 'x86_64')
url="http://www.kdenlive.org/"
license=('GPL')
-depends=('glu' 'kded' qt5-quickcontrols' 'plasma-desktop' 'python' v4l-utils' 'breeze-icons' 'qt5-webkit' 'kfilemetadata' 'knewstuff'
-'kplotting' 'knotifyconfig' 'mlt' 'hicolor-icon-theme')
+depends=('glu' 'kded' 'qt5-quickcontrols' 'plasma-desktop' 'python' 'v4l-utils' 'breeze-icons' 'qt5-webkit'
+ 'kfilemetadata' 'knewstuff' 'kplotting' 'knotifyconfig' 'mlt' 'hicolor-icon-theme')
makedepends=('extra-cmake-modules' 'kdoctools' 'git' 'v4l-utils')
optdepends=('ffmpeg: for FFmpeg plugin'
'cdrkit: for creation of DVD ISO images'