From ed90d235e44f377d39cd618440f6c841dd04b549910aa94cca9f0fa6977357d2 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sat, 28 Mar 2015 08:57:54 +0000 Subject: [PATCH] Accepting request 293132 from home:posophe:branches:multimedia:libs update OBS-URL: https://build.opensuse.org/request/show/293132 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=22 --- soundstretch.1 | 2 +- soundtouch-1.7.1.tar.gz | 3 --- soundtouch-1.8.0.tar.gz | 3 +++ soundtouch.changes | 17 +++++++++++++++++ soundtouch.spec | 23 ++++------------------- 5 files changed, 25 insertions(+), 23 deletions(-) delete mode 100644 soundtouch-1.7.1.tar.gz create mode 100644 soundtouch-1.8.0.tar.gz diff --git a/soundstretch.1 b/soundstretch.1 index 33e8dde..ab308b7 100644 --- a/soundstretch.1 +++ b/soundstretch.1 @@ -86,4 +86,4 @@ The following command reads .wav sound data from standard input pipe and estimat .SH NOTES -Converted from the README.html that comes with SoundTouch. +Converted from the README.html that comes with SoundTouch. \ No newline at end of file diff --git a/soundtouch-1.7.1.tar.gz b/soundtouch-1.7.1.tar.gz deleted file mode 100644 index 8c4f467..0000000 --- a/soundtouch-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:385eafa438a9d31ddf84b8d2f713097a3f1fc93d7abdb2fc54c484b777ee0267 -size 101274 diff --git a/soundtouch-1.8.0.tar.gz b/soundtouch-1.8.0.tar.gz new file mode 100644 index 0000000..4a63724 --- /dev/null +++ b/soundtouch-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b +size 106229 diff --git a/soundtouch.changes b/soundtouch.changes index 51c2164..91dd63e 100644 --- a/soundtouch.changes +++ b/soundtouch.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Mar 25 16:32:26 UTC 2015 - p.drouand@gmail.com + +- Update to version 1.8.0 + * Added support for multi-channel audio processing + * Added support for cubic and shannon interpolation for rate and + pitch shift effects besides the original linear interpolation, + to reduce aliasing at high frequencies due to interpolation. + Cubic interpolation is used as default for floating point processing, + and linear interpolation for integer processing. + * Fixed bug in anti-alias filtering that limited stop-band attenuation + to -10 dB instead of <-50dB, and increased filter length from 32 to 64 + taps to further reduce aliasing due to frequency folding. + * Performance improvements in cross-correlation algorithm + * Other bug and compatibility fixes +- Remove obsolete AUTHORS and %clean sections + ------------------------------------------------------------------- Fri Jan 25 21:39:25 CET 2013 - sbrabec@suse.cz diff --git a/soundtouch.spec b/soundtouch.spec index 4c0de0d..6b635ea 100644 --- a/soundtouch.spec +++ b/soundtouch.spec @@ -1,7 +1,7 @@ # # spec file for package soundtouch # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Url: http://www.surina.net/soundtouch Summary: Audio Processing Library License: LGPL-2.1+ Group: Productivity/Multimedia/Sound/Editors and Convertors -Version: 1.7.1 +Version: 1.8.0 Release: 0 BuildRequires: autoconf BuildRequires: automake @@ -51,10 +51,6 @@ independently from each other. for Intel x86 compatible processors, offering several times increase in the processing performance. -Authors: --------- - Olli Parviainen - %package -n libSoundTouch0 Summary: Audio Processing Library Group: System/Libraries @@ -64,14 +60,10 @@ SoundTouch is an open source audio processing library that allows changing the sound tempo, pitch and playback rate parameters independently from each other. -Authors: --------- - Olli Parviainen - %package devel Summary: Audio Processing Library Group: Development/Languages/C and C++ -Requires: %{name} = %{version} +Requires: libSoundTouch0 = %{version} Requires: glibc-devel %description devel @@ -79,10 +71,6 @@ SoundTouch is an open-source audio processing library that allows changing the sound tempo, pitch and playback rate parameters independently from each other. -Authors: --------- - Olli Parviainen - %prep %setup -q -n %{name} tr -d '\r' README.html~ @@ -94,7 +82,7 @@ mv README.html~ README.html %configure\ --enable-shared\ --disable-static -make %{?jobs:-j%jobs} pkgdocdir=%{_docdir}/%{name} +make %{?_smp_mflags} pkgdocdir=%{_docdir}/%{name} %install %makeinstall pkgdocdir=%{_docdir}/%{name} @@ -103,9 +91,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la mkdir -p %{buildroot}%{_mandir}/man1 cp %{S:1} %{buildroot}%{_mandir}/man1 -%clean -rm -rf $RPM_BUILD_ROOT - %post -n libSoundTouch0 -p /sbin/ldconfig %postun -n libSoundTouch0 -p /sbin/ldconfig