pkgsrc-WIP-changes archive

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

baresip: update to baresip-0.5.9



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Apr 22 11:27:02 2018 +0200
Changeset:	518e11213a73ed3592ddbde3ffda3b4f82f45b72

Modified Files:
	baresip/Makefile
	baresip/distinfo

Log Message:
baresip: update to baresip-0.5.9

Changelog:

2018-04-21 Alfred E. Heggestad

	* Version 0.5.9

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

	* build:
	  - Updated MSVS project to VS15 and added several files
	    to project settings (thanks Encamy)

	* config:

	  video_fps            29.97         # float

	* baresip-core:
	  - conf: add conf_get_float
	  - timer: add tmr_jiffies_usec
	  - timestamp: new file for timestamp helpers
	  - ua: add catchall flag to struct ua
	  - ua: add ua_set_catchall
	  - ua: uag_find: return match if catchall flag is set
	  - vidcodec: change rtp_ts from 32-bit to 64-bit
	  - videnc: change framerate to double float
	  - video: change framerate to double float
	  - vidsrc: add frame timestamp
	  - vidsrc: change framerate to double float

	* selftest:
	  - mediaenc: add testcase for media encryption

	* Modules:

	* avcapture: add support for video frame timestamp

	* avcodec: fix compiling with old ffmpeg versions
		   print framerate of decoded bitstream

	* avformat: add support for video frame timestamp

	* b2bua: add handling of all inbound SIP requests

	* cairo: add support for video frame timestamp

	* ctrl_tcp: Fix #369. documentation typo (#372)
		    Fix #370. wrong assignent (#371)
		    (thanks José Luis Millán)

	* dshow: add support for video frame timestamp

	* fakevideo: add support for video frame timestamp
		     add support for timer polling (no pthreads)

	* menu: added "statmode_default" config variable (#359)
		(thanks Juha Heinanen)

	* rst: add support for video frame timestamp

	* swscale: add YUV444P pixel format

	* v4l: add support for video frame timestamp

	* v4l2: add support for video frame timestamp
		show actual framerate

	* vidbridge: add support for video frame timestamp

	* vidloop: add videoloop summary

	* x11grab: add support for video frame timestamp

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

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 9ac361cadb..2141491eb4 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.8
+DISTNAME=	baresip-0.5.9
 CATEGORIES=	net audio
 MASTER_SITES=	http://www.creytiv.com/pub/
 
diff --git a/baresip/distinfo b/baresip/distinfo
index 968ea66e75..b590e99ec0 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.8.tar.gz) = 93af06b22e0f7b124b786aa71cf75e37fdb31e9f
-RMD160 (baresip-0.5.8.tar.gz) = 42da362bfe81d5ea8b1b6055d4271ab51b619cf1
-SHA512 (baresip-0.5.8.tar.gz) = 234e2331e1195eb2ecf8142e75a6a32eee4f68dd709bbb32b31570dedd43f95940cd513139ea151f7255863751508ee733d4e6a57990075807552fa873057343
-Size (baresip-0.5.8.tar.gz) = 584406 bytes
+SHA1 (baresip-0.5.9.tar.gz) = 0c850636ab6a1fbf138b61d0b217f6f2f98e7257
+RMD160 (baresip-0.5.9.tar.gz) = a3b23b09b5d47eb48f1911f5ec6c54ad2113a417
+SHA512 (baresip-0.5.9.tar.gz) = 36a446b1bcf6163194c23c48c42aab5cc01e68302411b6b243e5ec5071a21b9300840a6892b28df0b3a4d0265e2d3010db83c5d8a3a8c326a62e5bc63961684a
+Size (baresip-0.5.9.tar.gz) = 589680 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