From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-voip/baresip/
Date: Fri, 18 Jul 2025 09:35:29 +0000 (UTC) [thread overview]
Message-ID: <1752817301.f70a1590e36e603c2dc114bce6cb431346bfe8e8.davidroman@gentoo> (raw)
commit: f70a1590e36e603c2dc114bce6cb431346bfe8e8
Author: Dale Showers <gentoo <AT> fictx <DOT> com>
AuthorDate: Fri Jul 18 05:40:40 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jul 18 05:41:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f70a1590
net-voip/baresip: add v3.24.0
Signed-off-by: Dale Showers <gentoo <AT> fictx.com>
net-voip/baresip/Manifest | 2 +-
net-voip/baresip/baresip-3.24.0.ebuild | 109 +++++++++++++++++++++++++++++++++
2 files changed, 110 insertions(+), 1 deletion(-)
diff --git a/net-voip/baresip/Manifest b/net-voip/baresip/Manifest
index 09c945e6df..f24d13b0b0 100644
--- a/net-voip/baresip/Manifest
+++ b/net-voip/baresip/Manifest
@@ -1,3 +1,3 @@
-DIST baresip-3.21.0.tar.gz 1180958 BLAKE2B d57a361cc6cd8d41b2fcf18436cdc4e69836ebb4dc8ca61e8842f67edd1f381877607a84a27f8d51822f6b0f84d00c37f1ed20c2bfb16dc5d2e0ae5af7f0a90c SHA512 394350b58cc681cf135130e4127f857f0fbe77bf2a4047faae4bace8af3156f3a1b87ad94a9ad343904b8cd226c9da2fc5d68527022ce35e1f89b6be33a24d9b
DIST baresip-3.22.0.tar.gz 1181648 BLAKE2B 03501c336caf4c773fb4206a9527613364cfd60b9900a1b4e6bb3d663bd405ee93b6698b51c59c7b35d1131fd231f817acc059d8b9ebaf248f36b52fd747c1bb SHA512 50a0b5e5ff44d477e0bed819318fcaa37c22126d704abac996ad80c9cb4962ef3a190340813ac170d94009b0a959b940ca8536d720626e26854f40ac38a292be
DIST baresip-3.23.0.tar.gz 1182475 BLAKE2B e93fa60755dd4a838e53a3c8dfdc4c6321b902693c1d30d6a921632cebf9229ecf95341e5c50554a5232788ff2c78894c644662a1d285992b5eed281a1e8cec2 SHA512 11149c3ad91f939648dced8df737d97bcdd27829d4dd8b3cad0ec11c3499eeacb15b9fd9f1db9fb5997ff119896be537622e0c0e4e00f0b89097d83fd6a75bd4
+DIST baresip-3.24.0.tar.gz 1183950 BLAKE2B 16c92c62fe98f3c60fec3c703c16e29640be35e82ba9a4aec54b845e299b7514463d10d02daec2cade04320807c010350c13cee18870ebbbfb9065dbeb9811e2 SHA512 6e61fee65be46350d0911eaccc8df0a012291a193ac71a3120c7d8f90018b085565f55a573a2acf3a82b9d5c33c464ef0f7590d873e5b01e1cdbf0fe86dda9d5
diff --git a/net-voip/baresip/baresip-3.24.0.ebuild b/net-voip/baresip/baresip-3.24.0.ebuild
new file mode 100644
index 0000000000..1e6ad43303
--- /dev/null
+++ b/net-voip/baresip/baresip-3.24.0.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Baresip is a portable and modular SIP User-Agent"
+HOMEPAGE="https://github.com/baresip/baresip"
+SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="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"
+
+RE_PVF="$(ver_cut 1-2)*"
+
+DEPEND="
+ dev-libs/openssl:0=
+ =net-voip/re-${RE_PVF}
+ sys-libs/zlib
+ aac? ( media-libs/fdk-aac )
+ alsa? ( media-libs/alsa-lib )
+ amr? ( media-libs/opencore-amr )
+ aom? ( media-libs/libaom )
+ aptx? ( media-libs/libopenaptx )
+ codec2? ( media-libs/codec2 )
+ dbus? (
+ dev-util/gdbus-codegen
+ sys-apps/dbus
+ )
+ ffmpeg? ( media-video/ffmpeg )
+ gstreamer? (
+ media-libs/gstreamer:1.0
+ media-libs/gst-plugins-base:1.0
+ media-libs/gst-plugins-good:1.0
+ )
+ gtk3? ( x11-libs/gtk+:3 )
+ jack? ( virtual/jack )
+ mpa? (
+ media-sound/twolame
+ media-sound/mpg123
+ media-libs/speexdsp
+ )
+ mqtt? ( app-misc/mosquitto )
+ opus? ( media-libs/opus )
+ pipewire? ( media-video/pipewire )
+ snapshot? ( media-libs/libpng )
+ portaudio? ( media-libs/portaudio )
+ pulseaudio? ( media-libs/libpulse )
+ sdl? ( media-libs/libsdl2 )
+ sndfile? ( media-libs/libsndfile )
+ spandsp? ( media-libs/spandsp )
+ v4l? ( media-libs/libv4l )
+ vpx? ( media-libs/libvpx )
+ webrtc? ( media-plugins/gst-plugins-webrtc )
+ X? ( x11-libs/libX11 )
+ "
+
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ use aac && MODULES+="aac;"
+ use acip && MODULES+="ebuacip;"
+ use alsa && MODULES+="alsa;"
+ use amr && MODULES+="amr;"
+ use aom && MODULES+="av1;"
+ use aptx && MODULES+="aptx;"
+ use codec2 && MODULES+="codec2;"
+ use console && MODULES+="cons;"
+ use dbus && MODULES+="ctrl_dbus;"
+ use evdev && MODULES+="evdev;"
+ use echo && MODULES+="echo;"
+ use gtk3 && MODULES+="gtk;"
+ use gstreamer && MODULES+="gst;"
+ use httpd && MODULES+="httpd;"
+ use httpreq && MODULES+="httpreq;"
+ use ffmpeg && MODULES+="avcodec;avfilter;avformat;selfview;swscale;"
+ use jack && MODULES+="jack;"
+ use mpa && MODULES+="mpa;"
+ use mqtt && MODULES+="mqtt;"
+ use opus && MODULES+="opus;opus_multistream;"
+ use pipewire && MODULES+="pipewire;"
+ use pulseaudio && MODULES+="pulse;"
+ use portaudio && MODULES+="portaudio;"
+ use serreg && MODULES+="serreg;"
+ use snapshot && MODULES+="snapshot;"
+ use sdl && MODULES+="sdl;"
+ use sndfile && MODULES+="sndfile;"
+ use spandsp && MODULES+="g722;g726;plc;"
+ use syslog && MODULES+="syslog;"
+ use tcpcontrol && MODULES+="ctrl_tcp;"
+ use v4l && MODULES+="v4l2;"
+ use video && MODULES+="vidbridge;vidinfo;"
+ use vpx && MODULES+="vp8;vp9;"
+ use webrtc && MODULES+="webrtc_aec;"
+ use X && MODULES+="x11;"
+ MODULES+="account;aubridge;auconv;aufile;auresamp;ausine;contact;debug_cmd;dtls_srtp;g711;ice;menu;mixausrc;mixminus;mwi;natpmp;netroam;pcp;presence;turn;rtcpsummary;srtp;stdio;stun;uuid;vumeter"
+
+ local mycmakeargs=(
+ -DMODULES="$MODULES"
+ -DSTATIC=$(usex static-libs ON OFF)
+ )
+ cmake_src_configure
+}
next reply other threads:[~2025-07-18 9:36 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-18 9:35 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-18 9:35 [gentoo-commits] repo/proj/guru:master commit in: net-voip/baresip/ David Roman
2025-06-09 6:05 Viorel Munteanu
2025-06-09 6:05 Viorel Munteanu
2025-03-31 10:07 David Roman
2025-02-21 12:04 David Roman
2025-02-21 12:04 David Roman
2025-01-17 9:41 David Roman
2025-01-17 9:41 David Roman
2024-12-18 0:14 Julien Roy
2024-12-18 0:14 Julien Roy
2024-11-07 23:44 David Roman
2024-11-07 23:44 David Roman
2024-10-04 10:24 Rui Huang
2024-10-04 10:24 Rui Huang
2024-08-31 13:06 David Roman
2024-08-31 13:05 David Roman
2024-07-30 16:54 David Roman
2024-07-30 16:54 David Roman
2024-06-25 12:16 David Roman
2024-06-25 12:16 David Roman
2024-06-06 10:27 David Roman
2024-06-05 12:48 Florian Schmaus
2024-06-04 22:21 Julien Roy
2024-04-01 21:30 Haelwenn Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1752817301.f70a1590e36e603c2dc114bce6cb431346bfe8e8.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox