Initial .bep file for jasper

This commit is contained in:
Scott McCreary
2010-03-23 02:09:18 +00:00
parent 6e3309b652
commit b168e6019c
4 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
DESCRIPTION="DevIL image library"
HOMEPAGE="http://openil.sourceforge.net/"
SRC_URI="http://downloads.sourceforge.net/openil/DevIL-1.7.8.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="media-lib/libmng, media-lib/lcms, media-lib/jasper"
BUILD {
cd devil-1.7.8
libtoolize --force --copy --install
autoreconf -i
./configure --prefix=/boot/common
make
}
INSTALL {
cd devil-1.7.8
make install
}

View File

@@ -0,0 +1,5 @@
Package: devil
Version: 1.7.8
Copyright: 2009 Denton Woods
License: GNU LGPL v2.1
URL: http://openil.sourceforge.net/

View File

@@ -0,0 +1,22 @@
DESCRIPTION="jasper - software-based implementation of the codec specified in the JPEG-2000 Part-1 standard"
HOMEPAGE="http://www.ece.uvic.ca/~mdadams/jasper/"
SRC_URI="http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.900.1.zip"
REVISION="1"
STATUS_HAIKU="stable"
CHECKSUM_MD5="a342b2b4495b3e1394e161eb5d85d754"
DEPEND=""
BUILD {
cd jasper-1.900.1
libtoolize --force --copy --install
aclocal -I acaux
autoconf
automake
chmod 777 configure
./configure --prefix=/boot/common --enable-shared
make
}
INSTALL {
cd jasper-1.900.1
make install
}

View File

@@ -0,0 +1,5 @@
Package: jasper
Version: 1.900.1
Copyright: 1999-2007 Michael D. Adams
License: JasPer2.0
URL: http://www.ece.uvic.ca/~mdadams/jasper/