From 973feacba7563d063e4f7de94ac4d1f1fb41d06d Mon Sep 17 00:00:00 2001 From: Thierry N Date: Mon, 10 Aug 2009 23:24:30 +0200 Subject: Ajout de jasper#1.900.1-1 --- extra/jasper/.footprint | 39 +++++++++++++++++++++++++++++++++++++++ extra/jasper/.md5sum | 1 + extra/jasper/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 extra/jasper/.footprint create mode 100644 extra/jasper/.md5sum create mode 100644 extra/jasper/Pkgfile 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 + +} -- cgit v1.2.3-70-g09d2