diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-25 13:55:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-25 13:55:53 +0000 |
commit | 21b9271621a3c6c5e371531754bceb266300c9aa (patch) | |
tree | ba41a5c821830b677af7640dd0a839f7653a7bd3 /main/freeswitch | |
parent | f39f42f275cbcb4355de69f9402f865e5a08c88e (diff) | |
download | aports-21b9271621a3c6c5e371531754bceb266300c9aa.tar.bz2 aports-21b9271621a3c6c5e371531754bceb266300c9aa.tar.xz |
main/freeswitch: compile mod_shout
fixes #535
Diffstat (limited to 'main/freeswitch')
-rw-r--r-- | main/freeswitch/APKBUILD | 4 | ||||
-rw-r--r-- | main/freeswitch/modules.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index 23241389b..b3a3d85e6 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=freeswitch pkgver=1.0.7 -pkgrel=0 +pkgrel=1 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" arch="all" @@ -105,6 +105,6 @@ conf() { } md5sums="0a685b4cdd2466da28695fc09b8fc11e freeswitch-1.0.7.tar.gz -f2549767e058ec57b159b80b54446421 modules.conf +a3383f46dc62ec1fa00eab584d7ee472 modules.conf c608cca8ad773acebf201f581438c7e7 freeswitch.confd aa358c9ca0d8b93fabb6a36a5ed4c469 freeswitch.initd" diff --git a/main/freeswitch/modules.conf b/main/freeswitch/modules.conf index 1afbc6ee0..9324502d7 100644 --- a/main/freeswitch/modules.conf +++ b/main/freeswitch/modules.conf @@ -50,7 +50,7 @@ event_handlers/mod_cdr_csv #event_handlers/mod_radius_cdr formats/mod_native_file formats/mod_sndfile -#formats/mod_shout +formats/mod_shout formats/mod_local_stream formats/mod_tone_stream #languages/mod_python |