aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-11-18 09:43:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-12-09 10:26:31 +0000
commitfde78742825ddd5b65ce9ded01bae18238b4c0a8 (patch)
treeb84aef43455305df804fec6981b668b22c3c32dc
parentd3597e57c7f2b3664075724dcd71a3be00b54262 (diff)
downloadaports-fde78742825ddd5b65ce9ded01bae18238b4c0a8.tar.bz2
aports-fde78742825ddd5b65ce9ded01bae18238b4c0a8.tar.xz
main/asterisk : enable speex support
(cherry picked from commit a8a0244c10bd91c9f60a4799507fc57f853f5816)
-rw-r--r--main/asterisk/APKBUILD5
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 \