diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-13 20:04:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-13 20:04:43 +0000 |
commit | 80620dd374fc0a7121fc59e07d272ef59f3bbe59 (patch) | |
tree | 52d2e5362577697d095982e03a769745ce104fb3 /audio | |
parent | 80ffc9338cdbd511c1772c8dcb08ed02bc8af82e (diff) | |
download | pkgsrc-80620dd374fc0a7121fc59e07d272ef59f3bbe59.tar.gz |
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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/SDL-mixer/Makefile | 4 | ||||
-rw-r--r-- | audio/SDL-mixer/PLIST | 6 | ||||
-rw-r--r-- | audio/SDL-mixer/distinfo | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/audio/SDL-mixer/Makefile b/audio/SDL-mixer/Makefile index 5e945052d20..871576f1592 100644 --- a/audio/SDL-mixer/Makefile +++ b/audio/SDL-mixer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2002/09/25 19:49:13 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/13 20:04:43 wiz Exp $ # -DISTNAME= SDL_mixer-1.2.0 +DISTNAME= SDL_mixer-1.2.4 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ diff --git a/audio/SDL-mixer/PLIST b/audio/SDL-mixer/PLIST index 77349fa6b63..f07203c20a0 100644 --- a/audio/SDL-mixer/PLIST +++ b/audio/SDL-mixer/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:15:11 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/10/13 20:04:43 wiz Exp $ bin/playmus bin/playwave include/SDL/SDL_mixer.h lib/libSDL_mixer-1.2.so -lib/libSDL_mixer-1.2.so.0 -lib/libSDL_mixer-1.2.so.0.0 +lib/libSDL_mixer-1.2.so.2 +lib/libSDL_mixer-1.2.so.2.2 lib/libSDL_mixer.a lib/libSDL_mixer.la lib/libSDL_mixer.so diff --git a/audio/SDL-mixer/distinfo b/audio/SDL-mixer/distinfo index 4a50ca3d4fe..5bb596d7f43 100644 --- a/audio/SDL-mixer/distinfo +++ b/audio/SDL-mixer/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/09/24 15:00:25 rh Exp $ +$NetBSD: distinfo,v 1.2 2002/10/13 20:04:43 wiz Exp $ -SHA1 (SDL_mixer-1.2.0.tar.gz) = 088ed9a1e69f4be1d100d151dc61518a9d38cd63 -Size (SDL_mixer-1.2.0.tar.gz) = 453760 bytes +SHA1 (SDL_mixer-1.2.4.tar.gz) = 96c4d173382d3eaefa3a837c388d5f50f34a7d11 +Size (SDL_mixer-1.2.4.tar.gz) = 955542 bytes |