pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
baresip: update to baresip-0.5.8
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Sun Feb 18 11:38:47 2018 +0200
Changeset: 4d3fbc6544f9eec14e9979c12133b23a03cad26d
Modified Files:
baresip/Makefile
baresip/PLIST
baresip/distinfo
Log Message:
baresip: update to baresip-0.5.8
2018-02-11 Alfred E. Heggestad <alfred.heggestad%gmail.com@localhost>
* Version 0.5.8
* GIT URL: https://github.com/alfredh/baresip.git
* GIT tag: v0.5.8
* NOTE: Requires libre v0.5.7 or later
Requires librem v0.5.2 or later
* new commands:
- /aubitrate 64000 -- Set audio bitrate
* new modules:
- ctrl_tcp TCP control interface using JSON payload
(thanks José Luis Millán)
* config:
auenc_format s16 # s16, float, ..
audec_format s16 # s16, float, ..
videnc_format yuv420p # yuv420p, yuv444p, ..
* baresip-core:
- account: password in SIP uri is now deprecated
- aucodec: add encoder/decoder audio sample format (#352)
- aucodec: add bitrate to encoder param
- audio: add function to set encoder bitrate
- audio: sample format for audio encoder/decoder
- call: add call_id accessor
- call: fix memory leak in case sipsess_connect() fails
- config: add configurable video pixel format
- config: set exact installation pathes at build time (#354)
(thanks Guillaume Rousse)
- event: fix memory leak
- event: add call-id to JSON dict
- log: rename log_enable_stderr to log_enable_stdout
- metric: fix calculation of average bitrate
- reg: add display-name to SIP register
- stream: print a message when incoming RTP stream is established
- timer: add tmr_jiffies_usec
- video: save and show pixel format of incoming video
- vidutil: new file for video utility functions
* selftest:
- event: add testcase for events
- sip: make 'struct user' opaque
- ua: update password using ;auth_pass=XXX parameter
* Modules:
* account: update template with auth_pass parameter
* amr: update aucodec API with audio sample format
* avcodec: Return EPROTO when encountering missing fragments in
H264 stream, to trigger intra-frame request (#339)
(thanks Jonathan Sieber)
use AV_INPUT_BUFFER_MIN_SIZE (ref #351)
add support for YUV444P pixel format
* avformat: use av_dump_format()
* bv32: update aucodec API with audio sample format
* codec2: update aucodec API with audio sample format
* ctrl_tcp: new module for TCP control interface using JSON payload
(thanks José Luis Millán)
* g711: update aucodec API with audio sample format
* g722: update aucodec API with audio sample format
* g7221: update aucodec API with audio sample format
* g726: update aucodec API with audio sample format
* gsm: update aucodec API with audio sample format
* gst1: define _POSIX_C_SOURCE to make nanosleep visible
* l16: update aucodec API with audio sample format
* mpa: update aucodec API with audio sample format
* mqtt: update README with correct JSON syntax (ref #356)
* omx: fix compilation for Raspbian
* opus: update aucodec API with audio sample format
add support for FLOAT sample format
* silk: update aucodec API with audio sample format
* speex: deprecate, disable as autodetected module
* speex_aec: always link to libspeexdsp
* speex_pp: always link to libspeexdsp
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4d3fbc6544f9eec14e9979c12133b23a03cad26d
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 1e07a5558e..9ac361cadb 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.7
+DISTNAME= baresip-0.5.8
CATEGORIES= net audio
MASTER_SITES= http://www.creytiv.com/pub/
diff --git a/baresip/PLIST b/baresip/PLIST
index a34f33e21f..9e4a75368c 100644
--- a/baresip/PLIST
+++ b/baresip/PLIST
@@ -11,6 +11,7 @@ ${PLIST.ffmpeg}lib/baresip/modules/avformat.so
${PLIST.cairo}lib/baresip/modules/cairo.so
lib/baresip/modules/cons.so
lib/baresip/modules/contact.so
+lib/baresip/modules/ctrl_tcp.so
lib/baresip/modules/debug_cmd.so
lib/baresip/modules/fakevideo.so
lib/baresip/modules/g711.so
diff --git a/baresip/distinfo b/baresip/distinfo
index 8ee2c1191c..968ea66e75 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.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 (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 (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