summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-22 22:43:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-22 22:45:00 +0200
commit2905d5ef20b34fa4660a8c96f0d361a9e41706f5 (patch)
tree18a9c8af822aa490cfff320ba5e6a06778aea6fa /package
parent5f79f7e06113d60b750667e1158999c0544a7ed7 (diff)
freewitch: update to 1.6.18
Diffstat (limited to 'package')
-rw-r--r--package/freeswitch/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/freeswitch/Makefile b/package/freeswitch/Makefile
index 301eaec61..28a1866e1 100644
--- a/package/freeswitch/Makefile
+++ b/package/freeswitch/Makefile
@@ -4,15 +4,15 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= freeswitch
-PKG_VERSION:= 1.6.15
+PKG_VERSION:= 1.6.18
PKG_RELEASE:= 1
-PKG_HASH:= 95b38c07de200a43cd6963d21e0882ab8a7087473ea82ece68d76b9fa78ca27c
+PKG_HASH:= ac1b32f61e5c35680c5a2d6f145bc480cf26e6527af07d8b8b9fa2d5280252cd
PKG_DESCR:= cross-platform telephony platform
PKG_SECTION:= net/voip
PKG_DEPENDS:= libpcre libcurl zlib libjpeg-turbo libsqlite
-PKG_DEPENDS+= libressl
+PKG_DEPENDS+= libressl libopus
PKG_BUILDDEP:= util-linux zlib libjpeg-turbo sqlite curl pcre
-PKG_BUILDDEP+= speex libressl
+PKG_BUILDDEP+= speex libressl opus
PKG_URL:= http://www.freeswitch.org/
PKG_SITES:= http://files.freeswitch.org/freeswitch-releases/
@@ -39,7 +39,7 @@ pre-configure:
$(SED) "/applications\/mod_enum/d" $(WRKBUILD)/modules.conf
$(SED) "/applications\/mod_fsv/d" $(WRKBUILD)/modules.conf
$(SED) "/languages\/mod_lua/d" $(WRKBUILD)/modules.conf
- $(SED) "/codecs\/mod_opus/d" $(WRKBUILD)/modules.conf
+ $(SED) "/endpoints\/mod_sofia/d" $(WRKBUILD)/modules.conf
$(SED) "/codecs\/mod_vpx/d" $(WRKBUILD)/modules.conf
$(SED) "/formats\/mod_sndfile/d" $(WRKBUILD)/modules.conf