jasper: romster -> contrib

This commit is contained in:
Danny Rawlins 2011-12-23 16:37:01 +11:00
parent 1ab99321a8
commit 21b6e4fe9a
3 changed files with 61 additions and 0 deletions

39
jasper/.footprint Normal file
View File

@ -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

1
jasper/.md5sum Normal file
View File

@ -0,0 +1 @@
a342b2b4495b3e1394e161eb5d85d754 jasper-1.900.1.zip

21
jasper/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: Codec JPEG-2000 Part-1 standard.
# URL: http://www.ece.uvic.ca/~mdadams/jasper/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, ronster dot romster at gmail dot com
# Depends on: freeglut libjpeg
name=jasper
version=1.900.1
release=1
source=(http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-$version.zip)
build() {
cd jasper-$version
./configure \
--prefix=/usr \
--enable-shared
make
make DESTDIR=$PKG install
}