diff options
Diffstat (limited to 'extra/lensfun/PKGBUILD')
-rw-r--r-- | extra/lensfun/PKGBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/lensfun/PKGBUILD b/extra/lensfun/PKGBUILD index 39c211128..f2c082d5c 100644 --- a/extra/lensfun/PKGBUILD +++ b/extra/lensfun/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 182923 2013-04-16 07:16:05Z tpowa $ +# $Id: PKGBUILD 201246 2013-12-06 16:02:09Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=lensfun -pkgver=0.2.7 +pkgver=0.2.8 pkgrel=1 pkgdesc="Database of photographic lenses and a library that allows advanced access to the database" arch=(i686 x86_64 'mips64el') @@ -10,7 +10,8 @@ url="http://lensfun.berlios.de/" license=('LGPL3') depends=('glibc' 'glib2') makedepends=('python2' 'libpng' 'doxygen') -source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2") +source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2" + lensfun-0.2.8-make-4.0.patch) prepare() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -20,6 +21,8 @@ prepare() { confflags="" fi sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure + # fix configure script for make 4.0 + patch -Np0 -i "${srcdir}/lensfun-0.2.8-make-4.0.patch" } build() { @@ -34,4 +37,5 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make INSTALL_PREFIX="$pkgdir" install } -md5sums=('6061cc2d00a42d3e62512878426fc841') +md5sums=('db2988505e7432c6b331aa597789c639' + '9464d933a5e4ccefed7fc38656a9ec18') |