summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:24:30 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:24:30 +0200
commit973feacba7563d063e4f7de94ac4d1f1fb41d06d (patch)
tree32ea0d54ec130eefd8ced1e7dfc9e56e8739057b
parent0789c3c106900b0a36a4162ed90134104c5a6ea4 (diff)
downloadnutyx-pakxe-973feacba7563d063e4f7de94ac4d1f1fb41d06d.tar.gz
nutyx-pakxe-973feacba7563d063e4f7de94ac4d1f1fb41d06d.tar.bz2
nutyx-pakxe-973feacba7563d063e4f7de94ac4d1f1fb41d06d.tar.xz
nutyx-pakxe-973feacba7563d063e4f7de94ac4d1f1fb41d06d.zip
Ajout de jasper#1.900.1-1
-rw-r--r--extra/jasper/.footprint39
-rw-r--r--extra/jasper/.md5sum1
-rw-r--r--extra/jasper/Pkgfile19
3 files changed, 59 insertions, 0 deletions
diff --git a/extra/jasper/.footprint b/extra/jasper/.footprint
new file mode 100644
index 000000000..cf6a7a31b
--- /dev/null
+++ b/extra/jasper/.footprint
@@ -0,0 +1,39 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/imgcmp
+-rwxr-xr-x root/root usr/bin/imginfo
+-rwxr-xr-x root/root usr/bin/jasper
+-rwxr-xr-x root/root usr/bin/tmrdemo
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/jasper/
+-rw-r--r-- root/root usr/include/jasper/jas_cm.h
+-rw-r--r-- root/root usr/include/jasper/jas_config.h
+-rw-r--r-- root/root usr/include/jasper/jas_config2.h
+-rw-r--r-- root/root usr/include/jasper/jas_debug.h
+-rw-r--r-- root/root usr/include/jasper/jas_fix.h
+-rw-r--r-- root/root usr/include/jasper/jas_getopt.h
+-rw-r--r-- root/root usr/include/jasper/jas_icc.h
+-rw-r--r-- root/root usr/include/jasper/jas_image.h
+-rw-r--r-- root/root usr/include/jasper/jas_init.h
+-rw-r--r-- root/root usr/include/jasper/jas_malloc.h
+-rw-r--r-- root/root usr/include/jasper/jas_math.h
+-rw-r--r-- root/root usr/include/jasper/jas_seq.h
+-rw-r--r-- root/root usr/include/jasper/jas_stream.h
+-rw-r--r-- root/root usr/include/jasper/jas_string.h
+-rw-r--r-- root/root usr/include/jasper/jas_tmr.h
+-rw-r--r-- root/root usr/include/jasper/jas_tvp.h
+-rw-r--r-- root/root usr/include/jasper/jas_types.h
+-rw-r--r-- root/root usr/include/jasper/jas_version.h
+-rw-r--r-- root/root usr/include/jasper/jasper.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libjasper.a
+-rwxr-xr-x root/root usr/lib/libjasper.la
+lrwxrwxrwx root/root usr/lib/libjasper.so -> libjasper.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libjasper.so.1 -> libjasper.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libjasper.so.1.0.0
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/imgcmp.1.gz
+-rw-r--r-- root/root usr/man/man1/imginfo.1.gz
+-rw-r--r-- root/root usr/man/man1/jasper.1.gz
+-rw-r--r-- root/root usr/man/man1/jiv.1.gz
diff --git a/extra/jasper/.md5sum b/extra/jasper/.md5sum
new file mode 100644
index 000000000..5b418e104
--- /dev/null
+++ b/extra/jasper/.md5sum
@@ -0,0 +1 @@
+a342b2b4495b3e1394e161eb5d85d754 jasper-1.900.1.zip
diff --git a/extra/jasper/Pkgfile b/extra/jasper/Pkgfile
new file mode 100644
index 000000000..055109d2a
--- /dev/null
+++ b/extra/jasper/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Implémentation du codec spécifié par le standard JPEG-2000 Part-1
+# URL: http://www.ece.uvic.ca/~mdadams/jasper/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libjpeg, unzip
+
+name=jasper
+version=1.900.1
+release=1
+source=(http://www.ece.uvic.ca/~mdadams/$name/software/$name-$version.zip)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --enable-shared
+ make
+ make DESTDIR=$PKG install
+
+}