Accepting request 70637 from home:mseben:branches:multimedia:libs

update to 1.6 + fix failed Factory build

OBS-URL: https://build.opensuse.org/request/show/70637
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/librubberband?expand=0&rev=6
This commit is contained in:
Michal Seben 2011-05-19 07:53:23 +00:00 committed by Git OBS Bridge
parent 3815955f8c
commit bd436da30c
5 changed files with 33 additions and 4 deletions

12
fix-cstdio.patch Normal file
View File

@ -0,0 +1,12 @@
Index: rubberband-1.6.0/rubberband/RubberBandStretcher.h
===================================================================
--- rubberband-1.6.0.orig/rubberband/RubberBandStretcher.h
+++ rubberband-1.6.0/rubberband/RubberBandStretcher.h
@@ -21,6 +21,7 @@
#include <vector>
#include <map>
+#include <cstdio>
/**
* @mainpage RubberBand

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu May 19 07:33:31 UTC 2011 - mseben@gmail.com
- updated to 1.6
* Add Smoothing option. This uses a window-presum FFT, introducing
time-domain aliasing which is then smoothed using a sinc window.
This can be used in combination with any of the existing processing
control options. This will soften transients but the result may
still be more pleasant for some material that is not very amenable
to being time stretched.
* Fix silent channel of output when processing with band-limited
transients option
* Include libresample support
- added fix-cstdio.patch to fix build
-------------------------------------------------------------------
Sun May 1 17:35:27 UTC 2011 - toddrme2178@gmail.com

View File

@ -19,7 +19,7 @@
Name: librubberband
Version: 1.5.0
Version: 1.6.0
Release: 1
Summary: Audio time-stretching and pitch-shifting library
Group: System/Libraries
@ -29,6 +29,7 @@ Source: rubberband-%{version}.tar.bz2
#add missing COPYING file (bnc#522202)
Source1: COPYING
Patch1: rubberband-mk.patch
Patch2: fix-cstdio.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fftw3-devel gcc-c++ libsamplerate-devel pkg-config
BuildRequires: ladspa-devel libsndfile-devel vamp-plugin-sdk-devel
@ -112,6 +113,7 @@ developing applications that use %{name}.
%prep
%setup -q -n rubberband-%{version}
%patch1
%patch2 -p1
#copy missing COPYING file
%__cp %{SOURCE1} .
%__mv README.txt README

View File

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

3
rubberband-1.6.0.tar.bz2 Normal file
View File

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