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.10c3d65c1bc39dacb3d6fabf66c5036b59f1ea7a.davidroman@gentoo> (raw)
commit: 10c3d65c1bc39dacb3d6fabf66c5036b59f1ea7a
Author: Dale Showers <gentoo <AT> fictx <DOT> com>
AuthorDate: Fri Jul 18 05:34:39 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=10c3d65c
net-voip/baresip: drop 3.21.0
Signed-off-by: Dale Showers <gentoo <AT> fictx.com>
net-voip/baresip/baresip-3.21.0.ebuild | 109 ---------------------------------
1 file changed, 109 deletions(-)
diff --git a/net-voip/baresip/baresip-3.21.0.ebuild b/net-voip/baresip/baresip-3.21.0.ebuild
deleted file mode 100644
index 1e6ad43303..0000000000
--- a/net-voip/baresip/baresip-3.21.0.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# 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:35 UTC|newest]
Thread overview: 27+ 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-10-20 14:15 [gentoo-commits] repo/proj/guru:master commit in: net-voip/baresip/ David Roman
2025-10-20 14:15 David Roman
2025-07-18 9:35 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.10c3d65c1bc39dacb3d6fabf66c5036b59f1ea7a.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