lcms bep file from michaelvoliveira, still waiting on that .OPD file. Updated libvorbis bep file to indicate pkgconfig as a dependency.

This commit is contained in:
Scott McCreary
2009-11-26 23:55:28 +00:00
parent ffb322e862
commit 0b5e8ea68e
2 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
DESCRIPTION="lcms - Little cms intends to be a small-footprint, speed optimized color management engine"
HOMEPAGE="http://littlecms.com/"
SRC_URI="http://littlecms.com/lcms-1.19.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd lcms-1.19
libtoolize --force --copy --install
aclocal
automake
autoconf
./configure --prefix=/boot/common CFLAGS=-O0
make
}
INSTALL {
cd lcms-1.19
make install
}

View File

@@ -3,7 +3,7 @@ HOMEPAGE="http://www.xiph.org"
SRC_URI="http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.3.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
DEPEND="pkgconfig"
BUILD {
cd libvorbis-1.2.3
libtoolize --force --copy --install