gpo.zugaina.org

Search Portage & Overlays:

net-voip/baresip

Baresip is a portable and modular SIP User-Agent

Screenshots

  • baresip-4.2.0
    ~amd64
    aac acip alsa amr aptx aom codec2 console dbus echo evdev ffmpeg gstreamer gtk3 jack httpd httpreq mpa mqtt opus pipewire portaudio pulseaudio sdl serreg snapshot sndfile spandsp static-libs syslog tcpcontrol v4l video vpx webrtc X

    View      Download      Browse     License: BSD   
    Overlay: guru
  • baresip-3.24.0
    ~amd64
    aac acip alsa amr aptx aom codec2 console dbus echo evdev ffmpeg gstreamer gtk3 jack httpd httpreq mpa mqtt opus pipewire portaudio pulseaudio sdl serreg snapshot sndfile spandsp static-libs syslog tcpcontrol v4l video vpx webrtc X

    View      Download      Browse     License: BSD   
    Overlay: guru
  • baresip-3.23.0
    ~amd64
    aac acip alsa amr aptx aom codec2 console dbus echo evdev ffmpeg gstreamer gtk3 jack httpd httpreq mpa mqtt opus pipewire portaudio pulseaudio sdl serreg snapshot sndfile spandsp static-libs syslog tcpcontrol v4l video vpx webrtc X

    View      Download      Browse     License: BSD   
    Overlay: guru
  • baresip-3.20.0
    ~amd64
    aac acip alsa amr aptx aom codec2 console dbus echo evdev ffmpeg gstreamer gtk3 jack httpd httpreq mpa mqtt opus pipewire portaudio pulseaudio sdl serreg snapshot sndfile spandsp static-libs syslog tcpcontrol v4l video vpx webrtc X

    View      Download      Browse     License: BSD   
    Overlay: zGentoo
  • baresip-3.14.0
    amd64
    aac alsa amr aptx aom codec2 ffmpeg g7221 gst gtk3 jack mqtt mpa opus openssl png portaudio pulseaudio pipewire sdl2 sndfile spandsp vpx x11

    View      Download      Browse     License: BSD   
  • baresip-3.10.1
    amd64
    aac alsa amr aptx aom codec2 ffmpeg g7221 gst gtk3 jack mqtt mpa opus openssl png portaudio pulseaudio pipewire sdl2 sndfile spandsp vpx x11

    View      Download      Browse     License: BSD   

ChangeLog

commit e07d695d5da84f2398b78750a21dbf624edef39a
Author: Paul Zander <negril.nx+gentoo@gmail.com>
Date: Tue Nov 18 17:53:08 2025 +0100

*/*: Add := to virtual/zlib deps

Add := to virtual/zlib deps, part 1

Done via:

```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```

Add := to virtual/zlib deps

Done via:

```
git grep -l 'virtual/zlib ' |
xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g'
```

Unify virtual/zlib:0= to virtual/zlib:=

Done via:

```
git grep -l 'virtual/zlib:0=' |
xargs sed -i -e 's@virtual/zlib:0=@virtual/zlib:=@g'
```

Add := to virtual/zlib deps, part 3

Done via:

```
git grep -l 'virtual/zlib:0' |
xargs sed -i -e 's@virtual/zlib:0@virtual/zlib:=@g'
git grep -l 'virtual/zlib:=/' |
xargs sed -i -e 's@virtual/zlib:=/@virtual/zlib:0/@g'
```

Add := to virtual/zlib deps, part 4

Done via:

```
git grep -l 'virtual/zlib\[' |
xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g'
```

Use := on virtual/zlib deps, part 5

Done via:

```
git grep -l 'virtual/zlib-' |
xargs sed -i -r -e 's@virtual/zlib-[0-9.]*(-r[0-9]*)?@&:=@g'
git grep -l 'virtual/zlib-' | xargs sed -i -e 's@:=:=@:=@g'
pkgcheck scan --commits \
-c SourcingCheck,VisibilityCheck,DependencyCheck --exit error
```

Use := on virtual/zlib deps, part 6

Done via:

```
git grep -l 'virtual/zlib"' | xargs sed -i -e 's@virtual/zlib"@virtual/zlib:="@'
```

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>

commit c23791504e3bd1ef571d794b8e6c624a71c8b6f3
Author: Paul Zander <negril.nx+gentoo@gmail.com>
Date: Sun Nov 16 23:26:20 2025 +0100

*/*: update for virtual/zlib

