From 47fe5936225b946861c25fc28c1ad912916f5f2d9231c358516ea950a4f17196 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Fri, 4 Sep 2020 08:04:51 +0000 Subject: [PATCH] Accepting request 832024 from home:alois:branches:multimedia:apps - Update to version 4.8.0 - Fixes boo#1171896 OBS-URL: https://build.opensuse.org/request/show/832024 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=17 --- pulseeffects-4.7.1.tar.gz | 3 -- pulseeffects-4.8.0.tar.gz | 3 ++ pulseeffects.changes | 71 +++++++++++++++++++++++++++++++++++++++ pulseeffects.spec | 9 +++-- 4 files changed, 78 insertions(+), 8 deletions(-) delete mode 100644 pulseeffects-4.7.1.tar.gz create mode 100644 pulseeffects-4.8.0.tar.gz diff --git a/pulseeffects-4.7.1.tar.gz b/pulseeffects-4.7.1.tar.gz deleted file mode 100644 index b91dafa..0000000 --- a/pulseeffects-4.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18521bc2e9e71c89720b9f351817135533377db7f4a312c0734c65b338205fb0 -size 1995518 diff --git a/pulseeffects-4.8.0.tar.gz b/pulseeffects-4.8.0.tar.gz new file mode 100644 index 0000000..0fcc034 --- /dev/null +++ b/pulseeffects-4.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574695566383a8451bcc48e5c24c201de45369aeff5093e514507cac8f15abc0 +size 2003382 diff --git a/pulseeffects.changes b/pulseeffects.changes index f961f62..7a1e551 100644 --- a/pulseeffects.changes +++ b/pulseeffects.changes @@ -1,3 +1,74 @@ +------------------------------------------------------------------- +Sat Aug 29 09:18:17 UTC 2020 - Luigi Baldoni + +- Update to version 4.8.0 + Added: + * Loudness plugin has been replaced with the new Loudness + Compensator by Linux Studio Plugins. + * The Stereo Tools and the Maximizer plugins can now be used + when applying effects to microphone signals. + * New parameters have been added to the following plugins: + Compressor, Gate and Limiter. + * Plugin user interfaces have been redesigned with + checkbutton list and new global output level meter for both + output and input pipelines. + * The user has now the ability to change the minimum and + maximum frequency in the spectrum user interface. + * New command line that allows to hide the window when + running PulseEffects in service mode. This will allow tray + applets to hide our window. + * Initial support to Equalizer APO presets. + * Improved Slovak and Czech Translations. + Removed: + * The spectrum scaling feature was removed as it leads to + wrong mouse hover values when used + https://github.com/wwmm/pulseeffects/issues/733. And + fixing this will require the addition of an amount of code + complexity that does not seem worth it. + Note to packagers: + * This release is using GTKMM 3.24 features and Linux Studio + Plugins >= `1.1.24`. If you can not use any of these + libraries do not upgrade to PulseEffects 4.8.0! + * MDA is not needed anymore as optional dependency. + version 4.7.3: + Added: + * PulseEffects now searches for presets in /etc/PulseEffects + and directories specified by \$XDG_CONFIG_DIRS environment + variable. + * Our interface now shows third party Plugins credits. + * Each plugin now has a reset button + * Improved convolver impulse response files plot + * Applications entry now have a blacklist button to make it + easier to blacklist an application the user does not want + effects to be applied. + Fixed: + * Fixed a severe memory leak that happened whenever the + window was closed. + * PulseEffects no longer crashes when an empty or corrupted + preset is provided. + * Fixed laxity setting not being applied in the deesser +- Fixes boo#1171896 + +------------------------------------------------------------------- +Wed May 20 08:28:36 UTC 2020 - Luigi Baldoni + +- Update to version 4.7.2 + Added: + * Compatibility to Linux Studio Plugins `1.1.14` + * The convolver plugin now accepts the wav extension in the + impulse files. + * Checking exceptions in the main function. + * Headers deprecated in Boost 1.72 were replaced. + Notes to package maintainers: + * As the `bypass` property in Linux Studio Plugins `1.1.14` + was renamed to `enabled` this new PulseEffects version + won't work with older Linux Studio Plugins versions. + Although I could add checks and somehow try to support both + versions this makes the code ugly. And I think that nowadays + upgrading LSP should not be hard. If it is do not upgrade to + PE `4.7.2`. +- Fixes boo#1171896 + ------------------------------------------------------------------- Tue Mar 3 07:03:59 UTC 2020 - Luigi Baldoni diff --git a/pulseeffects.spec b/pulseeffects.spec index a5e6805..45a5c10 100644 --- a/pulseeffects.spec +++ b/pulseeffects.spec @@ -17,7 +17,7 @@ Name: pulseeffects -Version: 4.7.1 +Version: 4.8.0 Release: 0 Summary: Audio effects for Pulseaudio applications License: GPL-3.0-or-later @@ -26,8 +26,8 @@ Source0: https://github.com/wwmm/pulseeffects/archive/v%{version}.tar.gz# BuildRequires: appstream-glib BuildRequires: gcc-c++ BuildRequires: itstool -BuildRequires: libboost_filesystem-devel -BuildRequires: libboost_system-devel +BuildRequires: libboost_filesystem-devel >= 1.72 +BuildRequires: libboost_system-devel >= 1.72 BuildRequires: meson BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -37,7 +37,7 @@ BuildRequires: pkgconfig(glibmm-2.4) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0) BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(gtkmm-3.0) +BuildRequires: pkgconfig(gtkmm-3.0) >= 3.2.4 BuildRequires: pkgconfig(libbs2b) BuildRequires: pkgconfig(libebur128) BuildRequires: pkgconfig(libpulse) @@ -53,7 +53,6 @@ Recommends: %{name}-lang Recommends: ladspa-zam-plugins Recommends: lv2-calf >= 0.90.1 Recommends: lv2-lsp-plugins -Recommends: mda-lv2 Recommends: rubberband-ladspa %description