Accepting request 1007699 from home:cgiboudeaux:branches:multimedia:libs
Update to 3.1.0 OBS-URL: https://build.opensuse.org/request/show/1007699 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/librubberband?expand=0&rev=19
This commit is contained in:
parent
5f0a6698b8
commit
206468c833
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 3 14:45:57 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 3.1.0
|
||||
* Add support for "short window" mode, OptionWindowShort, to
|
||||
the new R3 processing engine.
|
||||
* Implement OptionPitchHighSpeed in the R3 engine.
|
||||
* Add support for the SLEEF library (libsleefdft) for FFTs.
|
||||
* Add support for external Speex library (libspeexdsp) for
|
||||
resampling.
|
||||
* Update the R2 engine so that it always restores vertical phase
|
||||
coherence gradually when returning to a ratio of 1.0 (as R3 also
|
||||
does) rather than waiting for silence or a transient.
|
||||
* Update R3 to properly support all sample rates between 8000 and
|
||||
192000 Hz.
|
||||
* Update command-line utility so as to use the extension of the
|
||||
output filename to determine the file type to write.
|
||||
* Remove support for libresample.
|
||||
* Fix several bugs, including a crash when run with very low
|
||||
sample rates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 3 17:55:40 UTC 2022 - llyyr <llyyr.public@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define sover 2
|
||||
Name: librubberband
|
||||
Version: 3.0.0
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: Audio time-stretching and pitch-shifting library
|
||||
License: GPL-2.0-or-later
|
||||
@ -119,8 +119,8 @@ developing applications that use %{name}.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
rm -rf %{buildroot}%{_libdir}/*.a
|
||||
|
||||
rm %{buildroot}%{_libdir}/*.a
|
||||
|
||||
%post -n %{name}%{sover} -p /sbin/ldconfig
|
||||
%postun -n %{name}%{sover} -p /sbin/ldconfig
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df6530b403c8300a23973df22f36f3c263f010d53792063e411f633cebb9ed85
|
||||
size 213089
|
BIN
rubberband-3.1.0.tar.bz2
(Stored with Git LFS)
Normal file
BIN
rubberband-3.1.0.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user