[arch-commits] Commit in libpano13/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Sun Oct 24 16:48:37 UTC 2010
Date: Sunday, October 24, 2010 @ 12:48:37
Author: ibiru
Revision: 96763
upgpkg: libpano13 2.9.17-1
update to 2.9.17
Modified:
libpano13/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-10-24 16:43:29 UTC (rev 96762)
+++ PKGBUILD 2010-10-24 16:48:37 UTC (rev 96763)
@@ -3,8 +3,8 @@
# Contributor: Tobias Kieslich <tobias at justdreams.de>
pkgname=libpano13
-pkgver=2.9.14
-pkgrel=4
+pkgver=2.9.17
+pkgrel=1
pkgdesc="basic library to calculate panoramical pictures - core functions of the panotools"
url="http://panotools.sourceforge.net/"
arch=('i686' 'x86_64')
@@ -13,12 +13,12 @@
makedepends=('openjdk6')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/panotools/$pkgname-$pkgver.tar.gz)
-md5sums=('fb011aead63974e630739ed55d75a4b0')
+md5sums=('54ec7c505cf38521f2fbb6e2acd2c433')
build() {
cd $srcdir/$pkgname-$pkgver
- sed -i 's:\(^.*MAX_FISHEYE_FOV.*\)160.*$:\1720.0:' filter.h || return 1
+# sed -i 's:\(^.*MAX_FISHEYE_FOV.*\)160.*$:\1720.0:' filter.h
./configure --prefix=/usr --mandir=/usr/share/man --with-java=${JAVA_HOME}
- make || return 1
+ make
make DESTDIR=$pkgdir install
}
More information about the arch-commits
mailing list