diff options
author | salo <salo> | 2003-05-11 02:23:18 +0000 |
---|---|---|
committer | salo <salo> | 2003-05-11 02:23:18 +0000 |
commit | e421285fa28488fe582b691c6c7f31a3491d05c7 (patch) | |
tree | 3aaa68ec7a1b393fde3d561af8e0e161854974aa /audio/SDL_mixer/distinfo | |
parent | 63495a22ac67d8c5bc4e6ddd924c21f7d7e059fd (diff) | |
download | pkgsrc-e421285fa28488fe582b691c6c7f31a3491d05c7.tar.gz |
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.
Diffstat (limited to 'audio/SDL_mixer/distinfo')
-rw-r--r-- | audio/SDL_mixer/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/SDL_mixer/distinfo b/audio/SDL_mixer/distinfo index 8a1c68d2721..4d82309a0e5 100644 --- a/audio/SDL_mixer/distinfo +++ b/audio/SDL_mixer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/04/03 08:17:22 wiz Exp $ +$NetBSD: distinfo,v 1.2 2003/05/11 02:23:19 salo Exp $ -SHA1 (SDL_mixer-1.2.4.tar.gz) = 96c4d173382d3eaefa3a837c388d5f50f34a7d11 -Size (SDL_mixer-1.2.4.tar.gz) = 955542 bytes -SHA1 (patch-aa) = dc8f4f72e347caaa3c470b3757dd124850ff3059 +SHA1 (SDL_mixer-1.2.5.tar.gz) = 48c7c7143f0a0a21e94e743ca0fafd7ae33f62dd +Size (SDL_mixer-1.2.5.tar.gz) = 936765 bytes +SHA1 (patch-aa) = c55dcaf2251370131d90d6834eb8244c08342d98 |