2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Ücretsiz konuşma için ücretsiz bir codec bileşeni
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.speex.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: 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
|
|
|
|
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
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
|
|
|
|
}
|