Explorar o código

freewitch: update to 1.6.18

Waldemar Brodkorb %!s(int64=7) %!d(string=hai) anos
pai
achega
2905d5ef20
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      package/freeswitch/Makefile

+ 5 - 5
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