Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package easyeffects for openSUSE:Factory checked in at 2023-11-10 12:33:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/easyeffects (Old) and /work/SRC/openSUSE:Factory/.easyeffects.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "easyeffects" Fri Nov 10 12:33:53 2023 rev:17 rq:1124850 version:7.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/easyeffects/easyeffects.changes 2023-08-07 15:29:14.444369189 +0200 +++ /work/SRC/openSUSE:Factory/.easyeffects.new.17445/easyeffects.changes 2023-11-10 12:37:45.058321405 +0100 @@ -1,0 +2,32 @@ +Fri Nov 10 10:43:33 UTC 2023 - Boris Manojlovic <bo...@steki.net> + +- updated to latest release 7.1.3 +- BuildRequires ladspa-devel added by Andreas Schneider <a...@cryptomilk.org> +- Features: + + Updated translations + + The spectrum has a new option that allows the dynamic vertical scale to be disabled. + + Improved compatibility with the latest LSP releases. + + Added a new control to the noise reduction plugin that allows the voice detection to be disabled. + + The Filter effect has been improved with new parameters since it has been ported from Calf Studio to Linux Studio Plugins. + + Noise reduction by RNNoise has been improved with the addition of Release and VAD Threshold controls. + + Noise reduction by RNNoise can now mix the original and denoised signals to avoid the output to sound too "dry". + + The Expander from Linux Studio Plugins can be used in Easy Effects. + + The Equalizer bands now have an additional gain control that allows for more efficient input of values + that are hard to set in the scale. More details at #1383. + + Added the ability to select and load multiple files in the opening dialogs for presets, + Convolver impulse responses and RNNoise models. +- Bug fixes: + + Fixed a regression introduced in 7.1.2 + + The DeepFilterNet plugin can now be added to the preset file + + Fixed an incorrect drawing of the impulse response file characteristics + + Fixed a small bug the prevented the noise reduction voice activity threshold from being properly initialized. + + Fixed the Solo button in the Equalizer band settings. +- Other notes: + + This release is intended to work with versions of Linux Studio Plugins equal or greater than "1.2.10". + + EasyEffects is now buildable also with libc++. + + Easy Effects folders under /etc have been deprecated and presets located there won't be loaded anymore. + At the moment only local presets under ~/.config/easyeffects are automatically loaded in the Presets Menu. + In the future we will implement a new system to install, manage and import Community Presets. + + +------------------------------------------------------------------- Old: ---- easyeffects-7.0.6.tar.xz New: ---- easyeffects-7.1.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ easyeffects.spec ++++++ --- /var/tmp/diff_new_pack.iecV8l/_old 2023-11-10 12:37:45.722345981 +0100 +++ /var/tmp/diff_new_pack.iecV8l/_new 2023-11-10 12:37:45.722345981 +0100 @@ -17,7 +17,7 @@ Name: easyeffects -Version: 7.0.6 +Version: 7.1.3 Release: 0 Summary: Audio effects for Pulseaudio applications License: GPL-3.0-or-later @@ -29,6 +29,7 @@ BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: itstool +BuildRequires: ladspa-devel BuildRequires: meson BuildRequires: pkgconfig BuildRequires: tbb-devel ++++++ _service ++++++ --- /var/tmp/diff_new_pack.iecV8l/_old 2023-11-10 12:37:45.758347314 +0100 +++ /var/tmp/diff_new_pack.iecV8l/_new 2023-11-10 12:37:45.758347314 +0100 @@ -1,18 +1,18 @@ <services> -<!-- <service name="download_files" mode="disabled"/> --> - <service name="tar_scm" mode="disabled"> +<!-- <service name="download_files" mode="manual"/> --> + <service name="tar_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://github.com/wwmm/easyeffects.git</param> - <param name="revision">v7.0.6</param> + <param name="revision">v7.1.3</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@~git.%h</param> <param name="versionrewrite-pattern">v(.*)\+0.git.*</param> <param name="versionrewrite-replacement">\1</param> </service> - <service name="recompress" mode="disabled"> + <service name="recompress" mode="manual"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> - <service mode="disabled" name="set_version"> + <service name="set_version" mode="manual"> <param name="basename">easyeffects</param> </service> </services> ++++++ easyeffects-7.0.6.tar.xz -> easyeffects-7.1.3.tar.xz ++++++ ++++ 111213 lines of diff (skipped)