libsndfile: updated to 1.0.14

This commit is contained in:
Dams Nadé 2006-03-16 18:26:08 +00:00
parent 629e0cd798
commit b263ea722d
4 changed files with 9 additions and 19 deletions

View File

@ -1 +1 @@
libsndfile-1.0.11.tar.gz
libsndfile-1.0.14.tar.gz

View File

@ -1,12 +0,0 @@
diff -Nur libsndfile-1.0.11-orig/src/svx.c libsndfile-1.0.11/src/svx.c
--- libsndfile-1.0.11-orig/src/svx.c 2004-10-17 02:46:34.000000000 +0200
+++ libsndfile-1.0.11/src/svx.c 2005-03-05 02:08:14.094919120 +0100
@@ -280,7 +280,7 @@
bytecount += psf_binheader_readf (psf, "E4", &channels) ;
- psf_log_printf (psf, " Channels : %d => %d\n", channels) ;
+ psf_log_printf (psf, " Channels : %d\n", channels) ;
psf_binheader_readf (psf, "j", dword - bytecount) ;
break ;

View File

@ -1,12 +1,11 @@
Summary: Library for reading and writing sound files
Name: libsndfile
Version: 1.0.11
Release: 3%{?dist}
Version: 1.0.14
Release: 1%{?dist}
License: LGPL
Group: System Environment/Libraries
URL: http://www.mega-nerd.com/libsndfile/
Source0: http://www.mega-nerd.com/libsndfile/libsndfile-%{version}.tar.gz
Patch0: libsndfile-1.0.11-svx-channels.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
BuildRequires: alsa-lib-devel
@ -32,8 +31,6 @@ This package contains files needed to develop with libsndfile.
%prep
%setup -q
%patch0 -p1 -b .svx-channels
%build
%configure --disable-dependency-tracking
@ -62,6 +59,7 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/sndfile-info
%{_bindir}/sndfile-play
%{_bindir}/sndfile-convert
%{_bindir}/sndfile-regtest
%{_mandir}/man1/sndfile-info.1*
%{_mandir}/man1/sndfile-play.1*
%{_mandir}/man1/sndfile-convert.1*
@ -79,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 1.0.14-1.fc5
- Updated to 1.0.14
- Dropped patch0
* Thu May 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.11-3
- rebuilt

View File

@ -1 +1 @@
9ec0b3610041423a57387f284849f2fc libsndfile-1.0.11.tar.gz
3513c2283f4063f57615c5b9b45bf30a libsndfile-1.0.14.tar.gz