summaryrefslogtreecommitdiff
path: root/audio/SDL_sound/patches
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-01-18 13:51:15 +0000
committercube <cube@pkgsrc.org>2004-01-18 13:51:15 +0000
commit576534810a11fcdb358e474743524aa55d7cff43 (patch)
tree6fde7cbafe42b2be12fc33da0db7b7cb44675041 /audio/SDL_sound/patches
parentd1c8423741c6efda257a5d21468cb92220de45e4 (diff)
downloadpkgsrc-576534810a11fcdb358e474743524aa55d7cff43.tar.gz
Update to version 1.0.1, and fix gcc-3 bug in configure script.
Changes: 10102003 - Changed some SDL_Error()s to __Sound_SetError() in new DLS code to fix linking issues. 10052003 - Fixed memory corruption when freeing DLS instruments, and bug when timidity is initialized multiple times (Thanks, Sam!). 09252003 - Sam Lantinga added support for DLS instruments to the MIDI decoder. 09132003 - Happy September. Added Speex (.spx) decoder. 08052003 - Fixed MIDI decoder on bigendian systems. 03102003 - Never actually created samplelist_mutex (Thanks, Glenn Maynard!). 01122003 - Fix to smpeg.c's rewinding code (Thanks, Eric). 12212002 - Fixed ogg.c to decode a full buffer at a time instead of one ogg packet per call, and mikmod has a check during initialization to prevent a clash with SDL_mixer (Thanks, Eric). 12092002 - Changed Sound_Init()'s call to SDL_Init() to SDL_InitSubSystem(), to prevent unwanted use of the SDL parachute (thanks, Glenn).
Diffstat (limited to 'audio/SDL_sound/patches')
-rw-r--r--audio/SDL_sound/patches/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/SDL_sound/patches/patch-aa b/audio/SDL_sound/patches/patch-aa
new file mode 100644
index 00000000000..ecb5b962857
--- /dev/null
+++ b/audio/SDL_sound/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1 2004/01/18 13:51:15 cube Exp $
+
+--- configure.orig 2003-10-12 20:54:57.000000000 +0200
++++ configure
+@@ -7363,15 +7363,15 @@ int main (int argc, char *argv[])
+ }
+ else
+ {
+- printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the
++ printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the \
+ minimum version\n", $smpeg_major_version, $smpeg_minor_version,
+ $smpeg_micro_version);
+- printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is
++ printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is \
+ correct, then it is\n", major, minor, micro);
+ printf("*** best to upgrade to the required version.\n");
+- printf("*** If smpeg-config was wrong, set the environment variable
++ printf("*** If smpeg-config was wrong, set the environment variable \
+ SMPEG_CONFIG\n");
+- printf("*** to point to the correct copy of smpeg-config, and remove
++ printf("*** to point to the correct copy of smpeg-config, and remove \
+ the file\n");
+ printf("*** config.cache before re-running configure\n");
+ return 1;