[Lunar-commits] <moonbase> SDL_sound: version bumped to 1.0.3.

Florin Braescu florin at lunar-linux.org
Wed Jun 25 16:04:57 CEST 2008


commit 1fca82af400067f53cfd105ddca6e8484f253d96
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Jun 25 17:04:57 2008 +0300

    SDL_sound: version bumped to 1.0.3.
    
    Changes:
    Apparently MICRO_VERSION in configure.in doesn't do what I think; reset for binary compatibility.
    Look for Speex includes in new directory. Converted all text encoding from ISO-8859-1 to UTF-8. Fixed "make dist" script for dealing with Subversion instead of CVS. Added Speex to the README. Upped version to 1.0.2.
    Check if Speex header has bogus data.
    Minor correction in Timidity resampling code.
    Fixed uninitialized buffer in mpglib.
    Fixed bogus memory dereference when SMPEG fails init.
    Added playsound_simple.c.
    Backed out some commits, converted repository to Subversion, and branched off to a 1.1.0 development tree.
    VOC decoder was broken. Now it isn't.
    Building fixes.
---
 audio/SDL_sound/DEPENDS |   12 ++++++------
 audio/SDL_sound/DETAILS |   12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/audio/SDL_sound/DEPENDS b/audio/SDL_sound/DEPENDS
index d01fe39..86aec12 100644
--- a/audio/SDL_sound/DEPENDS
+++ b/audio/SDL_sound/DEPENDS
@@ -1,8 +1,8 @@
-depends  SDL  &&
+depends  SDL
 
-optional_depends  "libvorbis" "--enable-vorbis"  ""  "for OGG support."   &&
-optional_depends  "flac"      "--enable-flac"    ""  "for FLAC support."  &&
-optional_depends  "libmikmod" "--enable-mikmod"  ""  "for MOD support."   &&
-optional_depends  "speex"     "--enable-speex"   ""  "for SPX support"    &&
-optional_depends  "smpeg"     "--enable-smpeg"   ""  "for MP3 support."   &&
+optional_depends  "libvorbis" "--enable-vorbis"  ""  "for OGG support."
+optional_depends  "flac"      "--enable-flac"    ""  "for FLAC support."
+optional_depends  "libmikmod" "--enable-mikmod"  ""  "for MOD support."
+optional_depends  "speex"     "--enable-speex"   ""  "for SPX support"
+optional_depends  "smpeg"     "--enable-smpeg"   ""  "for MP3 support."
 optional_depends  "physfs"    "--enable-physfs"  ""  "for various archives support"
diff --git a/audio/SDL_sound/DETAILS b/audio/SDL_sound/DETAILS
index 0b55324..45307e7 100644
--- a/audio/SDL_sound/DETAILS
+++ b/audio/SDL_sound/DETAILS
@@ -1,12 +1,12 @@
           MODULE=SDL_sound
-         VERSION=1.0.1
+         VERSION=1.0.3
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://icculus.org/SDL_sound/downloads/
-      SOURCE_VFY=sha1:9cb8550facf64f941179ba5767f763d1d52ddd6b
-        WEB_SITE=http://icculus.org/$MODULE/
+      SOURCE_URL=http://icculus.org/SDL_sound/downloads
+      SOURCE_VFY=sha1:1984bc20b2c756dc71107a5a0a8cebfe07e58cb1
+        WEB_SITE=http://icculus.org/$MODULE
          ENTERED=20060108
-         UPDATED=20060108
-           SHORT="SDL_sound. An abstract soundfile decoder."
+         UPDATED=20080625
+           SHORT="An abstract soundfile decoder"
 
 cat << EOF
 SDL_sound is a library that handles the decoding of several popular 


More information about the Lunar-commits mailing list