From: "Dale Showers" <gentoo@fictx.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-voip/baresip/
Date: Thu, 3 Oct 2024 15:37:18 +0000 (UTC) [thread overview]
Message-ID: <1727969831.beec119f2acfc376150b963bdce0f619e69de736.gentoo@gentoo> (raw)
commit: beec119f2acfc376150b963bdce0f619e69de736
Author: Dale Showers <gentoo <AT> fictx <DOT> com>
AuthorDate: Thu Oct 3 15:35:36 2024 +0000
Commit: Dale Showers <gentoo <AT> fictx <DOT> com>
CommitDate: Thu Oct 3 15:37:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=beec119f
net-voip/baresip: drop old versions
Signed-off-by: Dale Showers <gentoo <AT> fictx.com>
net-voip/baresip/Manifest | 2 -
net-voip/baresip/baresip-3.12.1-r1.ebuild | 109 ------------------------------
net-voip/baresip/baresip-3.13.0.ebuild | 109 ------------------------------
3 files changed, 220 deletions(-)
diff --git a/net-voip/baresip/Manifest b/net-voip/baresip/Manifest
index c90dba6a3..866a3db47 100644
--- a/net-voip/baresip/Manifest
+++ b/net-voip/baresip/Manifest
@@ -1,4 +1,2 @@
-DIST baresip-3.12.1.tar.gz 1156255 BLAKE2B 29535f6909143c6d4e20a540a6396acf0ac2404b9226b25dcfb2f69eca60fab7f1ea3c402466e12242c6058916a07036dfbb80f70b4b112a7a821ac7a5d5b4ef SHA512 0d5f5df4664cbca785606d531ab809e555013937e2f1f0585b550edc36b49f0012d63450ee0817e3657dfbb460bd0dd410326cdf81da1b197dcd15cd0ce11aa2
-DIST baresip-3.13.0.tar.gz 1158719 BLAKE2B 1a08d888a7ab8b850789deaa9f8258775fe38724166e92224e24dade518d94af98f7224dfd34eaa4cf03f2114b47326fcca4c89fbe51a777d5e2d56a1d09d5d2 SHA512 891e72286e3e094b496342ccc3f0ba9d4766542d7275a90644dd1dd87c1db5c27d841ee79446deba033b1f0a501e799f1e6f4a32a5c40bff69a64a184e5a27e9
DIST baresip-3.14.0.tar.gz 1165155 BLAKE2B 78ba9cbf35086a6f3d8339f2bfe14a62c26b2fa824b3c8de5233ff63d5b18eacad1e7083926e02eb03f61505ef699cb0652b02b58b17042e789a6c816b2b591a SHA512 280172a1b48d2445f7ed4b05dc1b054fb355e6ed58ae62d6aa03ed70e6c9173a648afec76064f08331a0e11fb249456405566de3890cccf1534281aed238991c
DIST baresip-3.15.0.tar.gz 1171797 BLAKE2B 8f8e35de141260c53e88b63ddd8e54bb86bf3e0cf5a01a55dddd1891eeedea03de700399d110e7e095339b719bd74f56206b1bd3671ee349263b4dadd24524d3 SHA512 20d426d749c2cdbaab09ed92be5ef089c85bb1bf693eab272de673be1ad5457624487e5de2f4675be6246cfead1b6181e60ec35624aadf88909d0d625228d966
diff --git a/net-voip/baresip/baresip-3.12.1-r1.ebuild b/net-voip/baresip/baresip-3.12.1-r1.ebuild
deleted file mode 100644
index 738676914..000000000
--- a/net-voip/baresip/baresip-3.12.1-r1.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2024 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
-}
diff --git a/net-voip/baresip/baresip-3.13.0.ebuild b/net-voip/baresip/baresip-3.13.0.ebuild
deleted file mode 100644
index 738676914..000000000
--- a/net-voip/baresip/baresip-3.13.0.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2024 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:[~2024-10-03 15:37 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-03 15:37 Dale Showers [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-28 17:47 [gentoo-commits] repo/proj/guru:dev commit in: net-voip/baresip/ Dale Showers
2025-03-28 17:47 Dale Showers
2025-02-20 12:45 Dale Showers
2025-02-20 12:45 Dale Showers
2025-01-15 13:33 Dale Showers
2025-01-15 13:33 Dale Showers
2024-12-17 14:04 Dale Showers
2024-12-17 14:04 Dale Showers
2024-11-07 18:47 Dale Showers
2024-11-07 15:43 Dale Showers
2024-10-03 15:43 Dale Showers
2024-08-30 18:48 Dale Showers
2024-08-30 18:46 Dale Showers
2024-07-30 14:56 Dale Showers
2024-07-30 14:51 Dale Showers
2024-06-24 20:26 Dale Showers
2024-06-24 20:19 Dale Showers
2024-06-05 19:39 Dale Showers
2024-06-05 10:20 Dale Showers
2024-06-04 16:08 Dale Showers
2024-04-01 20:02 Dale Showers
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=1727969831.beec119f2acfc376150b963bdce0f619e69de736.gentoo@gentoo \
--to=gentoo@fictx.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