mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
Release 1.0.22.
This commit is contained in:
parent
76bc251810
commit
98b5b70635
@ -1,3 +1,8 @@
|
||||
2010-10-04 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* NEWS README configure.ac doc/*.html
|
||||
Updates for 1.0.22 release.
|
||||
|
||||
2010-10-03 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* src/common.h src/broadcast.c src/rf64.c src/sndfile.c src/wav.c
|
||||
|
7
NEWS
7
NEWS
@ -1,3 +1,10 @@
|
||||
Version 1.0.22 (2009-10-04)
|
||||
* Couple of fixes for SDS file writer.
|
||||
* Fixes arising from static analysis.
|
||||
* Handle FLAC files with ID3 meta data at start of file.
|
||||
* Handle FLAC files which report zero length.
|
||||
* Other minor bug fixes and improvements.
|
||||
|
||||
Version 1.0.21 (2009-12-13)
|
||||
* Add a couple of new binary programs to programs/ dir.
|
||||
* Remove sndfile-jackplay (now in sndfile-tools package).
|
||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
||||
This is libsndfile, 1.0.21
|
||||
This is libsndfile, 1.0.22
|
||||
|
||||
libsndfile is a library of C routines for reading and writing
|
||||
files containing sampled audio data.
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright (C) 1999-2009 Erik de Castro Lopo (erikd AT mega-nerd DOT com).
|
||||
# Copyright (C) 1999-2010 Erik de Castro Lopo (erikd AT mega-nerd DOT com).
|
||||
|
||||
dnl Require autoconf version
|
||||
AC_PREREQ(2.57)
|
||||
|
||||
AC_INIT([libsndfile],[1.0.22pre4],[sndfile@mega-nerd.com],
|
||||
AC_INIT([libsndfile],[1.0.22],[sndfile@mega-nerd.com],
|
||||
[libsndfile],[http://www.mega-nerd.com/libsndfile/])
|
||||
|
||||
# Put config stuff in Cfg.
|
||||
@ -317,7 +317,7 @@ if test x$ac_cv_flac$ac_cv_ogg$ac_cv_vorbis$ac_cv_vorbisenc = "xyesyesyesyes" ;
|
||||
EXTERNAL_LIBS="$FLAC_LIBS $VORBISENC_LIBS"
|
||||
else
|
||||
AC_MSG_WARN([[
|
||||
|
||||
|
||||
*** One or more of the external libraries (ie libflac, libogg and
|
||||
*** libvorbis) is either missing (possibly only the development
|
||||
*** headers) or is of an unsupported version.
|
||||
@ -595,7 +595,7 @@ dnl The following line causes the libtool distributed with the source
|
||||
dnl to be replaced if the build system has a more recent version.
|
||||
AC_SUBST(LIBTOOL_DEPS)
|
||||
|
||||
# Shave make automake/libtool output much less verbose and much more
|
||||
# Shave makes automake/libtool output much less verbose and much more
|
||||
# readable. See : git://git.lespiau.name/shave
|
||||
SHAVE_INIT([],[enable])
|
||||
|
||||
|
@ -816,7 +816,7 @@ the top level of the extracted tarball.
|
||||
<A HREF="http://www.mega-nerd.com/libsndfile/">
|
||||
http://www.mega-nerd.com/libsndfile/</A>.
|
||||
<BR>
|
||||
Version : 1.0.21
|
||||
Version : 1.0.22
|
||||
</P>
|
||||
|
||||
</BODY>
|
||||
|
@ -678,7 +678,7 @@ and a parameter of SF_TRUE to force correct scaling.
|
||||
<A HREF="http://www.mega-nerd.com/libsndfile/">here</A>.
|
||||
</P>
|
||||
<P>
|
||||
Version : 1.0.21
|
||||
Version : 1.0.22
|
||||
</P>
|
||||
<!-- pepper -->
|
||||
<!-- pepper -->
|
||||
|
@ -1402,7 +1402,7 @@ Parameters:
|
||||
<A HREF="http://www.mega-nerd.com/libsndfile/">
|
||||
http://www.mega-nerd.com/libsndfile/</A>.
|
||||
<BR>
|
||||
Version : 1.0.21
|
||||
Version : 1.0.22
|
||||
</P>
|
||||
|
||||
</BODY>
|
||||
|
@ -1010,7 +1010,7 @@ Example:
|
||||
<A HREF="http://www.mega-nerd.com/libsndfile/">
|
||||
http://www.mega-nerd.com/libsndfile/</A>.
|
||||
<BR>
|
||||
Version : 1.0.21
|
||||
Version : 1.0.22
|
||||
</P>
|
||||
|
||||
</BODY>
|
||||
|
@ -6,7 +6,7 @@
|
||||
libsndfile
|
||||
</TITLE>
|
||||
<META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
|
||||
<META NAME="Version" CONTENT="libsndfile-1.0.21">
|
||||
<META NAME="Version" CONTENT="libsndfile-1.0.22">
|
||||
<META NAME="Description" CONTENT="The libsndfile Home Page">
|
||||
<META NAME="Keywords" CONTENT="WAV AIFF AU SVX PAF NIST W64 libsndfile sound audio dsp Linux">
|
||||
<META NAME="ROBOTS" CONTENT="NOFOLLOW">
|
||||
@ -362,6 +362,7 @@ and
|
||||
result of static analysis.
|
||||
<LI>Version 1.0.20 (May 14 2009) Fix for potential heap overflow.
|
||||
<LI>Version 1.0.21 (December 13 2009) Bunch of minor bug fixes.
|
||||
<LI>Version 1.0.22 (October 04 2010) Bunch of minor bug fixes.
|
||||
</UL>
|
||||
|
||||
<A NAME="Similar"></A>
|
||||
@ -423,16 +424,16 @@ and
|
||||
</P>
|
||||
<UL>
|
||||
<LI>Source code as a .tar.gz :
|
||||
<A HREF="files/libsndfile-1.0.21.tar.gz">libsndfile-1.0.21.tar.gz</A>
|
||||
<A HREF="files/libsndfile-1.0.22.tar.gz">libsndfile-1.0.22.tar.gz</A>
|
||||
and
|
||||
<A HREF="files/libsndfile-1.0.21.tar.gz.asc">(GPG signature)</A>.
|
||||
<A HREF="files/libsndfile-1.0.22.tar.gz.asc">(GPG signature)</A>.
|
||||
<LI>Win32 installer:
|
||||
<A HREF="files/libsndfile-1.0.21-w32-setup.exe">
|
||||
libsndfile-1.0.21-w32-setup.exe</A> (thoroughly tested under
|
||||
<A HREF="files/libsndfile-1.0.22-w32-setup.exe">
|
||||
libsndfile-1.0.22-w32-setup.exe</A> (thoroughly tested under
|
||||
<a href="http://www.winehq.com/">Wine</a> and Windows XP).
|
||||
<LI>Win64 installer:
|
||||
<A HREF="files/libsndfile-1.0.21-w64-setup.exe">
|
||||
libsndfile-1.0.21-w64-setup.exe</A>
|
||||
<A HREF="files/libsndfile-1.0.22-w64-setup.exe">
|
||||
libsndfile-1.0.22-w64-setup.exe</A>
|
||||
(thoroughly tested on 64 bit Windows 7).
|
||||
</UL>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user