2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Ücretsiz konuşma için ücretsiz bir codec bileşeni
|
|
|
|
|
# URL: http://www.speex.org/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: libogg speexdsp
|
2018-07-30 09:57:06 +02:00
|
|
|
|
# Grup: medya
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=speex
|
|
|
|
|
surum=1.2.0
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(http://downloads.us.xiph.org/releases/$isim/$isim-$surum.tar.gz)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd $isim-$surum
|
|
|
|
|
./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
|
|
|
|
|
}
|