From 0c3107e968af51e09e30f4ec689de523b95eba5f Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 26 Dec 2018 19:06:40 +0100 Subject: [PATCH 1/6] re: fix copyright In a previous commit I updated the copyright message. But that was not correct as I am not affiliated with OpenWrt. This commit reverts the change. Signed-off-by: Sebastian Kemper --- libs/re/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/re/Makefile b/libs/re/Makefile index fe37131..a169dca 100644 --- a/libs/re/Makefile +++ b/libs/re/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2018 OpenWrt.org +# Copyright (C) 2010-2017 OpenWrt.org # Copyright (C) 2010 Alfred E. Heggestad # # This is free software, licensed under the GNU General Public License v2. From 2e2e59938e3efe994a7f89c30b53b2a85256b555 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 26 Dec 2018 19:08:01 +0100 Subject: [PATCH 2/6] re: update to 0.6.0 Signed-off-by: Sebastian Kemper --- libs/re/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/re/Makefile b/libs/re/Makefile index a169dca..e308804 100644 --- a/libs/re/Makefile +++ b/libs/re/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=re -PKG_VERSION:=0.5.8 +PKG_VERSION:=0.6.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub -PKG_HASH:=190fd652da167d8d6351b7a26fa0aef2ddab75fe5e8d5de77edf023988440e70 +PKG_HASH:=0e97bcb5cc8f84d6920aa78de24c7d4bf271c5ddefbb650848e0db50afe98131 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=docs/COPYING From dfd9ed688dfecaf87c1e66f084247321465f3c07 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 26 Dec 2018 19:08:47 +0100 Subject: [PATCH 3/6] rem: fix copyright In a previous commit I updated the copyright message. But that was not correct as I am not affiliated with OpenWrt. This commit reverts the change. Signed-off-by: Sebastian Kemper --- libs/rem/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/rem/Makefile b/libs/rem/Makefile index 5c1bab8..900452f 100644 --- a/libs/rem/Makefile +++ b/libs/rem/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2018 OpenWrt.org +# Copyright (C) 2010-2017 OpenWrt.org # Copyright (C) 2010 Alfred E. Heggestad # # This is free software, licensed under the GNU General Public License v2. From f4239da2a959d4145ef8664d32e2aec73dde424d Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 26 Dec 2018 19:09:52 +0100 Subject: [PATCH 4/6] rem: update to 0.6.0 Signed-off-by: Sebastian Kemper --- libs/rem/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/rem/Makefile b/libs/rem/Makefile index 900452f..771781e 100644 --- a/libs/rem/Makefile +++ b/libs/rem/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rem -PKG_VERSION:=0.5.3 +PKG_VERSION:=0.6.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub -PKG_HASH:=9f98a79947d4709282a5791ac30f0eda03d5d34086f36df74bff4f8aac0e8050 +PKG_HASH:=417620da3986461598aef327c782db87ec3dd02c534701e68f4c255e54e5272c PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=docs/COPYING From 3eeb450740abee3ed1b56257581a0df191a9e735 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 26 Dec 2018 19:16:55 +0100 Subject: [PATCH 5/6] baresip: fix copyright In a previous commit I updated the copyright message. But that was not correct as I am not affiliated with OpenWrt. This commit reverts the change. Signed-off-by: Sebastian Kemper --- net/baresip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/baresip/Makefile b/net/baresip/Makefile index 7f6791c..805ef21 100644 --- a/net/baresip/Makefile +++ b/net/baresip/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2018 OpenWrt.org +# Copyright (C) 2010-2017 OpenWrt.org # Copyright (C) 2010 Alfred E. Heggestad # # This is free software, licensed under the GNU General Public License v2. From bfff639417a4a5c451f3a732d246a9abb97a8f39 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 26 Dec 2018 19:17:57 +0100 Subject: [PATCH 6/6] baresip: update to 0.6.0 Drops speex modules (removed upstream). Adds new modules b2bua, echo and rtcpsummary. Signed-off-by: Sebastian Kemper --- net/baresip/Makefile | 58 +++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 30 deletions(-) diff --git a/net/baresip/Makefile b/net/baresip/Makefile index 805ef21..af2e4c8 100644 --- a/net/baresip/Makefile +++ b/net/baresip/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=baresip -PKG_VERSION:=0.5.9 -PKG_RELEASE:=2 +PKG_VERSION:=0.6.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub -PKG_HASH:=eeddcfb9ef800a2d892008bd99a223ea7fa93ba85886cc063c6bb81cb9236e09 +PKG_HASH:=ab3dd329599e4df83eeeb5451b42811598e0171a45a90b34006c5628b61d0764 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=docs/COPYING @@ -27,6 +27,7 @@ baresip-mods:= \ avcodec \ avformat \ cons \ + echo \ evdev \ g711 \ g722 \ @@ -36,10 +37,8 @@ baresip-mods:= \ plc \ portaudio \ pulse \ + rtcpsummary \ sndfile \ - speex \ - speex_aec \ - speex_pp \ srtp \ stdio \ v4l \ @@ -69,27 +68,26 @@ $(call Package/baresip/Default) MENU:=1 endef -baresip-mod-alsa := USE_ALSA -baresip-mod-avcodec := USE_AVCODEC -baresip-mod-avformat := USE_AVFORMAT -baresip-mod-cons := USE_CONS -baresip-mod-evdev := USE_EVDEV -baresip-mod-g711 := USE_G711 -baresip-mod-g722 := USE_G722 -baresip-mod-g726 := USE_G726 -baresip-mod-opus := USE_OPUS -baresip-mod-oss := USE_OSS -baresip-mod-plc := USE_PLC -baresip-mod-portaudio := USE_PORTAUDIO -baresip-mod-pulse := USE_PULSE -baresip-mod-sndfile := USE_SNDFILE -baresip-mod-speex := USE_SPEEX -baresip-mod-speex_aec := USE_SPEEX_AEC -baresip-mod-speex_pp := USE_SPEEX_PP -baresip-mod-srtp := USE_SRTP -baresip-mod-stdio := USE_STDIO -baresip-mod-v4l := USE_V4L -baresip-mod-v4l2 := USE_V4L2 +baresip-mod-alsa := USE_ALSA +baresip-mod-avcodec := USE_AVCODEC +baresip-mod-avformat := USE_AVFORMAT +baresip-mod-cons := USE_CONS +baresip-mod-echo := USE_ECHO +baresip-mod-evdev := USE_EVDEV +baresip-mod-g711 := USE_G711 +baresip-mod-g722 := USE_G722 +baresip-mod-g726 := USE_G726 +baresip-mod-opus := USE_OPUS +baresip-mod-oss := USE_OSS +baresip-mod-plc := USE_PLC +baresip-mod-portaudio := USE_PORTAUDIO +baresip-mod-pulse := USE_PULSE +baresip-mod-rtcpsummary := USE_RTCPSUMMARY +baresip-mod-sndfile := USE_SNDFILE +baresip-mod-srtp := USE_SRTP +baresip-mod-stdio := USE_STDIO +baresip-mod-v4l := USE_V4L +baresip-mod-v4l2 := USE_V4L2 BARESIP_MOD_OPTIONS:= \ MOD_AUTODETECT= \ @@ -192,11 +190,13 @@ $(eval $(call BuildPlugin,aubridge,Audio bridge module,aubridge,)) $(eval $(call BuildPlugin,aufile,Audio module for using a WAV-file as audio input,aufile,)) $(eval $(call BuildPlugin,avcodec,Video codec using FFmpeg,avcodec,@BARESIP_WITH_FFMPEG +libffmpeg-full)) $(eval $(call BuildPlugin,avformat,Video source using FFmpeg,avformat,baresip-mod-avcodec)) +$(eval $(call BuildPlugin,b2bua,Back-to-Back User-Agent module,b2bua,)) $(eval $(call BuildPlugin,cons,UDP/TCP console UI driver,cons,)) $(eval $(call BuildPlugin,ctrl_tcp,TCP control interface,ctrl_tcp,)) $(eval $(call BuildPlugin,debug_cmd,Debug commands,debug_cmd,)) $(eval $(call BuildPlugin,dtls_srtp,DTLS-SRTP end-to-end encryption,dtls_srtp,)) $(eval $(call BuildPlugin,dtmfio,DTMF input/output,dtmfio,)) +$(eval $(call BuildPlugin,echo,Echo server module,echo,)) $(eval $(call BuildPlugin,evdev,Linux input driver,evdev,)) $(eval $(call BuildPlugin,fakevideo,Fake video input/output driver,fakevideo,)) $(eval $(call BuildPlugin,g711,G.711 audio codec,g711,)) @@ -212,11 +212,9 @@ $(eval $(call BuildPlugin,plc,Packet Loss Concealment,plc,+libspandsp)) $(eval $(call BuildPlugin,portaudio,Portaudio audio driver,portaudio,+portaudio)) $(eval $(call BuildPlugin,presence,Presence module,presence,)) $(eval $(call BuildPlugin,pulse,Pulseaudio audio driver,pulse,+pulseaudio)) +$(eval $(call BuildPlugin,rtcpsummary,RTCP summary module,rtcpsummary,)) $(eval $(call BuildPlugin,selfview,Video selfview module,selfview,)) $(eval $(call BuildPlugin,sndfile,Audio dumper using libsndfile,sndfile,+libsndfile)) -$(eval $(call BuildPlugin,speex,Speex audio codec,speex,+libspeex)) -$(eval $(call BuildPlugin,speex_aec,Speex Acoustic Echo Canceller,speex_aec,+libspeex +libspeexdsp)) -$(eval $(call BuildPlugin,speex_pp,Speex preprocessor,speex_pp,+libspeex +libspeexdsp)) $(eval $(call BuildPlugin,srtp,Secure RTP module using libre,srtp,)) $(eval $(call BuildPlugin,stdio,Standard input/output UI driver,stdio,)) $(eval $(call BuildPlugin,uuid,UUID generator and loader,uuid,))