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
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=speex
|
|
|
|
|
surum=1.2.0
|
|
|
|
|
devir=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://downloads.us.xiph.org/releases/$isim/$isim-$surum.tar.gz)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-07-25 01:25:48 +02:00
|
|
|
|
./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
|
|
|
|
}
|