pkgsrc-WIP-changes archive

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

baresip: update to baresip-2.6.0



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Aug 3 21:47:17 2022 +0200
Changeset:	5eeaa548d62149a139c88793a56bd4d4cf62de31

Modified Files:
	baresip/Makefile
	baresip/PLIST
	baresip/distinfo

Log Message:
baresip: update to baresip-2.6.0

What's Changed

  * conf: check input arguments by @alfredh in #1932
  * dtls_srtp: print TLS cipher name by @alfredh in #1933
  * cmake: add AAC module by @alfredh in #1935
  * call, menu: make selective early media RFC-3261 conform by
    @cspiel1 in #1929
  * config: add flag to enable/disable linklocal by @alfredh in #1934
  * audio: update filters if codec changes by @cspiel1 in #1937
  * Fix CMake fails when OpenSSL is not present by @widgetii in #1939
  * sip: add RFC 3262 support by @maximilianfridrich in #1930
  * Add CMake target to install baresip executable, library and
    modules by @widgetii in #1940
  * audio: fix SEGV if stream_alloc() fails by @cspiel1 in #1942
  * gst_video: remove deprecated module by @alfredh in #1943
  * ci: test cmake by @alfredh in #1944
  * cmake: add aptx module by @alfredh in #1945
  * avcodec: remove avcodec_free_context wrapper by @alfredh in #1947
  * avcodec: remove old call to avcodec_init() by @alfredh in #1948
  * cmake: add ffmpeg modules by @alfredh in #1949
  * cmake: add codec2 module by @alfredh in #1950
  * thread: thrd_error fixes by @sreimers in #1955
  * Revert PR #1922 by @juha-h in #1964
  * sip: add RFC 3311 support by @maximilianfridrich in #1941
  * cmake: add amr module by @alfredh in #1962
  * ci/misc: bump pr-dependency-action@v0.5 by @sreimers in #1968
  * ci: add cmake/macos by @alfredh in #1961
  * Feature: add user data to call by @copiltembel in #1951
  * cmake: add audiounit module by @alfredh in #1969
  * cmake: add avcapture module by @alfredh in #1970
  * cmake: add coreaudio module by @alfredh in #1972
  * audio: remove unused aubuf for decoding by @cspiel1 in #1974
  * Modules cmake by @viordash in #1975
  * Modules cmake by @viordash in #1978
  * audio: always start reading in TX thread by @cspiel1 in #1979
  * audio: always start reading in TX poll mode by @cspiel1 in #1980
  * multicast: always start reading of TX aubuf by @cspiel1 in #1981
  * pulse_async: reduce number of reconnect attempts by
    @RobertMi21 in #1977
  * ci/build: replace deprecated macos-10.15 by @sreimers in #1984
  * ci/build/macos: disable dbus by @sreimers in #1985
  * Improve RFC 3262 by @maximilianfridrich in #1973
  * call: do not stop streams on session progress by @cspiel1 in #1986
  * audio: revert some TX commits and fix TX poll mode by
    @cspiel1 in #1987
  * call: fix heap-buffer-overflow in prack_handler by
    @sreimers in #1988
  * Improve re_atomic handling by @sreimers in #1982
  * mk/ctrl_dbus: fix atomic implicit warnings by @sreimers in #1991
  * cmake: add mixminus module by @sreimers in #1994
  * cmake: add dtls_srtp module by @alfredh in #1993
  * Stun uri cred by @viordash in #1960
  * event: fix wrong place of the err check by @copiltembel in #1992
  * Added mwi module cmake build by @juha-h in #1995
  * call: disable prack_handler temporarily by @sreimers in #1998
  * Fix prack handling by @maximilianfridrich in #1999
  * ci: test re/rem with cmake by @alfredh in #1997
  * Added cmake of zrtp module by @juha-h in #2005
  * Added cmake of zrtp module by @juha-h in #2006
  * Added cmake of uuid module by @juha-h in #2007
  * cmake: fix openssl linking by @sreimers in #2008
  * Load also pulse-simple library if exists by @juha-h in #2010
  * Added cmake of presence module by @juha-h in #2011
  * cmake: add more libs, stable branch and static build by
    @sreimers in #2012
  * Added cmake of selfview module by @juha-h in #2014
  * Added cmake of vp8 and vp9 modules by @juha-h in #2016
  * Added cmake of g722 module by @juha-h in #2015
  * Added cmake of srtp module by @juha-h in #2017
  * cmake: add module override option by @sreimers in #2020
  * cmake: add EXTRA_MODULES option by @sreimers in #2021
  * ci/cmake: add brew packages by @sreimers in #2023
  * Added cmake of g726 module by @juha-h in #2022
  * cmake: add ctrl_dbus module by @cspiel1 in #2000
  * cmake: refactor module prefix by @sreimers in #2024
  * Added cmake of snapshot module by @juha-h in #2026
  * Cmake add dshow by @alfredh in #2031
  * fakevideo: use C11 threads by @alfredh in #2032
  * cmake: add evdev module by @alfredh in #2033
  * aubridge: use C11 threads by @alfredh in #2035
  * ausine: use C11 threads by @alfredh in #2036
  * cmake: check for HAVE_UNISTD_H by @alfredh in #2039
  * cmake,mk: prepare main version for release by @sreimers in #2040
  * gsm: remove deprecated module by @alfredh in #2034
  * cmake: add g7221 module by @alfredh in #2041

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

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

