From 2905d5ef20b34fa4660a8c96f0d361a9e41706f5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 22 Jun 2017 22:43:52 +0200 Subject: freewitch: update to 1.6.18 --- package/freeswitch/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/freeswitch/Makefile') 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 -- cgit v1.2.3