libsndfile: updated to 1.0.14
This commit is contained in:
parent
629e0cd798
commit
b263ea722d
@ -1 +1 @@
|
|||||||
libsndfile-1.0.11.tar.gz
|
libsndfile-1.0.14.tar.gz
|
||||||
|
@ -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 ;
|
|
@ -1,12 +1,11 @@
|
|||||||
Summary: Library for reading and writing sound files
|
Summary: Library for reading and writing sound files
|
||||||
Name: libsndfile
|
Name: libsndfile
|
||||||
Version: 1.0.11
|
Version: 1.0.14
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mega-nerd.com/libsndfile/
|
URL: http://www.mega-nerd.com/libsndfile/
|
||||||
Source0: http://www.mega-nerd.com/libsndfile/libsndfile-%{version}.tar.gz
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: alsa-lib-devel
|
BuildRequires: alsa-lib-devel
|
||||||
@ -32,8 +31,6 @@ This package contains files needed to develop with libsndfile.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .svx-channels
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-dependency-tracking
|
%configure --disable-dependency-tracking
|
||||||
@ -62,6 +59,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/sndfile-info
|
%{_bindir}/sndfile-info
|
||||||
%{_bindir}/sndfile-play
|
%{_bindir}/sndfile-play
|
||||||
%{_bindir}/sndfile-convert
|
%{_bindir}/sndfile-convert
|
||||||
|
%{_bindir}/sndfile-regtest
|
||||||
%{_mandir}/man1/sndfile-info.1*
|
%{_mandir}/man1/sndfile-info.1*
|
||||||
%{_mandir}/man1/sndfile-play.1*
|
%{_mandir}/man1/sndfile-play.1*
|
||||||
%{_mandir}/man1/sndfile-convert.1*
|
%{_mandir}/man1/sndfile-convert.1*
|
||||||
@ -79,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.11-3
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user