pkgsrc-WIP-changes archive

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

baresip: update to baresip-0.5.2



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Tue Apr 25 22:02:27 2017 +0200
Changeset:	534969dc82c72486b25772ac1d122d684994e3e4

Modified Files:
	baresip/Makefile
	baresip/distinfo

Log Message:
baresip: update to baresip-0.5.2

Changelog:

2017-04-07 Alfred E. Heggestad <alfred.heggestad%gmail.com@localhost>

	* Version 0.5.2

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

	* new modules:
	  - omx    OpenMAX IL video display module (thanks Jonathan Sieber)

	* config:
	  - (no changes)

	* baresip-core:
	  - aucodec: make the API re-entrant
	  - aufilt: make the API re-entrant
	  - auplay: make the API re-entrant
	  - ausrc: make the API re-entrant
	  - video: using a video-source is now optional

	* Modules:

	* avformat: add pixelformat AV_PIX_FMT_YUVJ420P (Thanks Gary Metalle)

	* cairo: print picture info, use grey background

	* dtmfio: check fd before calling fclose (thanks Richard Perez)

	* h265: enable YUV444P pixelformat

	* oss: fix build for Solaris 11

	* speex: mark the module as deprecated, see speex.org

2017-03-04 Alfred E. Heggestad <alfred.heggestad%gmail.com@localhost>

	* Version 0.5.1

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

	* new modules:

	* config:
	  - stunuser		STUN username for STUN/TURN/ICE
	  - stunpass		STUN password for STUN/TURN/ICE
	  - snd_path		Path to sndfile audio dump files

	* baresip-core:
	  - account: add more accessor functions
	  - account: add 'stunuser' and 'stunpass'
	  - commands: make the struct commands opaque
	  - message: make the API re-entrant, multiple listeners
	  - menc: make the API re-entrant
	  - mnat: make the API re-entrant

	* selftest:
	  - add tests for account
	  - add tests for message

	* Modules:

	* amr: use MOD-CFLAGS instead of global CFLAGS

	* avcodec: added optional config 'avcodec_h264dec' to specify hardware
		   accellerated FFmpeg decoder (thanks Harald Gutmann)

	* avformat: remove blocking sleep, use packet timestamp to
		    pace video stream (thanks Harald Gutmann)

	* debug_cmd: add OpenSSL version to systems info

	* gtk: fix build where USE_NOTIFICATIONS is not defined
	       get rid of system header warnings by using -isystem

	* httpd: add support for un-escaping of URL parameters
		 (thanks to elektm93)

	* menu: add new command 'ausrc' to switch audio source
		add new command 'auplay' to switch audio player

	* sdl2: add more pixelformats (ref #202)
		(thanks Harald Gutmann)

	* sndfile: add config to specify path for dump files (thanks Elektm93)
		   add test for sndfile on *BSD. (#194) (thanks jungle-boogie)

	* swscale: get dst-size from config (ref #203)

	* v4l2_codec: Video device selection bug (#218)
		      (thanks Richard Perez)

2016-12-23 Alfred E. Heggestad <alfred.heggestad%gmail.com@localhost>

	* Version 0.5.0

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

	* new modules:
	  - av1		Experimental AV1 video codec
	  - debug_cmd	Debug commands for advanced users
	  - pcp		Port Control Protocol (PCP) for NAT traversal
	  - swscale	Video scaling using FFmpeg's libswscale

	* config:
	  - call_max_calls	Maximum number of calls per account

	* baresip-core:
	  - call: add multiple lines
	  - call: start video on reinvite (thanks Gary Metalle)
	  - cmd: add support for long commands
	  - cmd: make it re-entrant
	  - config: add some modules to template (thanks Dmitrij D. Czarkoff)
	  - contact: make it re-entrant
	  - play: make it re-entrant
	  - vidcodec: add a intraframe-flag to api
	  - video: resend FIR until Intra frame received

	* selftest:
	  - add test for DTMF in call
	  - add test for contacts
	  - add test for long commands
	  - add test for maximum calls
	  - add test for multiple calls
	  - add test for video call
	  - add audio-source mock
	  - add video-codec mock
	  - add video-display mock
	  - add video-source mock

	* Modules:

	* aufile: convert samples from little-endian to host-endian

	* auloop: use long commands /auloop and /auloop_stop

	* av1: new module for Experimental AV1 video codec

	* avcodec: add config option 'avcodec_h264enc' to set encoder name
		   (thanks to @hargut)

	* avformat: fix init and warnings (thanks Maciej Koman)

	* b2bua: use long command /b2bua

	* contact: use long commands

	* debug_cmd: new module for advanced debug commands

	* g7221: expose spandsp api (thanks to Steve Underwood)

	* gtk: use long command /gtk

	* h265: add 'profile-id=1' to SDP

	* menu: add long commands
		add command 'line' or '@' to set current call

	* opengl: fix deprecated warnings on OSX 10.12

	* opensles: add support for stereo
		    (thanks to Juha Heinanen and Vijay Pratap Singh)

	* opus: add support for SDP parameter mirroring
		(thanks to Sveriges Radio)

	* pcp: new module for Port Control Protocol (PCP) NAT traversal
	       requires librew (https://github.com/alfredh/rew)

	* plc: expose spandsp api (thanks to Steve Underwood)

	* presence: add long commands /presence_{on,off}line

	* snapshot: use long commands (thanks Dmitrij D. Czarkoff)

	* sndio: use driver-suggested buffer size (thanks Dmitrij D. Czarkoff)

	* swscale: new module for video filter using libswscale

	* v4l2: pick up VID_FMT_NV12 and VID_FMT_NV21 formats as well (#176)
		don't check for native/emulated format (#179)
		(thanks Dmitrij D. Czarkoff)

	* vidloop: use long commands

	* vp8: add 'intra' parameter to decoder api
	       fix building with old versions of libvpx

	* wincons: graceful closing of thread (fixes #151)
		   (thanks to @GGGO)

	* zrtp: use long command

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

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 e745d98b27..fdb6febb95 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.4.20
+DISTNAME=	baresip-0.5.2
 CATEGORIES=	net audio
 MASTER_SITES=	http://www.creytiv.com/pub/
 
diff --git a/baresip/distinfo b/baresip/distinfo
index dc8e5fd13b..5b4fd8c446 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.4.20.tar.gz) = 297bec4d2fae112e2866e31e2e951947684c6285
-RMD160 (baresip-0.4.20.tar.gz) = 7662ef49b43b868b1768a65d13f1d33e9370d79a
-SHA512 (baresip-0.4.20.tar.gz) = ee6451a738da2b3ec73cd7d22c596d54062aabbb406c74ef04046f6cd0bcda7a52fe80ff61b8b788865d9cebadbab43cbd2dec3ebe9d2cb7ce0c711b5b87d1ee
-Size (baresip-0.4.20.tar.gz) = 459000 bytes
+SHA1 (baresip-0.5.2.tar.gz) = c172bf2c09826c52e1ceef10374c9ab29753f354
+RMD160 (baresip-0.5.2.tar.gz) = b8ef6faaee6a432190356b59129ef3e7df3bba2c
+SHA512 (baresip-0.5.2.tar.gz) = bbea1090d98e84ceee13a482b8e0cdf59356bfe43fc6e4715998669fc510797a308a2ee4fe79b8fe3ac8244e0e637a1c0d4783bd629b405d8c6c6ed2b388fef1
+Size (baresip-0.5.2.tar.gz) = 486949 bytes
 SHA1 (patch-mk_modules.mk) = dacb14e7962ebaa3964943fdcfb4db1289fc6e87
 SHA1 (patch-modules_ilbc_ilbc.c) = b19d181f41d84ad5cdc2a6e93c5004dab25e6c32
 SHA1 (patch-modules_v4l2_v4l2.c) = 71ba2d1e5c8ba61eb011bd2b6b9e0d9cdaec5797


Home | Main Index | Thread Index | Old Index