Update of /cvsroot/audacity/lib-src/libsndfile/examples
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14379/examples
Modified Files:
Makefile.am Makefile.in generate.c list_formats.c make_sine.c
sfprocess.c sndfile-to-text.c sndfilehandle.cc
Log Message:
Update to 1.0.18 release plus our portability patches.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/examples/Makefile.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.in 8 Feb 2009 18:44:57 -0000 1.17
+++ Makefile.in 13 Feb 2009 21:33:28 -0000 1.18
@@ -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,
@@ -49,8 +49,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)
mkinstalldirs = $(install_sh) -d
@@ -169,7 +168,6 @@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
-MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
MKOCTFILE = @MKOCTFILE@
@@ -270,7 +268,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@
INCLUDES = -I$(top_srcdir)/src
@@ -290,12 +287,12 @@
.SUFFIXES:
.SUFFIXES: .c .cc .lo .o .obj
-$(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*) \
- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
- && { if test -f $@; then exit 0; else break; fi; }; \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+ && exit 0; \
exit 1;; \
esac; \
done; \
@@ -315,9 +312,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
clean-noinstPROGRAMS:
@@ -411,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: sndfile-to-text.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/examples/sndfile-to-text.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sndfile-to-text.c 8 Feb 2009 18:44:57 -0000 1.1
+++ sndfile-to-text.c 13 Feb 2009 21:33:28 -0000 1.2
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2008 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2008-2009 Erik de Castro Lopo <[email protected]>
**
** All rights reserved.
**
Index: make_sine.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/examples/make_sine.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- make_sine.c 8 Feb 2009 18:44:57 -0000 1.8
+++ make_sine.c 13 Feb 2009 21:33:28 -0000 1.9
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2007 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
**
** All rights reserved.
**
Index: list_formats.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/examples/list_formats.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- list_formats.c 8 Feb 2009 18:44:57 -0000 1.7
+++ list_formats.c 13 Feb 2009 21:33:28 -0000 1.8
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2007 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2001-2009 Erik de Castro Lopo <[email protected]>
**
** All rights reserved.
**
Index: sfprocess.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/examples/sfprocess.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- sfprocess.c 8 Feb 2009 18:44:57 -0000 1.8
+++ sfprocess.c 13 Feb 2009 21:33:28 -0000 1.9
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2005 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2001-2009 Erik de Castro Lopo <[email protected]>
**
** All rights reserved.
**
Index: generate.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/examples/generate.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- generate.c 8 Feb 2009 18:44:57 -0000 1.8
+++ generate.c 13 Feb 2009 21:33:28 -0000 1.9
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002-2007 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2002-2009 Erik de Castro Lopo <[email protected]>
**
** All rights reserved.
**
------------------------------------------------------------------------------
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