Date: Tuesday, April 21, 2015 @ 22:43:58 Author: arojas Revision: 237882
Add sdl_image dependency (FS#44683) Modified: kdenlive/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-21 16:16:34 UTC (rev 237881) +++ PKGBUILD 2015-04-21 20:43:58 UTC (rev 237882) @@ -6,13 +6,13 @@ pkgname=kdenlive pkgver=15.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' 'mlt' 'glu' 'hicolor-icon-theme') +depends=('knewstuff' 'kplotting' 'knotifyconfig' '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'