From 318cde406ea5fdd0737c1ddd3c5d6dbad0f3e91f Mon Sep 17 00:00:00 2001 From: abveritas Date: Fri, 29 Apr 2011 18:49:24 +0000 Subject: [PATCH 1/2] updating exiv2 to 0.21.1 --- exiv2/PKGBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/exiv2/PKGBUILD b/exiv2/PKGBUILD index 27de03467..0f99fca7e 100644 --- a/exiv2/PKGBUILD +++ b/exiv2/PKGBUILD @@ -1,8 +1,14 @@ -#$Id: PKGBUILD 71297 2010-03-06 02:19:53Z pierre $ -# Maintainer: tobias +# +# Chakra Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa + +# include global config +source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=exiv2 -pkgver=0.19 +pkgver=0.21.1 pkgrel=1 pkgdesc="Exif and Iptc metadata manipulation library and tools." arch=('i686' 'x86_64') @@ -11,7 +17,7 @@ license=('GPL2') depends=('gcc-libs' 'zlib' 'expat') options=('!libtool') source=("http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz") -md5sums=('f52fb75a2cb7512f1484deab76473e13') +md5sums=('5c99bbcaa998f6b200b92f2bf0ac4f9e') build() { cd ${srcdir}/${pkgname}-${pkgver} From 85ed49282f494917723acf5f676e3d7902d22616 Mon Sep 17 00:00:00 2001 From: abveritas Date: Fri, 29 Apr 2011 19:09:26 +0000 Subject: [PATCH 2/2] strigi rebuild for updated exiv2 --- strigi/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strigi/PKGBUILD b/strigi/PKGBUILD index 5f05561ed..89263a61f 100644 --- a/strigi/PKGBUILD +++ b/strigi/PKGBUILD @@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=strigi pkgver=0.7.2 -pkgrel=3 +pkgrel=4 pkgdesc="Fast crawling desktop search engine with Qt4 GUI" arch=('i686' 'x86_64') url="http://www.vandenoever.info/software/strigi/"