Subject: CVS commit: pkgsrc/audio/SDL_mixer
To: None <pkgsrc-changes@netbsd.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 05/11/2003 02:23:20
Module Name:	pkgsrc
Committed By:	salo
Date:		Sun May 11 02:23:19 UTC 2003

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

Log Message:
Update to version 1.2.5.

Based on a patch sent by Soren Jacobsen via PR pkg/21525.

Changes:

- handle the patching in a simpler way
- style nits

1.2.5:
======
- Worked around MacOS X deadlock between CoreAudio and QuickTime
- Fixed crash in native midi code with files with more than 32 tracks
- Added 8SVX format support to the AIFF loader
- Fixed volume control on WAVE music chunks
- Fixed volume control on MOD music chunks
- Added support for the Atari platform
- Patch from Steven Fuller to fix panning effect with 8-bit sounds.
- Patch from guy on 3DRealms forums to fix native win32 midi volume.
- Small, looping music samples should now be able to fade out correctly.
- Added shared library support for MacOS X
- Correctly report an error when using an unknown filetype
- Added support for loading Ogg Vorbis samples as an audio chunk
- Fixed to start playing another sample immediately when one finishes
- Fixed a volume bug when calling Mix_HaltChannel() on unused channel
- Fixed volume reset bug at end of channel fade.
- Mix_LoadMUS() will now accept an MP3 by file extension, instead of relying
  entirely on the magic number.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/audio/SDL_mixer/DESCR \
    pkgsrc/audio/SDL_mixer/PLIST pkgsrc/audio/SDL_mixer/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/audio/SDL_mixer/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/audio/SDL_mixer/buildlink2.mk
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/audio/SDL_mixer/patches/patch-aa

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