Date: Saturday, April 27, 2013 @ 20:11:02 Author: bisson Revision: 183751
rebuild for libpng-1.6 Modified: libpano13/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-27 17:33:50 UTC (rev 183750) +++ PKGBUILD 2013-04-27 18:11:02 UTC (rev 183751) @@ -1,27 +1,28 @@ # $Id$ -# Maintainer: tobias <[email protected]> +# Maintainer: Gaetan Bisson <[email protected]> # Contributor: Tobias Kieslich <[email protected]> pkgname=libpano13 pkgver=2.9.18 -pkgrel=2 -pkgdesc="Basic library to calculate panoramical pictures - core functions of the panotools" +pkgrel=3 +pkgdesc='Basic library to calculate panoramical pictures - core functions of the panotools' +url='http://panotools.sourceforge.net/' arch=('i686' 'x86_64') -url="http://panotools.sourceforge.net/" license=('GPL2') depends=('libpng' 'libtiff') -makedepends=('openjdk6') +makedepends=('jdk7-openjdk') +source=("http://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz") +sha1sums=('23849bdbdfc9176a2b53d157e58bd24aa0e7276e') + options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz) -md5sums=('9c3a4fce8b6f1d79e395896ce5d8776e') build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --mandir=/usr/share/man --with-java=${JAVA_HOME} - make + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --mandir=/usr/share/man --with-java=${JAVA_HOME} + make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install }
