pkgsrc/audio/libao/patches/patch-ae
drochner 3e7c868ca0 update to 1.0.0
changes:
-Added surround channel mapping API and capability
-New config file options
-misc updates and fixes

pkgsrc note: The format structure passed to ao_open_*() has grown a new
member ("matrix", for channel mapping). All client pkgs need to be
checked that it is at least zero-initialized.
2010-05-19 18:17:27 +00:00

81 lines
1.3 KiB
Text

$NetBSD: patch-ae,v 1.9 2010/05/19 18:17:27 drochner Exp $
--- configure.orig 2010-03-26 01:24:37.000000000 +0000
+++ configure
@@ -13132,6 +13132,10 @@ else
BUILD_ESD="yes"
fi
+if test "$BUILD_ESD" = "no"; then
+ HAVE_ESD_TRUE='#'
+ HAVE_ESD_FALSE=
+fi;
if test "$BUILD_ESD" = "yes"; then
@@ -13739,6 +13743,10 @@ else
HAVE_OSS_FALSE=
fi
+if test "x${ENABLE_OSS}" = xno; then
+ HAVE_OSS_TRUE='#'
+ HAVE_OSS_FALSE=
+fi
have_alsa="no";
@@ -14304,6 +14312,10 @@ else
HAVE_SUN_AUDIO_FALSE=
fi
+if test "x${ENABLE_SUN_AUDIO}" = xno; then
+ HAVE_SUN_AUDIO_TRUE='#'
+ HAVE_SUN_AUDIO_FALSE=
+fi
have_sndio="no";
@@ -14782,6 +14794,10 @@ else
HAVE_AIX_AUDIO_FALSE=
fi
+if test "x${ENABLE_AIX_AUDIO}" = xno; then
+ HAVE_AIX_AUDIO_TRUE='#'
+ HAVE_AIX_AUDIO_FALSE=
+fi
# Check whether --enable-arts was given.
@@ -15145,6 +15161,10 @@ else
HAVE_IRIX_FALSE=
fi
+if test "x${ENABLE_IRIX}" = xno; then
+ HAVE_IRIX_TRUE='#'
+ HAVE_IRIX_FALSE=
+fi
case $host in
@@ -15163,6 +15183,10 @@ else
HAVE_MACOSX_FALSE=
fi
+if test "x${ENABLE_MACOSX}" = xno; then
+ HAVE_MACOSX_TRUE='#'
+ HAVE_MACOSX_FALSE=
+fi
@@ -16921,6 +16945,10 @@ else
HAVE_SOLARIS_FALSE=
fi
+if test "x${ENABLE_SOLARIS}" = xno; then
+ HAVE_SOLARIS_TRUE='#'
+ HAVE_SOLARIS_FALSE=
+fi