summaryrefslogtreecommitdiffstats
path: root/extra/libpano13/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-08-13 06:39:21 +0200
committersibel <lesibel at free dot fr>2010-08-13 06:39:21 +0200
commite04590b897fb9181850038431fd4bb951c6dbda7 (patch)
treea65eff3fa4d09793641f8f8760f7a9fefcf1c7a1 /extra/libpano13/Pkgfile
parent32fb2c6c715dd22c975650c482921677badfdd58 (diff)
downloadnutyx-extra-e04590b897fb9181850038431fd4bb951c6dbda7.tar.gz
nutyx-extra-e04590b897fb9181850038431fd4bb951c6dbda7.tar.bz2
nutyx-extra-e04590b897fb9181850038431fd4bb951c6dbda7.tar.xz
nutyx-extra-e04590b897fb9181850038431fd4bb951c6dbda7.zip
Ajout de libpano13#2.9.14-1
Diffstat (limited to 'extra/libpano13/Pkgfile')
-rwxr-xr-xextra/libpano13/Pkgfile22
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
+}
+