diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-18 09:43:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-18 09:43:01 +0000 |
commit | a8a0244c10bd91c9f60a4799507fc57f853f5816 (patch) | |
tree | cdd803fe17e19957d5bed3270ae9f69b2f63c285 /main/asterisk | |
parent | 13e87097c1bd5ae3b5af9e279264aac1d86f9e62 (diff) | |
download | aports-a8a0244c10bd91c9f60a4799507fc57f853f5816.tar.bz2 aports-a8a0244c10bd91c9f60a4799507fc57f853f5816.tar.xz |
main/asterisk : enable speex support
Diffstat (limited to 'main/asterisk')
-rw-r--r-- | main/asterisk/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/asterisk/APKBUILD b/main/asterisk/APKBUILD index 081f18e116..268bf4467b 100644 --- a/main/asterisk/APKBUILD +++ b/main/asterisk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Timo Teras <timo.teras@iki.fi> pkgname=asterisk pkgver=1.8.0 -pkgrel=0 +pkgrel=1 pkgdesc="Asterisk: A Module Open Source PBX System" url="http://www.asterisk.org/" license="GPL" @@ -10,7 +10,7 @@ depends= makedepends="autoconf automake libtool ncurses-dev popt-dev newt-dev zlib-dev postgresql-dev unixodbc-dev dahdi-tools-dev libpri-dev tar freetds-dev openssl-dev lua-dev alsa-lib-dev spandsp-dev tiff-dev - libresample sqlite-dev wget" + libresample sqlite-dev wget speex-dev" install="$pkgname.pre-install $pkgname.pre-upgrade $pkgname.post-install" subpackages="$pkgname-dev $pkgname-doc $pkgname-pgsql $pkgname-odbc $pkgname-tds $pkgname-fax $pkgname-sample-config:sample $pkgname-sqlite @@ -52,6 +52,7 @@ build() { --with-dahdi --with-pri --with-tonezone \ --with-resample \ --with-sqlite3 \ + --with-speex \ --with-asound \ --without-x11 \ --with-spandsp \ |