pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

baresip: update to baresip-0.5.7



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Dec 27 11:16:01 2017 +0200
Changeset:	55e5e889186b65d08e7f649ecf51bf1e8f43d7fd

Modified Files:
	baresip/Makefile
	baresip/PLIST
	baresip/distinfo

Log Message:
baresip: update to baresip-0.5.7

2017-12-25 Alfred E. Heggestad <alfred.heggestad%gmail.com@localhost>

	* Version 0.5.7

	* GIT URL: https://github.com/alfredh/baresip.git
	* GIT tag: v0.5.7
	* NOTE: Requires libre v0.5.5 or later
	        Requires librem v0.5.0 or later

	* Credits: Thanks to Swedish Radio who sponsored many new
		   features in this release.

	* new commands:
	  -  'conf_reload' -- Reload config file

	* new modules:
	  - gzrtp         ZRTP module using GNU ZRTP C++ library
			  (thanks glenvt18)

	  - mqtt          MQTT (Message Queue Telemetry Transport) module
			  (sponsored by Swedish Radio)

	* config:
	  - audio_txmode  poll|thread        Set audio transmit mode
	  - auplay_format s16|float|s24_3le  Set playback sample format
	  - ausrc_format  s16|float|s24_3le  Set source sample format
	  - sdp_ebuacip   yes|no             Enable EBU-ACIP parameters
	  - zrtp_hash	  yes|no	     Enable/disable ZRTP hash

	* baresip-core:
	  - audio: add sample format conversion
	  - audio: add sample format for source/playback
	  - audio: check timestamps on incoming RTP packets
	  - audio: pace outgoing packets in txmode=thread
	  - audio: remove txmode with realtime thread
	  - audio: remove txmode with timer
	  - audio: set EBUACIP parameters in SDP
	  - auplay: add sample format to auplay_prm
	  - auplay: change write handler to any sample format
	  - ausrc: add sample format to ausrc_prm
	  - ausrc: change read handler to any sample format
	  - event.c: new file for generic event handling
	  - event: add event_encode_dict to encode event to a dictionary
	  - event: added UA_EVENT_CALL_RTCP for received RTCP
	  - log: print to stdout (ref #320)

	* selftest:
	  - add test for different audio tx-modes
	  - add test for float audio sample format

	* Modules:

	* alsa: add support for multiple sample formats

	* audiounit: add support for FLOAT sample format

	* auloop: add support for multiple sample formats

	* avahi: Bugfix: Destroy resolver after callback (#318)
		 (thanks Jonathan Sieber)

	* avcodec: change x264 rate control mode to ABR (#334)
		 (thanks Jonathan Sieber)

	* debug_cmd: add command 'conf_reload' to reload config file

	* gzrtp: ZRTP module using GNU ZRTP C++ library
		 (thanks glenvt18)

	* menu: add config 'ringback_disabled' to disable playing
	        of ringback tone.

	* mqtt: MQTT (Message Queue Telemetry Transport) module
		new module using libmosquitto as the backend.

	* opus: fix encoder bitrate, ref #305
		add opus_stereo config parameter (thanks Ola Palm)
		add config param opus_sprop_stereo (thanks Ola Palm)

	* portaudio: add support for FLOAT sample format

	* pulse: add support for FLOAT sample format
		 remove garbage at the beginning of a recording (#323)

	* quicktime: module was removed

	* rst: add support for multiple sample formats

	* zrtp: add signaling hash support (#311)

2017-10-14 Alfred E. Heggestad <alfred.heggestad%gmail.com@localhost>

	* Version 0.5.6

	* GIT URL: https://github.com/alfredh/baresip.git
	* GIT tag: v0.5.6
	* NOTE: Requires libre v0.5.5 or later
	        Requires librem v0.5.0 or later

	* New Baresip logo (thanks Ernst and community)

	* baresip-core:
	  - log: rename error to error_msg due to GNU extension clash
	  - ua: remove ua_sipfd()

	* Modules:

	* avahi: Avahi Zeroconf Module (thanks Jonathan Sieber)

	* avcodec: handle fragment packet loss

	* cairo: draw a dancing logo

	* ice: set ICE role correctly
	       set retransmit count (RC) to 4

	* opensles: fix recorder speaker setup (thanks Juha Heinanen)

	* opus: fix encoder bitrate, ref #305

	* zrtp: encrypt/decrypt RTCP packets (thanks @glenvt18)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=55e5e889186b65d08e7f649ecf51bf1e8f43d7fd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 baresip/Makefile | 2 +-
 baresip/PLIST    | 1 +
 baresip/distinfo | 8 ++++----
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs:
diff --git a/baresip/Makefile b/baresip/Makefile
index c1e561eb8d..1e07a5558e 100644
--- a/baresip/Makefile
+++ b/baresip/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.2 2014/09/05 08:06:00 thomasklausner Exp $
 
-DISTNAME=	baresip-0.5.5
+DISTNAME=	baresip-0.5.7
 CATEGORIES=	net audio
 MASTER_SITES=	http://www.creytiv.com/pub/
 
diff --git a/baresip/PLIST b/baresip/PLIST
index 099b29107c..bbf1b5c4c4 100644
--- a/baresip/PLIST
+++ b/baresip/PLIST
@@ -61,6 +61,7 @@ ${PLIST.x11}lib/baresip/modules/x11grab.so
 share/baresip/busy.wav
 share/baresip/callwaiting.wav
 share/baresip/error.wav
+share/baresip/logo.png
 share/baresip/message.wav
 share/baresip/notfound.wav
 share/baresip/ring.wav
diff --git a/baresip/distinfo b/baresip/distinfo
index cb561585b9..8ee2c1191c 100644
--- a/baresip/distinfo
+++ b/baresip/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.1 2014/08/10 00:26:01 thomasklausner Exp $
 
-SHA1 (baresip-0.5.5.tar.gz) = 9b62e84ef4bdb2ef327faf582b50932449dcef88
-RMD160 (baresip-0.5.5.tar.gz) = 5df9de23fcd03bd1799dd94a56dc20283ec9fe07
-SHA512 (baresip-0.5.5.tar.gz) = b58dae1c6550cc3e81b222e5efbcabdc9b1b451c9f4838b372e634a2a1ad7752ed570285a8f1e21fb7d8d9b378316cee8d4e522cc87e84f169dcdcad97d084a4
-Size (baresip-0.5.5.tar.gz) = 500515 bytes
+SHA1 (baresip-0.5.7.tar.gz) = 7a861d18ecc7bf39832773fbfaff8fc4fe780339
+RMD160 (baresip-0.5.7.tar.gz) = 4c22f692bdf7e74d8bd704dbc21a0a683ace325b
+SHA512 (baresip-0.5.7.tar.gz) = 7f7b7d647f122054dba8d84e7afe20004923aacf72ff6e8a1b72f5292cf3681fb91d7527e581a5ec9d04a8afa5ee0d5b05e86fd684b91bfa90b4639f967866ed
+Size (baresip-0.5.7.tar.gz) = 575524 bytes
 SHA1 (patch-mk_modules.mk) = 12c295c1765f721e2a44d0d6835c2474ebc82e78
 SHA1 (patch-modules_ilbc_ilbc.c) = b19d181f41d84ad5cdc2a6e93c5004dab25e6c32
 SHA1 (patch-modules_v4l2_v4l2.c) = 71ba2d1e5c8ba61eb011bd2b6b9e0d9cdaec5797


Home | Main Index | Thread Index | Old Index