Update done using:

```
git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>

commit 261b4adcc062721b93859e5e88e90ad7e71d0d99
Author: Dale Showers <gentoo@fictx.com>
Date: Mon Oct 20 07:29:58 2025 -0400

net-voip/baresip: add 4.2.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit e9cb05cf382fcde12a71266a0d69ced49e39bf1e
Author: Dale Showers <gentoo@fictx.com>
Date: Mon Oct 20 07:26:29 2025 -0400

net-voip/baresip: drop 3.22.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit f70a1590e36e603c2dc114bce6cb431346bfe8e8
Author: Dale Showers <gentoo@fictx.com>
Date: Fri Jul 18 01:40:40 2025 -0400

net-voip/baresip: add v3.24.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit 10c3d65c1bc39dacb3d6fabf66c5036b59f1ea7a
Author: Dale Showers <gentoo@fictx.com>
Date: Fri Jul 18 01:34:39 2025 -0400

net-voip/baresip: drop 3.21.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit d5cb008f1e66abf97e0869122070385e3e63017c
Author: Dale Showers <gentoo@fictx.com>
Date: Sun Jun 8 10:06:47 2025 -0400

net-voip/baresip: add 3.23.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit ba1a9e105b25090601d48c517cf9ad6e980bca67
Author: Dale Showers <gentoo@fictx.com>
Date: Sun Jun 8 10:04:59 2025 -0400

net-voip/baresip: drop 3.20.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit 8d6fae56f83bc78941b26177e0e239ed952055bc
Author: Dale Showers <gentoo@fictx.com>
Date: Wed Apr 30 13:49:25 2025 -0400

net-voip/baresip: add 3.22.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit 38c86249435315c39ada6d7a6b2cba6b8d9ab66a
Author: Dale Showers <gentoo@fictx.com>
Date: Wed Apr 30 13:46:17 2025 -0400

net-voip/baresip: drop 3.19.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit b7b8b272d27d87d98e3d58cb70eedc9849f7d9d1
Author: Dale Showers <gentoo@fictx.com>
Date: Fri Mar 28 13:45:24 2025 -0400

net-voip/baresip: add 3.21.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit 45b8789d1228773da28fb90cba3870247034375a
Author: Dale Showers <gentoo@fictx.com>
Date: Fri Mar 28 13:43:35 2025 -0400

net-voip/baresip: drop 3.18.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit 829272b0334aa8769a1d7a0892254aae192b2a25
Author: Dale Showers <gentoo@fictx.com>
Date: Thu Feb 20 07:42:08 2025 -0500

net-voip/baresip: add 3.20.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit 06792f0bc60705839ffe4b248cfaa9a022490441
Author: Dale Showers <gentoo@fictx.com>
Date: Thu Feb 20 07:40:08 2025 -0500

net-voip/baresip: drop 3.17.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit 34359c53beb15ca7c134e9ae2a21b39c94e0206e
Author: Dale Showers <gentoo@fictx.com>
Date: Wed Jan 15 08:31:50 2025 -0500

net-voip/baresip: add 3.19.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit 0cda6c26a4bc16337dc61600f1d2a8aaf6a56e77
Author: Dale Showers <gentoo@fictx.com>
Date: Wed Jan 15 08:28:36 2025 -0500

net-voip/baresip: drop 3.16.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit f2b5f81886622dc9ed760cc61b311c606eb07614
Author: Dale Showers <gentoo@fictx.com>
Date: Tue Dec 17 09:03:16 2024 -0500

net-voip/baresip: add 3.18.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit 405150942307737ee1b90c1c94ab4a928f64356f
Author: Dale Showers <gentoo@fictx.com>
Date: Tue Dec 17 08:59:25 2024 -0500

net-voip/baresip: drop 3.15.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit 2c26121cd66710ac3c0501cf4b967c45ed27c228
Author: Dale Showers <gentoo@fictx.com>
Date: Thu Nov 7 10:57:59 2024 -0500

net-voip/baresip: add 3.17.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit df92b73819589db5ae6bfce2467b6883bc8681e8
Author: Dale Showers <gentoo@fictx.com>
Date: Thu Nov 7 10:40:25 2024 -0500

net-voip/baresip: drop 3.14.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit 00de3bc42bdd2cc510ad1952774f94d3ec8535ab
Author: Dale Showers <gentoo@fictx.com>
Date: Thu Oct 3 11:42:38 2024 -0400

net-voip/baresip: add 3.16.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit beec119f2acfc376150b963bdce0f619e69de736
Author: Dale Showers <gentoo@fictx.com>
Date: Thu Oct 3 11:35:36 2024 -0400

net-voip/baresip: drop old versions

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit 43d9c12dabde712bfb04471c30e478eb8b51b9b5
Author: Dale Showers <gentoo@fictx.com>
Date: Fri Aug 30 14:47:48 2024 -0400

net-voip/baresip: add 3.15.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit a1e56725192b27bc395fe343ef79ff3ce6ab6363
Author: Dale Showers <gentoo@fictx.com>
Date: Fri Aug 30 14:44:55 2024 -0400

net-voip/baresip: drop old versions

Update v3.12.1-r1 copyright year
drop gst flag from metadata

Closes: https://bugs.gentoo.org/722972
Signed-off-by: Dale Showers <gentoo@fictx.com>

commit de203d8dff9947162b30c06adce8bef180e2ff98
Author: Dale Showers <gentoo@fictx.com>
Date: Tue Jul 30 10:53:03 2024 -0400

net-voip/baresip: remove older versions

Remove 3.8.0, 3.9.0, 3.10.0, 3.10.1

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit cf8cd2c65ce1dcb81d307bdd0882d285f3446450
Author: Dale Showers <gentoo@fictx.com>
Date: Tue Jul 30 10:50:56 2024 -0400

net-voip/baresip: add 3.14.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit ea34f0cf558e43e634ddf58fac42c3aef1ead049
Author: Dale Showers <gentoo@fictx.com>
Date: Mon Jun 24 16:26:25 2024 -0400

net-voip/baresip: remove v3.7.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit fd5c970c3da3ee8b2625443981f44d06420d5d14
Author: Dale Showers <gentoo@fictx.com>
Date: Mon Jun 24 16:18:29 2024 -0400

net-voip/baresip: add v3.13.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit d90d3c267f392f23f8a456287b0293d092cff501
Author: Dale Showers <gentoo@fictx.com>
Date: Wed Jun 5 15:31:51 2024 -0400

net-voip/baresip: v3.11.0-r1 fix automagic depend

Signed-off-by: Dale Showers <gentoo@fictx.com>
Closes: https://bugs.gentoo.org/933108

commit 411491027770e1b99663992adf0a3d0c99c8efe6
Author: Dale Showers <gentoo@fictx.com>
Date: Wed Jun 5 06:16:42 2024 -0400

net-voip/baresip: v3.12.1-r1 fix static-libs

DLIBRE_BUILD_STATIC (used for re) should have been DSTATIC

Signed-off-by: Dale Showers <gentoo@fictx.com>
Closes: https://bugs.gentoo.org/933593

commit 0315a8c0c39cf3fcfd73f5051b8a54f36c19f4a5
Author: Dale Showers <gentoo@fictx.com>
Date: Tue Jun 4 12:07:00 2024 -0400

net-voip/baresip: add 3.12.1

Remove automagic dependenies and enable several new use flags.

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit 318784b327d5fc81492d81c211eb11d786542f76
Author: Dale Showers <gentoo@fictx.com>
Date: Wed May 8 12:49:36 2024 -0400

net-voip/*: Baresip & re update to 3.11.0

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit faf3ddb7145d01a2b8c8eefc63e3b4047184c12a
Author: Dale Showers <gentoo@fictx.com>
Date: Mon Apr 1 16:01:52 2024 -0400

net-voip/baresip: Fixed KEYWORDS

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit cf80e0b70a21d45575b0a4ab829f6f04138d0059
Author: Dale Showers <gentoo@fictx.com>
Date: Sat Mar 16 11:35:43 2024 -0400

net-voip/*: baresip/re 3.10.0 3.10.1

Signed-off-by: Dale Showers <gentoo@fictx.com>

commit 1626d08afc391835d5027686855e2e002d203d77
Author: Dale Showers <gentoo@fictx.com>
Date: Fri Feb 16 21:43:32 2024 -0500

net-voip/*: add baresip & re

Signed-off-by: Dale Showers <gentoo@fictx.com>