SHA256
1
0
forked from pool/soundtouch

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
This commit is contained in:
Takashi Iwai 2015-03-28 08:57:54 +00:00 committed by Git OBS Bridge
parent b4b8abd26c
commit ed90d235e4
5 changed files with 25 additions and 23 deletions

View File

@ -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.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:385eafa438a9d31ddf84b8d2f713097a3f1fc93d7abdb2fc54c484b777ee0267
size 101274

3
soundtouch-1.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b
size 106229

View File

@ -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

View File

@ -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 >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