diffstat:
 baresip/Makefile | 3 +--
 baresip/PLIST    | 1 -
 baresip/distinfo | 6 +++---
 3 files changed, 4 insertions(+), 6 deletions(-)

diffs:
diff --git a/baresip/Makefile b/baresip/Makefile
index 79c94afb83..61c74e3263 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-2.5.1
+DISTNAME=	baresip-2.6.0
 CATEGORIES=	net audio
 MASTER_SITES=	${MASTER_SITE_GITHUB:=baresip/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -55,7 +55,6 @@ MAKE_FLAGS+=	USE_STDIO=yes
 
 MAKE_FLAGS+=	LFLAGS="${LFLAGS}"
 
-.include "../../audio/gsm/buildlink3.mk"
 .include "../../comms/spandsp/buildlink3.mk"
 .include "../../wip/libre/buildlink3.mk"
 .include "../../wip/librem/buildlink3.mk"
diff --git a/baresip/PLIST b/baresip/PLIST
index 7be1b7ad1e..7f3f1ef87e 100644
--- a/baresip/PLIST
+++ b/baresip/PLIST
@@ -21,7 +21,6 @@ lib/baresip/modules/fakevideo.so
 lib/baresip/modules/g711.so
 lib/baresip/modules/g722.so
 lib/baresip/modules/g726.so
-lib/baresip/modules/gsm.so
 ${PLIST.gtk}lib/baresip/modules/gtk.so
 lib/baresip/modules/httpd.so
 lib/baresip/modules/ice.so
diff --git a/baresip/distinfo b/baresip/distinfo
index 94fab27cc1..2701b67783 100644
--- a/baresip/distinfo
+++ b/baresip/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.1 2014/08/10 00:26:01 thomasklausner Exp $
 
-BLAKE2s (baresip-2.5.1.tar.gz) = 530e58d1d39c9a8ef072bb844afa43e896cf3432eda6a517142a3ed37d989952
-SHA512 (baresip-2.5.1.tar.gz) = 35f035aed738efdb8b7e362c1ec269c9315a63198dc5b5feba03a5a16d1ca154b098a01c8ad482ee2998d40e871cfa2cab6c2fa913f1a7889009eb93fc2538e4
-Size (baresip-2.5.1.tar.gz) = 1122422 bytes
+BLAKE2s (baresip-2.6.0.tar.gz) = f248cf59f613426d44145a154230c4ee6e173e3410b3ab5e62a2bfa331001d1f
+SHA512 (baresip-2.6.0.tar.gz) = 0738fec088df22773a25413cc4b8188d29b5caf3ec8f3148f90e6ebfee8c9488ae35e2405a7d2ede3a25e9144e9a764a96f59fd78476ec2fcd8992469f5e11ac
+Size (baresip-2.6.0.tar.gz) = 1126329 bytes
 SHA1 (patch-modules_portaudio_module.mk) = 13e2c0cf2765ea4a1e95f3b3e3bea930b89d29b8
 SHA1 (patch-modules_v4l2_v4l2.c) = 71ba2d1e5c8ba61eb011bd2b6b9e0d9cdaec5797


Home | Main Index | Thread Index | Old Index