Subject: CVS commit: pkgsrc/audio/SDL-mixer
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 10/13/2002 23:04:44
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sun Oct 13 20:04:44 UTC 2002

Modified Files:
	pkgsrc/audio/SDL-mixer: Makefile PLIST distinfo

Log Message:
Update to 1.2.4:
1.2.4:
 * Updated the CodeWarrior project files
 * Added a function to query the music format: Mix_GetMusicType()
 * Added a function to load audio data from memory: Mix_QuickLoad_RAW()
 * Cleaned up threading issues in the music playback code
 * Fixed deadlock introduced in the last release
1.2.3:
 * Updated autogen.sh for new versions of automake
 * Specify the SDL API calling convention (C by default)
 * Fixed recursive audio lock in the mixing function
 * Fixed setting invalid volume when querying mixer and music volumes
 * Implemented Ogg Vorbis stream rewinding
 * Added native midi support on Linux, using GPL code
	--enable-music-native-midi-gpl
 * Added seek support for MP3 files
 * Sample "finished" callbacks are now always called when a sample is stopped.
1.2.2:
 * Added an API for seeking in music files (implemented for MOD and Ogg music)
	Mix_FadeInMusicPos(), Mix_SetMusicPosition()
 * Exposed the mikmod synchro value for music synchronization
	Mix_SetSynchroValue(), Mix_GetSynchroValue()
 * Fixed MOD music volume when looping
 * Stop implicit looping, set fade out and other flags on MOD files
 * The music file type is now determined by extension as well as magic
 * Reworked playwave.c to make it more useful as a mixer testbed
 * Added a realtime sound effect API to SDL_mixer.h
 * Added the following standard sound effects:
	panning, distance attenuation, basic positional audio, stereo reversal
 * Added API for mixer versioning: Mix_Linked_Version() and MIX_VERSION()
 * Updated MikMod code to version 3.1.9a
 * Added support for loading AIFF audio chunks
 * Added native MIDI music support on MacOS and MacOS X
 * Added native MIDI music support on Windows
 * Added Project Builder projects for building MacOS X framework
 * Fixed compilation problems with mikmod under MacOS X
 * Fixed AIFF music playing support
 * Fixed building Ogg Vorbis support on Windows
 * Added Mix_ChannelFinished() and Mix_GetChunk()
 * Added VOC sound file support
 * Fixed crashes when API used with audio not initialized
 * Added support for building RPM directly from tar archive


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/audio/SDL-mixer/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/audio/SDL-mixer/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/audio/SDL-mixer/distinfo

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