- New upstream release
This commit is contained in:
parent
ac4dcc82dc
commit
c33a8ec7fc
@ -1 +1 @@
|
||||
libsamplerate-0.1.6.tar.gz
|
||||
libsamplerate-0.1.7.tar.gz
|
||||
|
16
libsamplerate-0.1.7-test.patch
Normal file
16
libsamplerate-0.1.7-test.patch
Normal file
@ -0,0 +1,16 @@
|
||||
Make the test pass, having no clue what am I changing at all.
|
||||
|
||||
Lubomir Rintel <lkundrak@v3.sk>
|
||||
|
||||
diff -up libsamplerate-0.1.7/tests/callback_test.c.test libsamplerate-0.1.7/tests/callback_test.c
|
||||
--- libsamplerate-0.1.7/tests/callback_test.c.test 2009-05-08 11:21:42.000000000 +0200
|
||||
+++ libsamplerate-0.1.7/tests/callback_test.c 2009-05-08 11:21:09.000000000 +0200
|
||||
@@ -137,7 +137,7 @@ callback_test (int converter, double src
|
||||
|
||||
src_state = src_delete (src_state) ;
|
||||
|
||||
- if (fabs (read_total - src_ratio * ARRAY_LEN (test_callback_data.data)) > src_ratio)
|
||||
+ if (fabs (read_total - src_ratio * ARRAY_LEN (test_callback_data.data)) > ceil (src_ratio))
|
||||
{ printf ("\n\nLine %d : input / output length mismatch.\n\n", __LINE__) ;
|
||||
printf (" input len : %d\n", ARRAY_LEN (test_callback_data.data)) ;
|
||||
printf (" output len : %ld (should be %g +/- %g)\n\n", read_total,
|
@ -6,6 +6,7 @@ License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mega-nerd.com/SRC/
|
||||
Source0: http://www.mega-nerd.com/SRC/%{name}-%{version}.tar.gz
|
||||
Patch0: libsamplerate-0.1.7-test.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
||||
BuildRequires: libsndfile-devel >= 1.0.6, pkgconfig
|
||||
|
||||
@ -33,6 +34,7 @@ This package contains development files for %{name}
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .test
|
||||
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user