Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package noise-suppression-for-voice for
openSUSE:Factory checked in at 2022-08-03 21:16:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/noise-suppression-for-voice (Old)
and /work/SRC/openSUSE:Factory/.noise-suppression-for-voice.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "noise-suppression-for-voice"
Wed Aug 3 21:16:47 2022 rev:2 rq:992446 version:1.03+git1.226f03b
Changes:
--------
---
/work/SRC/openSUSE:Factory/noise-suppression-for-voice/noise-suppression-for-voice.changes
2022-01-29 21:00:08.151459096 +0100
+++
/work/SRC/openSUSE:Factory/.noise-suppression-for-voice.new.1533/noise-suppression-for-voice.changes
2022-08-03 21:17:03.547498935 +0200
@@ -1,0 +2,42 @@
+Wed Aug 03 02:54:40 UTC 2022 - [email protected]
+
+- Update to version 1.03+git1.226f03b:
+ * readme: Rename pulseeffects to easyeffects, add a small detail
+ * common: Fix VAD calculations
+ * readme: Add note about MinGW build failure
+ * fst: Use fixed size types to for fst typedefs
+ * fst: Handle EditIdle
+ * gui: Fix window having leftovers from past updates
+ * ci: Fix wrong name for macos archive
+ * ci: Disable parallel build on Ubuntu to prevent oom
+ * tests: Fix wrong comparison left after local tests
+ * readme: Small update for PulseAudio
+ * tests: Reduce time of "All options" test
+ * readme: Small update
+ * common: Do not wait for frames when receiving large input
+ * cmake: Enable lto for releases
+ * cmake: Support install target for Unix systems
+ * cmake: Add BUILD_VERSION as cmake parameter
+ * ci: Add workflow for releases
+ * git subrepo pull (merge) --branch=master --update external/JUCE
+ * subrepo/juce: Fixup parent commit for subrepo
+ * juce_plugin: Fix state restoring
+ * ci: Build "Release" build for Windows
+ * ci: Trigger full build on tag push
+ * readme: Update readme for new version
+ * ladspa: Change units from "blocks" to "ms" for parameters
+ * juce_plugin/gui: Improved paramemters naming and added headers
+ * common: Do not create excessive latency when changing retroactive VAD
+ * CI: Exclude .pdb from artifacts
+ * JUCE: Disable LTO for juceaide to save build time
+ * Use JUCE, new parameters, stereo, tests
+ * external: Add header-only catch2
+ * JUCE: Add LV2_COPY_DIR property
+ * JUCE: Remove splash screen
+ * JUCE: Use FST headers instead of VST2
+ * git subrepo clone --branch=juce7
https://github.com/juce-framework/JUCE.git external/JUCE
+ * git subrepo clone https://git.iem.at/zmoelnig/FST.git external/FST/
+ * Pipewire persistency
+ * URL fix
+
+-------------------------------------------------------------------
Old:
----
noise-suppression-for-voice-0.91+git8.6922453.tar.xz
New:
----
noise-suppression-for-voice-1.03+git1.226f03b.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ noise-suppression-for-voice.spec ++++++
--- /var/tmp/diff_new_pack.Lh5rqu/_old 2022-08-03 21:17:04.167500562 +0200
+++ /var/tmp/diff_new_pack.Lh5rqu/_new 2022-08-03 21:17:04.175500583 +0200
@@ -17,19 +17,24 @@
Name: noise-suppression-for-voice
-Version: 0.91+git8.6922453
+Version: 1.03+git1.226f03b
Release: 0
Summary: Noise suppression plugin based on Xiph's RNNoise
License: GPL-3.0-only
URL: https://github.com/werman/noise-suppression-for-voice
Source: %{name}-%{version}.tar.xz
+BuildRequires: Mesa-libGL-devel
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: ladspa
BuildRequires: ladspa-devel
-BuildRequires: lv2
+BuildRequires: libXcursor-devel
+BuildRequires: libXrandr-devel
BuildRequires: pkgconfig
-BuildRequires: pkgconfig(lv2)
+BuildRequires: pkgconfig(freetype2)
+BuildRequires: pkgconfig(x11)
+BuildRequires: pkgconfig(xext)
+BuildRequires: pkgconfig(xinerama)
%description
The plugin is meant to suppress a wide range of noise origins
@@ -64,6 +69,44 @@
This package holds the lv2 plugin.
+%package -n vst3-rnnoise
+Summary: Noise suppression plugin based on Xiph's RNNoise - vst3 plugin
+
+%description -n vst3-rnnoise
+The plugin is meant to suppress a wide range of noise origins
+(from original paper): computer fans, office, crowd, airplane,
+car, train, construction.
+
+From my tests mild background noise is always suppressed,
+loud sounds, like clicking of mechanical keyboard, are
+suppressed while there is no voice however they are only
+reduced in volume when voice is present.
+
+The plugin is made to work with 1 channel and/or 2 channels
+(ladspa plugin), 16 bit, 48000 Hz audio input.
+Other sample rates may work, or not...
+
+This package holds the vst3 plugin.
+
+%package -n vst-rnnoise
+Summary: Noise suppression plugin based on Xiph's RNNoise - vst plugin
+
+%description -n vst-rnnoise
+The plugin is meant to suppress a wide range of noise origins
+(from original paper): computer fans, office, crowd, airplane,
+car, train, construction.
+
+From my tests mild background noise is always suppressed,
+loud sounds, like clicking of mechanical keyboard, are
+suppressed while there is no voice however they are only
+reduced in volume when voice is present.
+
+The plugin is made to work with 1 channel and/or 2 channels
+(ladspa plugin), 16 bit, 48000 Hz audio input.
+Other sample rates may work, or not...
+
+This package holds the vst plugin.
+
%package -n ladspa-rnnoise
Summary: Noise suppression plugin based on Xiph's RNNoise - ladspa
plugin
@@ -86,6 +129,8 @@
%prep
%autosetup -p1
+sed -i -e 's/lxvst/vst/' src/juce_plugin/CMakeLists.txt
+
%build
%cmake
%cmake_build
@@ -101,6 +146,17 @@
%files -n lv2-rnnoise
%license LICENSE
%doc README.md
-%{_libdir}/lv2/rnnoise.lv2/
+%{_libdir}/lv2/
+
+%files -n vst3-rnnoise
+%license LICENSE
+%doc README.md
+%{_libdir}/vst3/
+
+%files -n vst-rnnoise
+%license LICENSE
+%doc README.md
+%dir %{_libdir}/vst
+%{_libdir}/vst/
%changelog
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Lh5rqu/_old 2022-08-03 21:17:04.219500699 +0200
+++ /var/tmp/diff_new_pack.Lh5rqu/_new 2022-08-03 21:17:04.223500709 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/werman/noise-suppression-for-voice.git</param>
- <param
name="changesrevision">69224530674e71118ad58fa333ebcb6e09847a4a</param></service></servicedata>
+ <param
name="changesrevision">226f03bbc317e11b0eb2c22d55e17898d79ed0c0</param></service></servicedata>
(No newline at EOF)
++++++ noise-suppression-for-voice-0.91+git8.6922453.tar.xz ->
noise-suppression-for-voice-1.03+git1.226f03b.tar.xz ++++++
/work/SRC/openSUSE:Factory/noise-suppression-for-voice/noise-suppression-for-voice-0.91+git8.6922453.tar.xz
/work/SRC/openSUSE:Factory/.noise-suppression-for-voice.new.1533/noise-suppression-for-voice-1.03+git1.226f03b.tar.xz
differ: char 15, line 1