summaryrefslogtreecommitdiff
path: root/packages/asterisk/asterisk_1.2.18.bb
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-04-29 08:25:19 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-04-29 08:25:19 +0000
commit6a8cf4df6985f6f8535a1a9f65f45dea44ac558e (patch)
tree6fa4c736c4eaf9d3eff1fa5badaa8cf7a58d35ad /packages/asterisk/asterisk_1.2.18.bb
parent4ae90f26af34d0fd57e0931b155207a68550a54d (diff)
packages/asterisk/asterisk_1.2.18.bb: Enable speex support for asterisk
If using a cpu with no fpu make sure that speex compiles with fix-point support
Diffstat (limited to 'packages/asterisk/asterisk_1.2.18.bb')
-rw-r--r--packages/asterisk/asterisk_1.2.18.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/asterisk/asterisk_1.2.18.bb b/packages/asterisk/asterisk_1.2.18.bb
index 0ec55f8e42..20d20a09b6 100644
--- a/packages/asterisk/asterisk_1.2.18.bb
+++ b/packages/asterisk/asterisk_1.2.18.bb
@@ -1,14 +1,15 @@
DESCRIPTION="The Asterisk open source software PBX"
HOMEPAGE="www.asterisk.org"
LICENSE="GPL"
-DEPENDS="ncurses zlib openssl curl alsa-lib libogg libvorbis popt"
+DEPENDS="ncurses zlib openssl curl alsa-lib libogg libvorbis speex"
SECTION = "console/telephony"
-PR = "r4"
+PR = "r5"
SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz \
file://uclibc-compat-getloadavg.patch;patch=1 \
file://uclibc-dsn.patch;patch=1 \
- file://asterisk.patch;patch=1"
+ file://asterisk.patch;patch=1 \
+ file://enable-speex.patch;patch=1"
S = "${WORKDIR}/asterisk-${PV}"