[Lunar-commits] <moonbase> SDL_mixer: version bumped to 1.2.9.

Florin Braescu florin at lunar-linux.org
Wed Oct 21 18:46:48 CEST 2009


commit bacab4a0b5eef592f1724932f81272f7d8965632
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Oct 21 19:46:48 2009 +0300

    SDL_mixer: version bumped to 1.2.9.
    
    Changes:
     * Reset channel volumes after a fade out interrupts a fade in.
     * Fixed crash race condition with position audio functions
     * Fixed stereo panning in 8-bit mode
     * Added /usr/share/timidity to the default timidity.cfg locations
     * MOD support uses libmikmod and is dynamically loaded by default
     * Added TIMIDITY_CFG environment variable to fully locate timidity.cfg
     * Implemented seamless looping for music playback
     * ID3 files are now recognized as MP3 format
     * Added decoder enumeration API:
    	Mix_GetNumChunkDecoders(), Mix_GetChunkDecoder(),
    	Mix_GetNumMusicDecoders(), Mix_GetMusicDecoder()
     * Added support for FLAC audio both as chunks and streaming
     * Added support for streaming WAV files with Mix_LoadMUS_RW()
     * Fixed crash caused by not resetting position_channels
---
 audio/SDL_mixer/DETAILS |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/audio/SDL_mixer/DETAILS b/audio/SDL_mixer/DETAILS
index 9bad799..4b48479 100644
--- a/audio/SDL_mixer/DETAILS
+++ b/audio/SDL_mixer/DETAILS
@@ -1,16 +1,16 @@
           MODULE=SDL_mixer
-         VERSION=1.2.8
+         VERSION=1.2.9
           SOURCE=$MODULE-$VERSION.tar.gz
          SOURCE2=timidity.tar.gz
    SOURCE_URL[0]=$SFORGE_URL/libsdl
    SOURCE_URL[1]=http://www.libsdl.org/projects/$MODULE/release
      SOURCE2_URL=http://www.libsdl.org/projects/$MODULE/timidity
-      SOURCE_VFY=sha1:7fa56d378f9ca53434f9470aeb2997ad84a348c6
+      SOURCE_VFY=sha1:33c43d868ec7a30de1a44a6ac05e5419b5ff53df
      SOURCE2_VFY=sha1:36445b1e1d52e01447a8afd329940116e55c28d0
         WEB_SITE=http://www.libsdl.org/projects/$MODULE
          ENTERED=20010922
-         UPDATED=20070821
-           SHORT="an SDL based, multi-channel audio mixer library"
+         UPDATED=20091021
+           SHORT="A SDL based, multi-channel audio mixer library"
 
 cat << EOF
 SDL_mixer is a sample multi-channel audio mixer library.  It supports any


More information about the Lunar-commits mailing list