2017-04-17 14:25:03 +02:00
|
|
|
# Description: Ücretsiz konuşma için ücretsiz bir codec bileşeni
|
2016-02-24 01:27:23 +01:00
|
|
|
# URL: http://www.speex.org/
|
2017-04-17 14:25:03 +02:00
|
|
|
# Packager: milisarge
|
2017-07-25 01:25:48 +02:00
|
|
|
# Depends on: libogg speexdsp
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
name=speex
|
2017-07-25 01:25:48 +02:00
|
|
|
version=1.2.0
|
2016-02-24 01:27:23 +01:00
|
|
|
release=1
|
|
|
|
|
2017-07-25 01:25:48 +02:00
|
|
|
source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
|
|
build() {
|
2017-07-25 01:25:48 +02:00
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static \
|
|
|
|
--enable-binaries # Must be given or configure won't use pkg-config correctly
|
|
|
|
make
|
|
|
|
make -k check
|
|
|
|
make DESTDIR=$PKG install
|
2016-02-24 01:27:23 +01:00
|
|
|
}
|