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: Mon, 22 Jul 2024 20:35:55 +0000 (UTC)	[thread overview]
Message-ID: <1721680384.5bc5cd72b9aba09928d7e9e0bce363a42534050f.sam@gentoo> (raw)

commit:     5bc5cd72b9aba09928d7e9e0bce363a42534050f
Author:     Kacper Słomiński <kacper.slominski72 <AT> gmail <DOT> com>
AuthorDate: Sat Jul 20 12:35:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 20:33:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc5cd72

media-libs/noise-suppression-for-voice: add 1.10, update live

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

 media-libs/noise-suppression-for-voice/Manifest                |  1 +
 ...ice-9999.ebuild => noise-suppression-for-voice-1.10.ebuild} | 10 ++--------
 .../noise-suppression-for-voice-9999.ebuild                    | 10 ++--------
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/media-libs/noise-suppression-for-voice/Manifest b/media-libs/noise-suppression-for-voice/Manifest
index 8ca71240af23..3815bfb85628 100644
--- a/media-libs/noise-suppression-for-voice/Manifest
+++ b/media-libs/noise-suppression-for-voice/Manifest
@@ -1 +1,2 @@
 DIST noise-suppression-for-voice-1.03.tar.gz 19486457 BLAKE2B 50d92eb6d8868aa5c175fd2d78c3a24a9d92ddc00327c9155ac59a3d143ec7e462b122e3ad6b07f5647346d69731c0940658581a42100df5924eb759385dd1fc SHA512 1cf08c947a1f5415e35d11007acb3bf1cbb6929c81c3d877d2a1714ec30061285077f9850eb08da7784bf2188d849bd630ad605b1b6e03ea75a1afb16076a512
+DIST noise-suppression-for-voice-1.10.tar.gz 37315188 BLAKE2B cd2f6029aefd6aaef546bcdbc7c0eaf9692a79ba81575649314124c8d6775cb49c62e22a0c4aa8845b9cef07637ed523ee034e79d7a3f0f71db85e7a9f402508 SHA512 17b0f9eb2e377036e0b27045e826ac16ae9e6b1c4e60888ec4663d000cd7d89458ad8365b5bc45b6ed3b2e41e208a45b9db5c79518afb283b3b21554aff2ce84

diff --git a/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-9999.ebuild b/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-1.10.ebuild
similarity index 77%
copy from media-libs/noise-suppression-for-voice/noise-suppression-for-voice-9999.ebuild
copy to media-libs/noise-suppression-for-voice/noise-suppression-for-voice-1.10.ebuild
index 0fd3b8452a21..8c501112747c 100644
--- a/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-9999.ebuild
+++ b/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-1.10.ebuild
@@ -16,7 +16,7 @@ else
 	KEYWORDS="~amd64 ~x86"
 
 	PATCHES=(
-		"${FILESDIR}/${P}-tests.patch"
+		"${FILESDIR}/${PN}-1.03-tests.patch"
 	)
 fi
 
@@ -45,13 +45,7 @@ RDEPEND="${DEPEND}"
 
 src_configure() {
 	# Bug #925672
-	# append-atomic-flags does not work for us in this case, as it can
-	# only test for single integers of given sizes, meanwhile
-	# noise-suppression-for-voice does std::atomic<RnNoiseStats>, where
-	# RnNoiseStats is a struct with 4 uint32_t members.
-	if test-flags-CCLD "-latomic" &>/dev/null; then
-		append-flags -Wl,--push-state,--as-needed,-latomic,--pop-state
-	fi
+	append-atomic-flags
 
 	local mycmakeargs=(
 		-DBUILD_LADSPA_PLUGIN=$(usex ladspa ON OFF)

diff --git a/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-9999.ebuild b/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-9999.ebuild
index 0fd3b8452a21..8c501112747c 100644
--- a/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-9999.ebuild
+++ b/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-9999.ebuild
@@ -16,7 +16,7 @@ else
 	KEYWORDS="~amd64 ~x86"
 
 	PATCHES=(
-		"${FILESDIR}/${P}-tests.patch"
+		"${FILESDIR}/${PN}-1.03-tests.patch"
 	)
 fi
 
@@ -45,13 +45,7 @@ RDEPEND="${DEPEND}"
 
 src_configure() {
 	# Bug #925672
-	# append-atomic-flags does not work for us in this case, as it can
-	# only test for single integers of given sizes, meanwhile
-	# noise-suppression-for-voice does std::atomic<RnNoiseStats>, where
-	# RnNoiseStats is a struct with 4 uint32_t members.
-	if test-flags-CCLD "-latomic" &>/dev/null; then
-		append-flags -Wl,--push-state,--as-needed,-latomic,--pop-state
-	fi
+	append-atomic-flags
 
 	local mycmakeargs=(
 		-DBUILD_LADSPA_PLUGIN=$(usex ladspa ON OFF)


             reply	other threads:[~2024-07-22 20:35 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-22 20:35 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-28  2:39 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=1721680384.5bc5cd72b9aba09928d7e9e0bce363a42534050f.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