Update of /cvsroot/audacity/lib-src/libsndfile
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14379
Modified Files:
AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in
Mingw-make-dist.sh NEWS README TODO configure configure.ac
libsndfile.spec.in macro-quoting.patch portability.patch
sndfile.pc.in
Log Message:
Update to 1.0.18 release plus our portability patches.
Index: portability.patch
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/portability.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- portability.patch 13 Feb 2009 21:15:26 -0000 1.1
+++ portability.patch 13 Feb 2009 21:33:27 -0000 1.2
@@ -1,10 +1,10 @@
-Index: common.c
+Index: src/common.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/src/common.c,v
retrieving revision 1.11
-diff -u -r1.11 common.c
---- common.c 8 Feb 2009 18:44:57 -0000 1.11
-+++ common.c 9 Feb 2009 03:58:15 -0000
+diff -u -r1.11 src/common.c
+--- src/common.c 8 Feb 2009 18:44:57 -0000 1.11
++++ src/common.c 9 Feb 2009 03:58:15 -0000
@@ -23,7 +23,9 @@
#include <ctype.h>
#include <math.h>
@@ -15,13 +15,13 @@
#include "sndfile.h"
#include "sfendian.h"
-Index: mpc2k.c
+Index: src/mpc2k.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/src/mpc2k.c,v
retrieving revision 1.1
-diff -u -r1.1 mpc2k.c
---- mpc2k.c 8 Feb 2009 18:44:57 -0000 1.1
-+++ mpc2k.c 9 Feb 2009 04:14:07 -0000
+diff -u -r1.1 src/mpc2k.c
+--- src/mpc2k.c 8 Feb 2009 18:44:57 -0000 1.1
++++ src/mpc2k.c 9 Feb 2009 04:14:07 -0000
@@ -134,7 +134,7 @@
if (psf->is_pipe == SF_FALSE)
psf_fseek (psf, 0, SEEK_SET) ;
Index: configure
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/configure,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- configure 8 Feb 2009 18:44:56 -0000 1.26
+++ configure 13 Feb 2009 21:33:27 -0000 1.27
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for libsndfile 1.0.18pre25.
+# Generated by GNU Autoconf 2.63 for libsndfile 1.0.18.
#
# Report bugs to <[email protected]>.
#
@@ -745,8 +745,8 @@
# Identity of this package.
PACKAGE_NAME='libsndfile'
PACKAGE_TARNAME='libsndfile'
-PACKAGE_VERSION='1.0.18pre25'
-PACKAGE_STRING='libsndfile 1.0.18pre25'
+PACKAGE_VERSION='1.0.18'
+PACKAGE_STRING='libsndfile 1.0.18'
PACKAGE_BUGREPORT='[email protected]'
ac_unique_file="src/sndfile.c"
@@ -885,9 +885,6 @@
CFLAGS
CC
ACLOCAL_AMFLAGS
-MAINT
-MAINTAINER_MODE_FALSE
-MAINTAINER_MODE_TRUE
am__untar
am__tar
AMTAR
@@ -963,7 +960,6 @@
ac_subst_files=''
ac_user_opts='
enable_option_checking
-enable_maintainer_mode
enable_dependency_tracking
enable_shared
enable_static
@@ -1565,7 +1561,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures libsndfile 1.0.18pre25 to adapt to many kinds of
systems.
+\`configure' configures libsndfile 1.0.18 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1636,7 +1632,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libsndfile 1.0.18pre25:";;
+ short | recursive ) echo "Configuration of libsndfile 1.0.18:";;
esac
cat <<\_ACEOF
@@ -1644,8 +1640,6 @@
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- --enable-maintainer-mode enable make rules and dependencies not useful
- (and sometimes confusing) to the casual installer
--disable-dependency-tracking speeds up one-time build
--enable-dependency-tracking do not reject slow dependency extractors
--enable-shared[=PKGS] build shared libraries [default=yes]
@@ -1773,7 +1767,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-libsndfile configure 1.0.18pre25
+libsndfile configure 1.0.18
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1787,7 +1781,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by libsndfile $as_me 1.0.18pre25, which was
+It was created by libsndfile $as_me 1.0.18, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@@ -2778,30 +2772,6 @@
-# Audacity policy: don't enable automatic rebuild of configure et al if
-# sources change
-{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific
portions of Makefiles" >&5
-$as_echo_n "checking whether to enable maintainer-specific portions of
Makefiles... " >&6; }
- # Check whether --enable-maintainer-mode was given.
-if test "${enable_maintainer_mode+set}" = set; then
- enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
-else
- USE_MAINTAINER_MODE=no
-fi
-
- { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
-$as_echo "$USE_MAINTAINER_MODE" >&6; }
- if test $USE_MAINTAINER_MODE = yes; then
- MAINTAINER_MODE_TRUE=
- MAINTAINER_MODE_FALSE='#'
-else
- MAINTAINER_MODE_TRUE='#'
- MAINTAINER_MODE_FALSE=
-fi
-
- MAINT=$MAINTAINER_MODE_TRUE
-
-
ac_config_headers="$ac_config_headers src/config.h"
@@ -5170,13 +5140,13 @@
else
lt_cv_nm_interface="BSD nm"
echo "int some_variable = 0;" > conftest.$ac_ext
- (eval echo "\"\$as_me:5173: $ac_compile\"" >&5)
+ (eval echo "\"\$as_me:5143: $ac_compile\"" >&5)
(eval "$ac_compile" 2>conftest.err)
cat conftest.err >&5
- (eval echo "\"\$as_me:5176: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+ (eval echo "\"\$as_me:5146: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
cat conftest.err >&5
- (eval echo "\"\$as_me:5179: output\"" >&5)
+ (eval echo "\"\$as_me:5149: output\"" >&5)
cat conftest.out >&5
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
lt_cv_nm_interface="MS dumpbin"
@@ -6382,7 +6352,7 @@
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 6385 "configure"' > conftest.$ac_ext
+ echo '#line 6355 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -8958,11 +8928,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:8961: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8931: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:8965: \$? = $ac_status" >&5
+ echo "$as_me:8935: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -9297,11 +9267,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:9300: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:9270: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:9304: \$? = $ac_status" >&5
+ echo "$as_me:9274: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -9402,11 +9372,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:9405: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:9375: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:9409: \$? = $ac_status" >&5
+ echo "$as_me:9379: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -9457,11 +9427,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:9460: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:9430: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:9464: \$? = $ac_status" >&5
+ echo "$as_me:9434: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -12270,7 +12240,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12273 "configure"
+#line 12243 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12366,7 +12336,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12369 "configure"
+#line 12339 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -14386,11 +14356,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:14389: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14359: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:14393: \$? = $ac_status" >&5
+ echo "$as_me:14363: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -14485,11 +14455,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:14488: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14458: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:14492: \$? = $ac_status" >&5
+ echo "$as_me:14462: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -14537,11 +14507,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:14540: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14510: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:14544: \$? = $ac_status" >&5
+ echo "$as_me:14514: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -26004,13 +25974,6 @@
LTLIBOBJS=$ac_ltlibobjs
-if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}";
then
- { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was
never defined.
-Usually this means the macro was only invoked conditionally." >&5
-$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
-Usually this means the macro was only invoked conditionally." >&2;}
- { (exit 1); exit 1; }; }
-fi
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
{ { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -26396,7 +26359,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by libsndfile $as_me 1.0.18pre25, which was
+This file was extended by libsndfile $as_me 1.0.18, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -26459,7 +26422,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-libsndfile config.status 1.0.18pre25
+libsndfile config.status 1.0.18
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`\\"
Index: ChangeLog
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ChangeLog 8 Feb 2009 18:44:56 -0000 1.11
+++ ChangeLog 13 Feb 2009 21:33:27 -0000 1.12
@@ -1,3 +1,22 @@
+2009-02-07 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
+
+ * configure.ac AUTHORS NEWS README doc/*.html
+ Final tweaks for 1.0.18 release.
+
+2009-02-03 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
+
+ * programs/sndfile-convert.c
+ Add 'htk' to the list of convert formats.
+
+ * programs/sndfile-info.c
+ Simplify get_signal_max using SFC_CALC_SIGNAL_MAX command.
+ Increase size of files for which signal max will be calculated.
+
+2009-01-14 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
+
+ * doc/index.html
+ Fix links for SoX and WavPlay. Thanks to Daniel Griscom.
+
2009-01-11 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* programs/sndfile-metadata-get.c
Index: Makefile.in
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/Makefile.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Makefile.in 8 Feb 2009 18:44:56 -0000 1.23
+++ Makefile.in 13 Feb 2009 21:33:27 -0000 1.24
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -51,8 +51,7 @@
$(top_srcdir)/M4/ltoptions.m4 $(top_srcdir)/M4/ltsugar.m4 \
$(top_srcdir)/M4/ltversion.m4 $(top_srcdir)/M4/lt~obsolete.m4 \
$(top_srcdir)/M4/mkoctfile_version.m4 \
- $(top_srcdir)/M4/octave.m4 $(top_srcdir)/M4/pkg.m4 \
- $(top_srcdir)/configure.ac
+ $(top_srcdir)/M4/octave.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -94,9 +93,7 @@
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
-
-#tell aclocal where extra macros can be found
-ACLOCAL_AMFLAGS = -I M4
+ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
ALSA_LIBS = @ALSA_LIBS@
AMTAR = @AMTAR@
AR = @AR@
@@ -159,7 +156,6 @@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
-MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
MKOCTFILE = @MKOCTFILE@
@@ -260,7 +256,6 @@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
@@ -276,7 +271,7 @@
.SUFFIXES:
am--refresh:
@:
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am
$(am__configure_deps)
+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -303,9 +298,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+$(top_srcdir)/configure: $(am__configure_deps)
cd $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
libsndfile.spec: $(top_builddir)/config.status $(srcdir)/libsndfile.spec.in
cd $(top_builddir) && $(SHELL) ./config.status $@
@@ -319,7 +314,7 @@
-rm -rf .libs _libs
distclean-libtool:
- -rm -f libtool config.lt
+ -rm -f libtool
install-pkgconfigDATA: $(pkgconfig_DATA)
@$(NORMAL_INSTALL)
test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
@@ -413,7 +408,7 @@
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
mkid -fID $$unique
tags: TAGS
Index: configure.ac
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/configure.ac,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- configure.ac 8 Feb 2009 18:44:56 -0000 1.12
+++ configure.ac 13 Feb 2009 21:33:27 -0000 1.13
@@ -3,7 +3,7 @@
dnl Require autoconf version
AC_PREREQ(2.57)
-AC_INIT([libsndfile],[1.0.18pre25],[[email protected]])
+AC_INIT([libsndfile],[1.0.18],[[email protected]])
# Put config stuff in Cfg.
AC_CONFIG_AUX_DIR(Cfg)
@@ -14,9 +14,6 @@
AC_CONFIG_MACRO_DIR([M4])
AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
-# Audacity policy: don't enable automatic rebuild of configure et al if
-# sources change
-AM_MAINTAINER_MODE([enabled])
AC_CONFIG_HEADERS([src/config.h])
dnl Add parameters for aclocal
Index: Makefile.am
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.am 8 Feb 2009 18:44:56 -0000 1.9
+++ Makefile.am 13 Feb 2009 21:33:27 -0000 1.10
@@ -11,8 +11,6 @@
EXTRA_DIST = libsndfile.spec.in sndfile.pc.in Mingw-make-dist.sh
-#tell aclocal where extra macros can be found
-ACLOCAL_AMFLAGS = -I M4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = sndfile.pc
Index: AUTHORS
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/AUTHORS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- AUTHORS 8 Feb 2009 18:44:56 -0000 1.7
+++ AUTHORS 13 Feb 2009 21:33:26 -0000 1.8
@@ -12,9 +12,3 @@
modifications were required to integrate these files into libsndfile. The
changes are listed in src/G72x/ChangeLog.
- - src/FLAC : Written by Josh Coalson and others.
-
- - src/OGG : Written by Monty <[email protected]> and the Xiph.Org Foundation.
-
- - src/VORBIS : Written by Monty <[email protected]> and the Xiph.org Foundation.
-
Index: README
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/README,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- README 8 Feb 2009 18:44:56 -0000 1.11
+++ README 13 Feb 2009 21:33:27 -0000 1.12
@@ -1,4 +1,4 @@
-This is libsndfile, 1.0.17
+This is libsndfile, 1.0.18
libsndfile is a library of C routines for reading and writing
files containing sampled audio data.
Index: NEWS
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/NEWS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- NEWS 2 Feb 2008 16:39:00 -0000 1.10
+++ NEWS 13 Feb 2009 21:33:27 -0000 1.11
@@ -1,3 +1,9 @@
+Version 1.0.18 (2009-02-07)
+ * Add Ogg/Vorbis support (thanks to John ffitch).
+ * Remove captive FLAC library.
+ * Many new features and bug fixes.
+ * Generate Win32 and Win64 pre-compiled binaries.
+
Version 1.0.17 (2006-08-31)
* Add sndfile.hh C++ wrapper.
* Update Win32 MinGW build instructions.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs