Date: Friday, August 28, 2015 @ 01:45:24 Author: arojas Revision: 244946
Add kded dependency (FS#46113) Modified: kdenlive/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-27 23:16:09 UTC (rev 244945) +++ PKGBUILD 2015-08-27 23:45:24 UTC (rev 244946) @@ -1,5 +1,6 @@ # $Id$ -# Maintainer: Sergej Pupykin <[email protected]> +# Maintainer: Antonio Rojas <[email protected]> +# Contributor: Sergej Pupykin <[email protected]> # Contributor: Zuf <[email protected]> # Contributor: Darwin Bautista <[email protected]> # Contributor: Gustavo Alvarez <[email protected]> @@ -6,14 +7,14 @@ pkgname=kdenlive pkgver=15.08.0 -pkgrel=1 +pkgrel=2 pkgdesc="A non-linear video editor for Linux using the MLT video framework" -arch=('i686' 'x86_64') +arch=(i686 x86_64) url="http://www.kdenlive.org/" -license=('GPL') -groups=('kde-applications' 'kdemultimedia') -depends=('knewstuff' 'kplotting' 'knotifyconfig' 'mlt' 'glu' 'sdl_image' 'hicolor-icon-theme') -makedepends=('extra-cmake-modules' 'kdoctools' 'v4l-utils') +license=(GPL) +groups=(kde-applications kdemultimedia) +depends=(knewstuff kplotting knotifyconfig kded mlt glu sdl_image hicolor-icon-theme) +makedepends=(extra-cmake-modules kdoctools v4l-utils) optdepends=('ffmpeg: for FFmpeg plugin' 'cdrkit: for creation of DVD ISO images' 'dvdauthor: for creation of DVD'
