Date: Monday, January 3, 2011 @ 17:02:40 Author: tpowa Revision: 104533
upgpkg: kipi-plugins 1.7.0-1 bump to latest version, added more optdepends Modified: kipi-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-03 21:37:08 UTC (rev 104532) +++ PKGBUILD 2011-01-03 22:02:40 UTC (rev 104533) @@ -2,17 +2,21 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=kipi-plugins -pkgver=1.6.0 -pkgrel=2 +pkgver=1.7.0 +pkgrel=1 pkgdesc="libkipi plugins for digikam and kde apps" arch=('i686' 'x86_64') license=('GPL') url="http://www.kipi-plugins.org" -makedepends=('pkgconfig' 'cmake' 'automoc4') -depends=('kdegraphics-libs' 'kdepimlibs' 'opencv' 'libgpod') +makedepends=('pkgconfig' 'cmake' 'automoc4' 'libgpod' 'opencv' 'qjson') +depends=('kdegraphics-libs' 'kdepimlibs') source=("http://downloads.sourceforge.net/kipi/$pkgname-$pkgver.tar.bz2") optdepends=('imagemagick: for picture manipulation' - 'qca: for shwup webservice support') + 'qca: for shwup webservice support' + 'libgpod: send images to ipod' + 'opencv: red eye removal plugin' + 'hugin: for expoblending plugin' + 'qjson: for debianscreenshots plugin') install=${pkgname}.install build() { @@ -30,4 +34,4 @@ cd ${srcdir}/build make DESTDIR=$pkgdir install } -md5sums=('5c9b68818afab24a7fe31e4c9580b81a') +md5sums=('d1cc95109d826d651b1ca81e1ebbd6df')
