mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Initial .bep file for jasper
This commit is contained in:
18
media-libs/devil/devil-1.7.8.bep
Normal file
18
media-libs/devil/devil-1.7.8.bep
Normal 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
|
||||
}
|
||||
5
media-libs/devil/devil.OptionalPackageDescription
Normal file
5
media-libs/devil/devil.OptionalPackageDescription
Normal 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/
|
||||
22
media-libs/jasper/jasper-1.900.1.bep
Normal file
22
media-libs/jasper/jasper-1.900.1.bep
Normal 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
|
||||
}
|
||||
5
media-libs/jasper/jasper.OptionalPackageDescription
Normal file
5
media-libs/jasper/jasper.OptionalPackageDescription
Normal 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/
|
||||
Reference in New Issue
Block a user