summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/noise-suppression-for-voice: Fix build with ClangKacper Słomiński2024-03-281-1/+10
| | | | | | | Closes: https://bugs.gentoo.org/925672 Signed-off-by: Kacper Słomiński <kacper.slominski72@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35957 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/noise-suppression-for-voice: Fix tests with gcc[-sanitize]Kacper Słomiński2024-02-181-2/+13
| | | | | | | | | | | | | | | | | | | Upstream unconditionally adds -fsanitize=undefined to the test executable target, but this is too unreliable to be worth the trouble (e.g. doesn't work with gcc[-sanitize], and it probably causes other issues). Also fix running tests. The CMakeLists.txt configuration causes the CTest file to end up in a subdirectory, which cmake_src_test doesn't expect. Also add USE="test", as the tests actually take a noticable amount of time to compile compared to the rest of the files. Closes: https://bugs.gentoo.org/924145 Signed-off-by: Kacper Słomiński <kacper.slominski72@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35396 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/noise-suppression-for-voice: require at least one enabled pluginKacper Słomiński2023-11-221-0/+2
| | | | | | | Closes: https://bugs.gentoo.org/915855 Signed-off-by: Kacper Słomiński <kacper.slominski72@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33809 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/noise-suppression-for-voice: add 1.03, update liveKacper Słomiński2023-10-161-0/+49
Closes: https://bugs.gentoo.org/877261 Signed-off-by: Kacper Słomiński <kacper.slominski72@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33144 Signed-off-by: Sam James <sam@gentoo.org>