diff options
author | sibel <lesibel at free dot fr> | 2010-08-13 06:39:21 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-08-13 06:39:21 +0200 |
commit | e04590b897fb9181850038431fd4bb951c6dbda7 (patch) | |
tree | a65eff3fa4d09793641f8f8760f7a9fefcf1c7a1 /extra/libpano13/Pkgfile | |
parent | 32fb2c6c715dd22c975650c482921677badfdd58 (diff) | |
download | nutyx-pakxe-e04590b897fb9181850038431fd4bb951c6dbda7.tar.gz nutyx-pakxe-e04590b897fb9181850038431fd4bb951c6dbda7.tar.bz2 nutyx-pakxe-e04590b897fb9181850038431fd4bb951c6dbda7.tar.xz nutyx-pakxe-e04590b897fb9181850038431fd4bb951c6dbda7.zip |
Ajout de libpano13#2.9.14-1
Diffstat (limited to 'extra/libpano13/Pkgfile')
-rwxr-xr-x | extra/libpano13/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/libpano13/Pkgfile b/extra/libpano13/Pkgfile new file mode 100755 index 000000000..aba478118 --- /dev/null +++ b/extra/libpano13/Pkgfile @@ -0,0 +1,22 @@ +# Description: Librairie de calcul d'image panoramique +# URL: http://panotools.sourceforge.net/ +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr +# Depends on: libpng, libtiff + +name=libpano13 +version=2.9.14 +release=1 +source=( http://downloads.sourceforge.net/sourceforge/panotools/$name-$version.tar.gz) + +build() { + source /etc/profile + cd $name-$version + sed -i 's:\(^.*MAX_FISHEYE_FOV.*\)160.*$:\1720.0:' filter.h + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --with-java=${JAVA_HOME} + make -j3 + make DESTDIR=$PKG install +} + |