summaryrefslogtreecommitdiff
path: root/extra/lensfun
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-30 00:01:49 +0000
committerroot <root@rshg054.dnsready.net>2012-06-30 00:01:49 +0000
commitff31f6558b911e924318b059516075f6413c5d8b (patch)
treec60e837c5e5c8e10b9f367152621091c714e4ea7 /extra/lensfun
parenta9811800fb65ca331655a1bbe22e67e7564099f8 (diff)
Sat Jun 30 00:01:49 UTC 2012
Diffstat (limited to 'extra/lensfun')
-rw-r--r--extra/lensfun/PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/extra/lensfun/PKGBUILD b/extra/lensfun/PKGBUILD
index b1ec2b92b..425ac426b 100644
--- a/extra/lensfun/PKGBUILD
+++ b/extra/lensfun/PKGBUILD
@@ -1,22 +1,20 @@
-# $Id: PKGBUILD 135705 2011-08-17 16:07:55Z tpowa $
+# $Id: PKGBUILD 162692 2012-06-28 10:33:24Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=lensfun
-pkgver=0.2.5
-pkgrel=2
+pkgver=0.2.6
+pkgrel=1
pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
arch=(i686 x86_64)
url="http://lensfun.berlios.de/"
license=('LGPL3')
depends=('glibc' 'glib2')
-makedepends=('python' 'libpng' 'doxygen')
-source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
- "runtime.cpu.detection.fix.backport.patch")
+makedepends=('python2' 'libpng' 'doxygen')
+source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
- patch -p0 -i "${srcdir}/runtime.cpu.detection.fix.backport.patch"
./configure \
--prefix=/usr \
--libdir=/usr/lib
@@ -27,6 +25,4 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make INSTALL_PREFIX="$pkgdir" install
}
-
-md5sums=('a10438dffae68a5988fc54b0393a3755'
- 'a2033928f263db319de78182ab12fb7d')
+md5sums=('740e4749db04da0a597630dd6339b966')