public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/noise-suppression-for-voice/
Date: Sun, 28 Jul 2024 02:39:34 +0000 (UTC)	[thread overview]
Message-ID: <1722134152.1d4cc0e20135ef1e4b87e7343fc936843d74da97.sam@gentoo> (raw)

commit:     1d4cc0e20135ef1e4b87e7343fc936843d74da97
Author:     Kacper Słomiński <kacper.slominski72 <AT> gmail <DOT> com>
AuthorDate: Sun Jul 28 00:09:16 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 02:35:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4cc0e2

media-libs/noise-suppression-for-voice: drop 1.10

Signed-off-by: Kacper Słomiński <kacper.slominski72 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37752
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../noise-suppression-for-voice-1.10.ebuild        | 65 ----------------------
 1 file changed, 65 deletions(-)

diff --git a/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-1.10.ebuild b/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-1.10.ebuild
deleted file mode 100644
index cbaad152ad8e..000000000000
--- a/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-1.10.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="A real-time noise suppression plugin for voice"
-HOMEPAGE="https://github.com/werman/noise-suppression-for-voice"
-
-if [[ "${PV}" == "9999" ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/werman/noise-suppression-for-voice.git"
-else
-	SRC_URI="https://github.com/werman/noise-suppression-for-voice/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-IUSE="+ladspa lv2 vst vst3 test"
-REQUIRED_USE="|| ( ladspa lv2 vst vst3 )"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-	media-libs/freetype
-	x11-libs/libX11
-	x11-libs/libXcursor
-	x11-libs/libXinerama
-	x11-libs/libXrandr
-"
-
-DEPEND="
-	lv2? ( ${COMMON_DEPEND} )
-	vst? ( ${COMMON_DEPEND} )
-	vst3? ( ${COMMON_DEPEND} )
-"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${P}-tests.patch"
-)
-
-src_configure() {
-	# Bug #925672
-	append-atomic-flags
-
-	local mycmakeargs=(
-		-DBUILD_LADSPA_PLUGIN=$(usex ladspa ON OFF)
-		-DBUILD_LV2_PLUGIN=$(usex lv2 ON OFF)
-		-DBUILD_VST_PLUGIN=$(usex vst ON OFF)
-		-DBUILD_VST3_PLUGIN=$(usex vst3 ON OFF)
-		-DBUILD_TESTS=$(usex test ON OFF)
-		-DBUILD_AU_PLUGIN=OFF
-		-DBUILD_AUV3_PLUGIN=OFF
-	)
-	cmake_src_configure
-}
-
-src_test() {
-	cp "${BUILD_DIR}/src/common/CTestTestfile.cmake" "${BUILD_DIR}/CTestTestfile.cmake" || die
-	cmake_src_test
-}


             reply	other threads:[~2024-07-28  2:39 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-28  2:39 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-20  0:48 [gentoo-commits] repo/gentoo:master commit in: media-libs/noise-suppression-for-voice/ Eli Schwartz
2024-07-22 20:35 Sam James
2024-07-22 20:35 Sam James
2024-03-28  4:01 Sam James
2023-11-22 17:44 Sam James
2023-11-14 17:30 Andreas Sturmlechner
2023-10-16  5:37 Sam James
2023-10-16  5:37 Sam James
2023-02-01 19:27 Andreas Sturmlechner
2022-08-19  4:04 Sam James
2021-02-25 16:50 Rick Farina
2020-07-24  0:51 Rick Farina
2020-07-24  0:51 Rick Farina
2020-07-06 17:23 Rick Farina

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=1722134152.1d4cc0e20135ef1e4b87e7343fc936843d74da97.sam@gentoo \
    --to=sam@gentoo.org \
    --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