pkgsrc/audio/SDL-mixer
wiz 80620dd374 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
2002-10-13 20:04:43 +00:00
..
buildlink2.mk Add a buildlink2.mk file based on the existing buildlink.mk file. 2002-08-27 18:40:07 +00:00
DESCR Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
distinfo Update to 1.2.4: 2002-10-13 20:04:43 +00:00
Makefile Update to 1.2.4: 2002-10-13 20:04:43 +00:00
PLIST Update to 1.2.4: 2002-10-13 20:04:43 +00:00