[arch-commits] Commit in libpano13/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Tue Jun 30 06:14:33 UTC 2009
Date: Tuesday, June 30, 2009 @ 02:14:32
Author: allan
Revision: 43842
upgpkg: libpano13 2.9.12-2
libjpeg soname bump rebuild, update build process to look for java based on JAVA_HOME environmental variable
Modified:
libpano13/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-30 06:13:26 UTC (rev 43841)
+++ PKGBUILD 2009-06-30 06:14:32 UTC (rev 43842)
@@ -4,12 +4,12 @@
pkgname=libpano13
pkgver=2.9.12
-pkgrel=1
+pkgrel=2
pkgdesc="basic library to calculate panoramical pictures - core functions of the panotools"
url="http://panotools.sourceforge.net/"
arch=(i686 x86_64)
license=('GPL2')
-depends=('libpng' 'libtiff')
+depends=('libpng' 'libtiff>=3.8.2-5')
makedepends=('java-environment')
options=('!libtool')
source=(http://dl.sourceforge.net/sourceforge/panotools/$pkgname-$pkgver.tar.gz)
@@ -18,7 +18,7 @@
build() {
cd $startdir/src/$pkgname-$pkgver
sed -i 's:\(^.*MAX_FISHEYE_FOV.*\)160.*$:\1720.0:' filter.h || return 1
- ./configure --prefix=/usr --with-java=/opt/java
+ ./configure --prefix=/usr --with-java=${JAVA_HOME}
make || return 1
make DESTDIR=$startdir/pkg install
}
More information about the arch-commits
mailing list