summaryrefslogtreecommitdiffstats
path: root/extra/libpano13
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
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')
-rw-r--r--extra/libpano13/.footprint46
-rw-r--r--extra/libpano13/.md5sum1
-rwxr-xr-xextra/libpano13/Pkgfile22
3 files changed, 69 insertions, 0 deletions
diff --git a/extra/libpano13/.footprint b/extra/libpano13/.footprint
new file mode 100644
index 000000000..eca9ea140
--- /dev/null
+++ b/extra/libpano13/.footprint
@@ -0,0 +1,46 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/PTAInterpolate
+-rwxr-xr-x root/root usr/bin/PTblender
+-rwxr-xr-x root/root usr/bin/PTcrop
+-rwxr-xr-x root/root usr/bin/PTinfo
+-rwxr-xr-x root/root usr/bin/PTmasker
+-rwxr-xr-x root/root usr/bin/PTmender
+-rwxr-xr-x root/root usr/bin/PToptimizer
+-rwxr-xr-x root/root usr/bin/PTroller
+-rwxr-xr-x root/root usr/bin/PTtiff2psd
+-rwxr-xr-x root/root usr/bin/PTtiffdump
+-rwxr-xr-x root/root usr/bin/PTuncrop
+-rwxr-xr-x root/root usr/bin/panoinfo
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/pano13/
+-rw-r--r-- root/root usr/include/pano13/PTcommon.h
+-rw-r--r-- root/root usr/include/pano13/file.h
+-rw-r--r-- root/root usr/include/pano13/filter.h
+-rw-r--r-- root/root usr/include/pano13/panorama.h
+-rw-r--r-- root/root usr/include/pano13/panotypes.h
+-rw-r--r-- root/root usr/include/pano13/pt_stdint.h
+-rw-r--r-- root/root usr/include/pano13/pteditor.h
+-rw-r--r-- root/root usr/include/pano13/ptutils.h
+-rw-r--r-- root/root usr/include/pano13/queryfeature.h
+-rw-r--r-- root/root usr/include/pano13/version.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libpano13.la
+lrwxrwxrwx root/root usr/lib/libpano13.so -> libpano13.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libpano13.so.1 -> libpano13.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libpano13.so.1.0.0
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/PTAInterpolate.1.gz
+-rw-r--r-- root/root usr/share/man/man1/PTblender.1.gz
+-rw-r--r-- root/root usr/share/man/man1/PTcrop.1.gz
+-rw-r--r-- root/root usr/share/man/man1/PTinfo.1.gz
+-rw-r--r-- root/root usr/share/man/man1/PTmasker.1.gz
+-rw-r--r-- root/root usr/share/man/man1/PTmender.1.gz
+-rw-r--r-- root/root usr/share/man/man1/PToptimizer.1.gz
+-rw-r--r-- root/root usr/share/man/man1/PTroller.1.gz
+-rw-r--r-- root/root usr/share/man/man1/PTtiff2psd.1.gz
+-rw-r--r-- root/root usr/share/man/man1/PTtiffdump.1.gz
+-rw-r--r-- root/root usr/share/man/man1/PTuncrop.1.gz
+-rw-r--r-- root/root usr/share/man/man1/panoinfo.1.gz
diff --git a/extra/libpano13/.md5sum b/extra/libpano13/.md5sum
new file mode 100644
index 000000000..84ed38747
--- /dev/null
+++ b/extra/libpano13/.md5sum
@@ -0,0 +1 @@
+fb011aead63974e630739ed55d75a4b0 libpano13-2.9.14.tar.gz
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
+}
+