diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2012-04-11 16:51:44 +0000 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2012-04-11 16:51:44 +0000 |
commit | 850f8a6f216625317e6302113b4ee7e3b98858f9 (patch) | |
tree | 6a0c915b553a7dcd235f28ca55e3b74ff61458cc | |
parent | e608bbc47c20dc4073a083ae0030729e8dc9ec27 (diff) | |
download | aports-850f8a6f216625317e6302113b4ee7e3b98858f9.tar.bz2 aports-850f8a6f216625317e6302113b4ee7e3b98858f9.tar.xz |
main/freeswitch: add mod_portaudio
fixes #996
-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 c15f61970c..c47f60ffed 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -4,7 +4,7 @@ pkgname=freeswitch _snapshot=20120312 pkgver=1.0.7_p${_snapshot} _commit=5e4a514531de2a1d8040c3d306a9e8de426de566 -pkgrel=2 +pkgrel=3 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" arch="all" @@ -175,6 +175,6 @@ conf() { md5sums="8c0609c00039513a1a81eda685845b37 freeswitch-5e4a514531de2a1d8040c3d306a9e8de426de566.tar.bz2 11883affe0839a8e15fe680aeb11b86e freeswitch-mod_shout-textrels.patch 769eaa127d4dbae687dc4aa961a8cc70 0002-mod_lua-alpine-module-search-path.patch -46d03f7931b0369e598e14125bffdcaa modules.conf +1e6f8a9f18c9c332872cdc40065b76e3 modules.conf c608cca8ad773acebf201f581438c7e7 freeswitch.confd 06d70089ce96abc47a01bf69511a978a freeswitch.initd" diff --git a/main/freeswitch/modules.conf b/main/freeswitch/modules.conf index 14843debbf..2911092d5e 100644 --- a/main/freeswitch/modules.conf +++ b/main/freeswitch/modules.conf @@ -59,7 +59,7 @@ dialplans/mod_dialplan_xml dialplans/mod_dialplan_asterisk #directories/mod_ldap endpoints/mod_dingaling -#endpoints/mod_portaudio +endpoints/mod_portaudio endpoints/mod_sofia endpoints/mod_loopback #endpoints/mod_alsa |