updated speex bep and patch files, added libao bep file.

This commit is contained in:
Scott McCreary
2010-09-04 06:59:30 +00:00
parent 2ed618146a
commit 05823c6988
5 changed files with 38 additions and 16 deletions

View File

@@ -0,0 +1,33 @@
DESCRIPTION="Libao is a cross-platform audio library"
HOMEPAGE="http://xiph.org/ao/"
SRC_URI="http://downloads.xiph.org/releases/ao/libao-1.0.0.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="08283fbe1f587619053a156254afecec"
BUILD {
cd libao-1.0.0
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=/boot/common
make
}
INSTALL {
cd libao-1.0.0
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="1999 Aaron Holtzman
2000 Rik Hemsley
2000 Timothy J. Wood
2000-2001 Stan Seibert
2001 Christian Weisgerber
2001 Wil Mahan
2002 Stefan Tibus
2008 Alexandre Ratchov
2008-2010 Philipp 'ph3-der-loewe' Schafft
2010 2010 Monty"

View File

@@ -1,9 +0,0 @@
Package: libvorbis
Version: 1.2.3
Copyright: 1999 Aaron Holtzman
Copyright: 2000 Jack Moffitt
Copyright: 2000-2004 Stan Seibert
Copyright: 2004-2006 Lennart Poettering
Copyright: 2004-2005 Xiph.org Foundation
License: GNU GPL v2
URL: http://www.xiph.org/

View File

@@ -9,8 +9,8 @@ BUILD {
cd speex-1.2 cd speex-1.2
libtoolize --copy --force --install libtoolize --copy --force --install
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.ac echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.ac
autogen.sh --prefix=/boot/common autogen.sh --prefix=`finddir B_COMMON_DIRECTORY`
./configure --prefix=/boot/common ./configure --prefix=`finddir B_COMMON_DIRECTORY`
make make
} }

View File

@@ -6,14 +6,12 @@ REVISION="1"
STATUS_HAIKU="stable" STATUS_HAIKU="stable"
DEPEND="" DEPEND=""
BUILD { BUILD {
cd tiff-3.8.2 cd speex-1.2rc1
cp /boot/home/config/share/libtool/config.guess config.guess libtoolize --copy --force --install
cp /boot/home/config/share/libtool/config.sub config.sub
libtoolize --copy --force
aclocal aclocal
automake automake
autoconf autoconf
./configure --prefix=/boot/common ./configure --prefix=`finddir B_COMMON_DIRECTORY`
make make
} }