head 1.11; access; symbols pkgsrc-2013Q2:1.11.0.8 pkgsrc-2013Q2-base:1.11 pkgsrc-2012Q4:1.11.0.6 pkgsrc-2012Q4-base:1.11 pkgsrc-2011Q4:1.11.0.4 pkgsrc-2011Q4-base:1.11 pkgsrc-2011Q2:1.11.0.2 pkgsrc-2011Q2-base:1.11 pkgsrc-2010Q1:1.10.0.44 pkgsrc-2010Q1-base:1.10 pkgsrc-2009Q4:1.10.0.42 pkgsrc-2009Q4-base:1.10 pkgsrc-2009Q3:1.10.0.40 pkgsrc-2009Q3-base:1.10 pkgsrc-2009Q2:1.10.0.38 pkgsrc-2009Q2-base:1.10 pkgsrc-2009Q1:1.10.0.36 pkgsrc-2009Q1-base:1.10 pkgsrc-2008Q4:1.10.0.34 pkgsrc-2008Q4-base:1.10 pkgsrc-2008Q3:1.10.0.32 pkgsrc-2008Q3-base:1.10 cube-native-xorg:1.10.0.30 cube-native-xorg-base:1.10 pkgsrc-2008Q2:1.10.0.28 pkgsrc-2008Q2-base:1.10 cwrapper:1.10.0.26 pkgsrc-2008Q1:1.10.0.24 pkgsrc-2008Q1-base:1.10 pkgsrc-2007Q4:1.10.0.22 pkgsrc-2007Q4-base:1.10 pkgsrc-2007Q3:1.10.0.20 pkgsrc-2007Q3-base:1.10 pkgsrc-2007Q2:1.10.0.18 pkgsrc-2007Q2-base:1.10 pkgsrc-2007Q1:1.10.0.16 pkgsrc-2007Q1-base:1.10 pkgsrc-2006Q4:1.10.0.14 pkgsrc-2006Q4-base:1.10 pkgsrc-2006Q3:1.10.0.12 pkgsrc-2006Q3-base:1.10 pkgsrc-2006Q2:1.10.0.10 pkgsrc-2006Q2-base:1.10 pkgsrc-2006Q1:1.10.0.8 pkgsrc-2006Q1-base:1.10 pkgsrc-2005Q4:1.10.0.6 pkgsrc-2005Q4-base:1.10 pkgsrc-2005Q3:1.10.0.4 pkgsrc-2005Q3-base:1.10 pkgsrc-2005Q2:1.10.0.2 pkgsrc-2005Q2-base:1.10 pkgsrc-2005Q1:1.9.0.12 pkgsrc-2005Q1-base:1.9 pkgsrc-2004Q4:1.9.0.10 pkgsrc-2004Q4-base:1.9 pkgsrc-2004Q3:1.9.0.8 pkgsrc-2004Q3-base:1.9 pkgsrc-2004Q2:1.9.0.6 pkgsrc-2004Q2-base:1.9 pkgsrc-2004Q1:1.9.0.4 pkgsrc-2004Q1-base:1.9 pkgsrc-2003Q4:1.9.0.2 pkgsrc-2003Q4-base:1.9 buildlink2:1.7.0.4 netbsd-1-6:1.7.0.6 netbsd-1-6-RELEASE-base:1.7 pkgviews:1.7.0.2 pkgviews-base:1.7 buildlink2-base:1.7 netbsd-1-4-PATCH002:1.4 comdex-fall-1999:1.4 netbsd-1-4-PATCH001:1.3 netbsd-1-4-RELEASE:1.3 FreeBSD-current-990306:1.1.1.1 FREEBSD:1.1.1; locks; strict; comment @# @; 1.11 date 2010.04.12.19.04.58; author drochner; state dead; branches; next 1.10; 1.10 date 2005.04.27.08.59.41; author wiz; state Exp; branches; next 1.9; 1.9 date 2002.10.30.03.09.27; author rh; state dead; branches; next 1.8; 1.8 date 2002.08.25.18.38.13; author jlam; state Exp; branches; next 1.7; 1.7 date 2002.07.18.02.19.27; author rh; state Exp; branches 1.7.4.1; next 1.6; 1.6 date 2000.06.09.06.41.52; author jlam; state dead; branches; next 1.5; 1.5 date 2000.05.02.18.48.36; author danw; state Exp; branches; next 1.4; 1.4 date 99.10.22.23.43.16; author tron; state Exp; branches; next 1.3; 1.3 date 99.03.09.09.11.21; author agc; state Exp; branches; next 1.2; 1.2 date 99.03.06.21.31.42; author tron; state Exp; branches; next 1.1; 1.1 date 99.03.06.21.11.02; author tron; state Exp; branches 1.1.1.1; next ; 1.7.4.1 date 2002.07.18.02.19.27; author jlam; state dead; branches; next 1.7.4.2; 1.7.4.2 date 2002.08.22.11.09.46; author jlam; state Exp; branches; next ; 1.1.1.1 date 99.03.06.21.11.02; author tron; state Exp; branches; next ; desc @@ 1.11 log @update to 0.2.7 changes: -Fix decoding of multi-channel ADPCM WAVE files (was patched in pkgsrc) -Reduce unshared data in library -Fix handling of audio files with more than 2^24 frames -Add support for writing double-precision floating-point WAVE files -Add support for reading certain uncompressed AIFF-C files created by Mac OS X -Write fact chunk in floating-point WAVE files @ text @$NetBSD: patch-aa,v 1.10 2005/04/27 08:59:41 wiz Exp $ --- audiofile.m4.orig 2004-03-06 07:39:23.000000000 +0100 +++ audiofile.m4 @@@@ -9,7 +9,7 @@@@ dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) dnl Test for Audio File Library, and define AUDIOFILE_CFLAGS and AUDIOFILE_LIBS. dnl -AC_DEFUN(AM_PATH_AUDIOFILE, +AC_DEFUN([AM_PATH_AUDIOFILE], [dnl dnl Get compiler flags and libraries from the audiofile-config script. dnl @ 1.10 log @Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresses part of PR 30053. No PKGREVISION bump because most people won't care. @ text @d1 1 a1 1 $NetBSD$ @ 1.9 log @Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.8 2002/08/25 18:38:13 jlam Exp $ d3 11 a13 9 --- audiofile.pc.in.orig Fri Oct 26 14:11:38 2001 +++ audiofile.pc.in @@@@ -7,5 +7,5 @@@@ Name: audiofile Description: audiofile Requires: Version: @@VERSION@@ -Libs: -L${libdir} -laudiofile -lm +Libs: -L${libdir} -Wl,-R${libdir} -laudiofile -lm Cflags: -I${includedir} @ 1.8 log @Merge changes in packages from the buildlink2 branch that have buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.7.4.1 2002/08/22 11:09:46 jlam Exp $ @ 1.7 log @Patch the various pkgconfig files to include proper -Wl,-R options. Bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @ 1.7.4.1 log @file patch-aa was added on branch buildlink2 on 2002-08-22 11:09:46 +0000 @ text @d1 11 @ 1.7.4.2 log @Merge changes from pkgsrc-current into the buildlink2 branch for the packages that have buildlink2.mk files. @ text @a0 11 $NetBSD: patch-aa,v 1.7.4.1 2002/08/22 11:09:46 jlam Exp $ --- audiofile.pc.in.orig Fri Oct 26 14:11:38 2001 +++ audiofile.pc.in @@@@ -7,5 +7,5 @@@@ Name: audiofile Description: audiofile Requires: Version: @@VERSION@@ -Libs: -L${libdir} -laudiofile -lm +Libs: -L${libdir} -Wl,-R${libdir} -laudiofile -lm Cflags: -I${includedir} @ 1.6 log @1) Fix HOMEPAGE 2) USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patching configure. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2000/05/02 18:48:36 danw Exp $ d3 9 a11 19 --- configure.orig Tue Sep 21 00:05:06 1999 +++ configure Fri Oct 22 21:12:54 1999 @@@@ -1529,7 +1529,7 @@@@ ac_tool_prefix= fi - +if false; then # Check for any special flags to pass to ltconfig. # # the following will cause an existing older ltconfig to fail, so @@@@ -1831,6 +1831,7 @@@@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +fi # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. @ 1.5 log @Remove patches to deal with two bugs involving configure's handling of INSTALL which have both been worked around in bsd.pkg.mk now. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 1999/10/22 23:43:16 tron Exp $ @ 1.4 log @Update "libaudiofile" package to version 0.1.9 included in GNOME 1.0.53 release. @ text @d1 1 a1 1 $NetBSD$ a21 13 @@@@ -3231,10 +3232,12 @@@@ top_srcdir="$ac_dots$ac_given_srcdir" ;; esac +if false; then case "$ac_given_INSTALL" in [/$]*) INSTALL="$ac_given_INSTALL" ;; *) INSTALL="$ac_dots$ac_given_INSTALL" ;; esac +fi echo creating "$ac_file" rm -f "$ac_file" @ 1.3 log @Don't automatically prefix "../" to the INSTALL command for subdir use. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 1999/03/06 21:31:42 tron Exp $ d3 4 a6 3 --- configure.orig Mon Feb 22 22:14:36 1999 +++ configure Sat Mar 6 22:23:44 1999 @@@@ -1541,6 +1541,7 @@@@ d9 7 a16 1 +if false; then a17 6 # Check for any special flags to pass to ltconfig. @@@@ -1772,6 +1773,7 @@@@ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } d22 1 a22 1 @@@@ -3066,10 +3068,12 @@@@ @ 1.2 log @Adapt this package to NetBSD and update it to version 0.1.6. @ text @d1 1 a1 1 $NetBSD$ d21 13 @ 1.1 log @Initial revision @ text @d1 6 a6 5 --- ltmain.sh.orig Thu Dec 31 13:06:58 1998 +++ ltmain.sh Thu Dec 31 13:07:53 1998 @@@@ -923,6 +923,16 @@@@ versuffix="$current.$revision" ;; d8 13 a20 13 + freebsd) + version_vars="$version_vars major versuffix" + major="$current" + if [ $PORTOBJFORMAT = elf ]; then + versuffix="$current" + else + versuffix="$current.$revision" + fi + ;; + *) $echo "$modename: unknown library version type \`$version_type'" 1>&2 echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 @ 1.1.1.1 log @Initial import of FreeBSD's "libaudiofile" port: a sound library for SGI audio file. @ text @@