pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
baresip: update to baresip-0.6.0
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Tue Dec 11 15:53:45 2018 +0200
Changeset: 470537c7246a12205f9e0158589556a2f479144e
Modified Files:
baresip/Makefile
baresip/distinfo
Log Message:
baresip: update to baresip-0.6.0
2018-12-01 Alfred E. Heggestad
* Version 0.6.0
* GIT URL: https://github.com/alfredh/baresip.git
* GIT tag: v0.6.0
* NOTE: Requires libre v0.6.0 or later
Requires librem v0.6.0 or later
* config:
opus_complexity {0-10} # Encoder's computational complexity
opus_application {audio, voip} # Encoder's intended application
sip_cafile ca.crt # trusted Certificate Authorities
* baresip-core:
- account: added support for per account mwi using
;mwi=on|off addr-param (#530) (thanks Juha Heinanen)
per account support for call transfer (#535)
(thanks Juha Heinanen)
- audio: add audio_start()
add audio_started()
EBU/ACIP invite handler.
flush aubuf when resetting codec
- call: make call_connect() public
make call_notify_sipfrag() public
- contacts: make struct contacts opaque
add contact_uri()
- rtpkeep: code removed
- sdp: remove unused functions
- ua: add sip_cafile config option
(thanks to @wnetbal for the original patch)
add event UA_EVENT_MWI_NOTIFY (thanks Juha Heinanen)
add event UA_EVENT_CALL_TRANSFER
add event UA_EVENT_AUDIO_ERROR
add ua_uri_complete()
- vidfilt: add timestamp parameter to filter API
- vidisp: add timestamp parameter to display API
- video: add RTP timestamp state for receive
* selftest:
- test: add call transfer test (ref #538)
- test: add call via tcp test
* Modules:
* avcapture: fix video resolutions mismatches (#580) (Nicolas Tizon)
* avcodec: remove support for old versions of ffmpeg
detect MPEG4 key-frames
* avformat: remove support for old versions of ffmpeg
* ctrl_tcp: Fix netstring frame handling (#569) (José Luis Millán)
* debug_cmd: /play will always stop current file playing. (#578)
(thanks Ola Palm)
* directfb: updated vidisp api (#568) (thanks andreygursky)
* dshow: mediadev support (#550) (Nicolas Tizon)
* echo: add support for video
* h265: change rate control to ABR (Average Bitrate) (#526)
* mwi: moved printing of mwi info from mwi module to menu module
(thanks Juha Heinanen)
* opengl: properly handle linesize (#566)
* opus: add configuration parameter 'opus_complexity'
add configuration parameter 'opus_application'
(thanks José Luis Millán)
* libsrtp: module removed
* v4l2_codec: use thread instead of fd event (#558)
* winwave: add support for FLOAT sample format (#559)
mediadev support (#556) (Nicolas Tizon)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=470537c7246a12205f9e0158589556a2f479144e
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 d803c9a829..ae81a70e82 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.11
+DISTNAME= baresip-0.6.0
CATEGORIES= net audio
MASTER_SITES= http://www.creytiv.com/pub/
diff --git a/baresip/distinfo b/baresip/distinfo
index 52423634e4..b6ce0031b1 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.11.tar.gz) = f52eb3038d8a3d97a0cf67d8686f7260bd0125d3
-RMD160 (baresip-0.5.11.tar.gz) = e919603ee7e70037784266f974ad1d6eacffb8b6
-SHA512 (baresip-0.5.11.tar.gz) = afba481508a42c2e8eeb2055a0e4d2556f457f55047a526fc4a634d2c7bc63277a28add31c8354644b45426c3d1e3cb001607b4e78d1279efdb0955183dbe180
-Size (baresip-0.5.11.tar.gz) = 599165 bytes
+SHA1 (baresip-0.6.0.tar.gz) = e9ef4803df938fce5a272bd3a445d9ab4f94b36c
+RMD160 (baresip-0.6.0.tar.gz) = 123f5e9e72f1c55481ee1b9079f834fee0a26ad3
+SHA512 (baresip-0.6.0.tar.gz) = 5408ae029ae7547d67802e477db2fe0d69a0ecaba05ffa9e2f734ce43d7b731122bdc4b8baa911c7e291b54e897dc59595a9489f171088499ad0fd29fa138f51
+Size (baresip-0.6.0.tar.gz) = 599413 bytes
SHA1 (patch-mk_modules.mk) = 70284955c9f5fc42a3f86680eff26a0a0ba514e7
SHA1 (patch-modules_ilbc_ilbc.c) = b19d181f41d84ad5cdc2a6e93c5004dab25e6c32
SHA1 (patch-modules_v4l2_v4l2.c) = 71ba2d1e5c8ba61eb011bd2b6b9e0d9cdaec5797
Home |
Main Index |
Thread Index |
Old Index