pkgsrc-WIP-changes archive

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

baresip: update to baresip-0.5.5



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Sep 17 21:38:10 2017 +0200
Changeset:	d0d346851c29514fe3665bd794cb3b5fc15c880c

Modified Files:
	baresip/Makefile
	baresip/distinfo

Log Message:
baresip: update to baresip-0.5.5

2017-09-07 Alfred E. Heggestad

	* Version 0.5.5

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

	* new commands:
	  - insmod module.so -- Load a module
	  - rmmod  module.so -- Unload a module

	* config:
	  - fullscreen  yes|no    Enable fullscreen display

	* baresip-core:
	  - account: optional param 'auth_pass' for password
		     add account_set_auth_pass()
		     add account_aor()
		     add account_auth_pass()
	  - contact: add update handler (thanks Jonathan Sieber)
	  - h264: add rtp_ts RTP Timestamp
	  - module: add module_load/unload
		    remove list of application modules
	  - stream: reset timer on incoming RTCP packets (fixes #271)
	  - ui: make the API re-entrant
	  - video: add RTP timestamp to videnc packet handler
		   add video_calc_rtp_timestamp()
		   add video_calc_seconds()
	  - video: use RTP timestamp from video encoder

	* selftest:
	  - add test for video timestamps

	* Modules:

	* account: move password prompt here

	* av1: use encoder PTS to calculate RTP timestamp

	* avcodec: use encoder PTS to calculate RTP timestamp
		   use level_idc=0x1f for x264

	* cons: updated UI api

	* evdev: updated UI api

	* gst_video: use encoder PTS to calculate RTP timestamp

	* gst_video1: use encoder PTS to calculate RTP timestamp

	* h265: use encoder PTS to calculate RTP timestamp
		fix FU decoder bug

	* httpd: updated UI api

	* ice: move gathering from lib to app
	       (requires libre v0.5.5 or later)

	* menu: updated UI api

	* mwi: updated UI api

	* presence: Handle contacts added at run-time
		    (thanks Jonathan Sieber)

	* sdl: updated UI api

	* sdl2: add support for fullscreen video

	* stdio: updated UI api

	* v4l: add support for more pixel-formats

	* v4l2_codec: use encoder PTS to calculate RTP timestamp

	* vp8: use encoder PTS to calculate RTP timestamp

	* vp9: use encoder PTS to calculate RTP timestamp

	* wincons: updated UI api

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

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

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

diffs:
diff --git a/baresip/Makefile b/baresip/Makefile
index a0fd631257..c1e561eb8d 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.4
+DISTNAME=	baresip-0.5.5
 CATEGORIES=	net audio
 MASTER_SITES=	http://www.creytiv.com/pub/
 
diff --git a/baresip/distinfo b/baresip/distinfo
index 788152d22a..cb561585b9 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.4.tar.gz) = 40047c9aeb612dfd9a23845de7ca4fbd29e324cf
-RMD160 (baresip-0.5.4.tar.gz) = f135e05eb7275f6b682ab83c060951bac803b27b
-SHA512 (baresip-0.5.4.tar.gz) = c8ade549191aa0be830a1c505b7b0d17149ffed6a08cab66705582e15a930f81d953dc0969691a15ec61b410180f3141742c9856cb105889fffc0f336b6dfd68
-Size (baresip-0.5.4.tar.gz) = 496022 bytes
+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 (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