[arch-commits] CVS update of extra/multimedia/libpano12 (PKGBUILD)

Tobias Kieslich tobias at archlinux.org
Sun Jul 22 19:29:42 UTC 2007


    Date: Sunday, July 22, 2007 @ 15:29:42
  Author: tobias
    Path: /home/cvs-extra/extra/multimedia/libpano12

Modified: PKGBUILD (1.9 -> 1.10)

upstream updates


----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


Index: extra/multimedia/libpano12/PKGBUILD
diff -u extra/multimedia/libpano12/PKGBUILD:1.9 extra/multimedia/libpano12/PKGBUILD:1.10
--- extra/multimedia/libpano12/PKGBUILD:1.9	Sat Jun 24 18:33:14 2006
+++ extra/multimedia/libpano12/PKGBUILD	Sun Jul 22 15:29:42 2007
@@ -1,17 +1,19 @@
-# $Id: PKGBUILD,v 1.9 2006/06/24 22:33:14 tobias Exp $
+# $Id: PKGBUILD,v 1.10 2007/07/22 19:29:42 tobias Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=libpano12
-pkgver=2.8.4
+pkgver=2.8.6
 pkgrel=1
 pkgdesc="basic library to calculate panoramical pictures - core functions of the panotools"
         url="http://panotools.sourceforge.net/"
 arch=(i686 x86_64)
+license=('GPL')
 depends=('libpng' 'libtiff')
 makedepends=('j2sdk')
+options=('!libtool')
 source=(http://dl.sourceforge.net/sourceforge/panotools/$pkgname-$pkgver.tar.gz)
-md5sums=('808fd8eda224c9490ef407f4d82cf8d8')
+md5sums=('d4eae64c292bff3001ef3eef0fc9cb94')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -19,5 +21,4 @@
   ./configure --prefix=/usr --with-java=/opt/java
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }




More information about the arch-commits mailing list