Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lsp-plugins for openSUSE:Factory 
checked in at 2024-03-06 23:05:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lsp-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.lsp-plugins.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lsp-plugins"

Wed Mar  6 23:05:13 2024 rev:33 rq:1155399 version:1.2.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/lsp-plugins/lsp-plugins.changes  2023-12-25 
19:06:23.887886072 +0100
+++ /work/SRC/openSUSE:Factory/.lsp-plugins.new.1770/lsp-plugins.changes        
2024-03-06 23:05:44.579949914 +0100
@@ -1,0 +2,37 @@
+Wed Mar  6 02:00:25 UTC 2024 - Konstantin Voinov <k...@kott.no-ip.biz>
+
+- update to 1.2.15
+
+  * Added experimental VST3 plugin format support.
+  * Added built-in presets for Compressor plugin series.
+  * Fixed bug in smoothing mode of Parametric Equalizer and Filter
+    plugins that could be caused when using large buffer sizes.
+    Additional optimizations to reduce CPU resources when processing
+    in smoothing mode.
+  * Updated behaviour of band frequency splits in the UI for Multiband
+    Compressor, Multiband Expander, Multiband Gate Multiband Dynamic
+    Processor and Crossover plugin series.
+  * Several bugfixes and improvements in implementations of VST2, LV2 and CLAP 
formats.
+  * Added possibility to manually enter channel name in Mixer plugin series.
+  * Added MIDI velocity control code display in Sampler and Multisampler 
plugin series.
+  * Added support of LR2 (12 dB/oct) filters by the Crossover plugins series.
+  * Added S/M Apply switch to Crossover plugin series that applies
+    effect of Solo/Mute buttons to corresponding frequency band's outputs.
+  * Improved grid color and visibility for the Spectrum analyzer plugin
+    series in Spectralizer mode.
+  * Implemented Hold option for Compressor, Dynamics Processor, Expander
+    and Gate plugin series.
+  * Implemented Hold option for Multiband Compressor, Dynamics Processor,
+    Expander and Gate plugin series.
+  * Added Dry/Wet balance control for Compressor, Dynamics Processor,
+    Expander, Gate and Trigger plugin series.
+  * Added Dry/Wet balance control for Multiband Compressor, Dynamics Processor,
+    Expander, Gate and GOTT Compressor plugin series.
+  * Fixed phasing issue between dry and wet signal for GOTT Compressor in 
Linear Phase mode.
+  * Fixed invalid curve markers display in Multiband Gate plugin series.
+  * Re-implemented allpass filters for Equalizer that could yield to high 
frequency pitch buildup.
+  * Updated split editing behaviour for Multiband plugin series and Crossover 
plugin series.
+  * Added basic UI design guidelines to the documentation.
+  * Several bugfixes in graphic toolkit library.
+
+-------------------------------------------------------------------

Old:
----
  lsp-plugins-1.2.14.tar.gz

New:
----
  lsp-plugins-1.2.15.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lsp-plugins.spec ++++++
--- /var/tmp/diff_new_pack.cyhzSO/_old  2024-03-06 23:05:45.523984168 +0100
+++ /var/tmp/diff_new_pack.cyhzSO/_new  2024-03-06 23:05:45.527984313 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lsp-plugins
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
 
 Name:           lsp-plugins
-Version:        1.2.14
+Version:        1.2.15
 Release:        0
 Summary:        Linux Studio Plugins Project (Stand-alone)
 License:        LGPL-3.0-or-later
@@ -128,6 +128,20 @@
 
 This is the CLAP version of the plugins.
 
+%package -n     vst3-%{name}
+Summary:        Linux Studio Plugins (VST3)
+Group:          Productivity/Multimedia/Sound/Utilities
+Requires:       %{name}-common = %{version}
+
+%description -n vst3-%{name}
+LSP (Linux Studio Plugins) is a collection of open-source plugins
+currently compatible with LADSPA, LV2, CLAP and LinuxVST formats.
+
+The basic idea is to fill the lack of good and useful plugins under
+the GNU/Linux platform.
+
+This is the VST3 version of the plugins.
+
 %package devel
 Summary:        Linux Studio Plugins Development files
 Group:          Productivity/Multimedia/Sound/Utilities
@@ -142,7 +156,7 @@
 
 %build
 export CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
-make config PREFIX="%{_prefix}" LIBDIR="%{_libdir}" SHAREDDIR=%{_datadir} 
FEATURES='lv2 vst2 clap doc jack ladspa xdg'
+make config PREFIX="%{_prefix}" LIBDIR="%{_libdir}" SHAREDDIR=%{_datadir} 
FEATURES='vst3 lv2 vst2 clap doc jack ladspa xdg'
 %make_build
 
 %install
@@ -151,6 +165,9 @@
 mkdir -p %{buildroot}/%{_docdir}
 mv %{buildroot}/%{_datadir}/doc/%{name} %{buildroot}/%{_docdir}/
 
+%post common -p /sbin/ldconfig
+%postun common -p /sbin/ldconfig
+
 %fdupes -s %{buildroot}%{_libdir}
 
 %files
@@ -189,6 +206,10 @@
 %dir %{_libdir}/clap
 %{_libdir}/clap/
 
+%files -n vst3-%{name}
+%dir %{_libdir}/vst3
+%{_libdir}/vst3/
+
 %files doc
 %{_docdir}/%{name}
 

++++++ lsp-plugins-1.2.14.tar.gz -> lsp-plugins-1.2.15.tar.gz ++++++
/work/SRC/openSUSE:Factory/lsp-plugins/lsp-plugins-1.2.14.tar.gz 
/work/SRC/openSUSE:Factory/.lsp-plugins.new.1770/lsp-plugins-1.2.15.tar.gz 
differ: char 12, line 1

Reply via email to