[arch-commits] Commit in kdenlive/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Aug 27 23:45:25 UTC 2015


    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 <pupykin.s+arch at gmail.com>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Contributor: Zuf <kontakt.zuf at gmail.com>
 # Contributor: Darwin Bautista <djclue917 at gmail.com>
 # Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
@@ -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'



More information about the arch-commits mailing list