mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
updated speex bep and patch files, added libao bep file.
This commit is contained in:
28
media-libs/speex/speex-1.2-git.bep
Normal file
28
media-libs/speex/speex-1.2-git.bep
Normal file
@@ -0,0 +1,28 @@
|
||||
DESCRIPTION="Speex"
|
||||
HOMEPAGE="http://www.speex.org"
|
||||
SRC_URI="git+http://git.xiph.org/speex.git"
|
||||
#CHECKSUM_MD5="c4438b22c08e5811ff10e2b06ee9b9ae"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="libogg >= 1.2.0"
|
||||
BUILD {
|
||||
cd speex-1.2
|
||||
libtoolize --copy --force --install
|
||||
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.ac
|
||||
autogen.sh --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd speex-1.2
|
||||
make install
|
||||
}
|
||||
LICENSE="Speex"
|
||||
COPYRIGHT="2002-2009 Xiph.org Foundation
|
||||
2002-2008 Jean-Marc Valin
|
||||
2005-2007 Analog Devices Inc.
|
||||
2005-2008 Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
1993, 2002, 2006 David Rowe
|
||||
2003 EpicGames
|
||||
1992-1994 Jutta Degener, Carsten Bormann"
|
||||
Reference in New Issue
Block a user