Subject: CVS commit: pkgsrc/audio/SDL_sound
To: None <pkgsrc-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: pkgsrc-changes
Date: 01/18/2004 13:51:15
Module Name:	pkgsrc
Committed By:	cube
Date:		Sun Jan 18 13:51:15 UTC 2004

Modified Files:
	pkgsrc/audio/SDL_sound: DESCR Makefile PLIST buildlink2.mk distinfo
Added Files:
	pkgsrc/audio/SDL_sound/patches: patch-aa

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/audio/SDL_sound/DESCR \
    pkgsrc/audio/SDL_sound/PLIST pkgsrc/audio/SDL_sound/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/audio/SDL_sound/Makefile \
    pkgsrc/audio/SDL_sound/buildlink2.mk
cvs rdiff -r0 -r1.1 pkgsrc/audio/SDL_sound/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.