commit: fdd5360dd056a93c3f0f24a64e51b3fae5f77d11 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Mon Oct 20 23:14:59 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 21 01:13:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd5360d
media-libs/webrtc-audio-processing: drop 0.3.1, 1.3-r1, 1.3-r2 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44267 Closes: https://github.com/gentoo/gentoo/pull/44267 Signed-off-by: Sam James <sam <AT> gentoo.org> .../webrtc-audio-processing-0.3.1.ebuild | 34 ---------------------- .../webrtc-audio-processing-1.3-r1.ebuild | 31 -------------------- .../webrtc-audio-processing-1.3-r2.ebuild | 33 --------------------- 3 files changed, 98 deletions(-) diff --git a/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.1.ebuild b/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.1.ebuild deleted file mode 100644 index a80b092ee24a..000000000000 --- a/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools multilib-minimal - -DESCRIPTION="AudioProcessing library from the webrtc.org code base" -HOMEPAGE="https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/" -SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux" -IUSE="static-libs" - -DOCS=( AUTHORS NEWS README.md ) - -PATCHES=( - "${FILESDIR}"/${PN}-0.3-proper_detection_cxxabi_execinfo.patch -) - -src_prepare() { - eautoreconf - default -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf $(use_enable static-libs static) -} - -multilib_src_install_all() { - find "${ED}" -type f -name "*.la" -delete || die -} diff --git a/media-libs/webrtc-audio-processing/webrtc-audio-processing-1.3-r1.ebuild b/media-libs/webrtc-audio-processing/webrtc-audio-processing-1.3-r1.ebuild deleted file mode 100644 index a5ccfe607691..000000000000 --- a/media-libs/webrtc-audio-processing/webrtc-audio-processing-1.3-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson-multilib - -DESCRIPTION="AudioProcessing library from the webrtc.org codebase" -HOMEPAGE="https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/" -SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz" - -LICENSE="BSD" -SLOT="1" -KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="cpu_flags_arm_neon" - -RDEPEND="dev-cpp/abseil-cpp:=[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( -) - -DOCS=( AUTHORS NEWS README.md ) - -multilib_src_configure() { - local emesonargs=( - -Dneon=$(usex cpu_flags_arm_neon yes no) - ) - meson_src_configure -} diff --git a/media-libs/webrtc-audio-processing/webrtc-audio-processing-1.3-r2.ebuild b/media-libs/webrtc-audio-processing/webrtc-audio-processing-1.3-r2.ebuild deleted file mode 100644 index ff62de9f7c03..000000000000 --- a/media-libs/webrtc-audio-processing/webrtc-audio-processing-1.3-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson-multilib - -DESCRIPTION="AudioProcessing library from the webrtc.org codebase" -HOMEPAGE="https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/" -SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz" - -LICENSE="BSD" -SLOT="1" -KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux" -IUSE="cpu_flags_arm_neon" - -RDEPEND="dev-cpp/abseil-cpp:=[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}/${PN}-1.3-Add-generic-byte-order-and-pointer-size-detection.patch" - "${FILESDIR}/${PN}-1.3-big-endian-support.patch" -) - -DOCS=( AUTHORS NEWS README.md ) - -multilib_src_configure() { - local emesonargs=( - -Dneon=$(usex cpu_flags_arm_neon yes no) - ) - meson_src_configure -}
