[Lunar-commits] <moonbase> mpg123: version bumped to 1.7.0.

Florin Braescu florin at lunar-linux.org
Thu Mar 26 17:17:40 CET 2009


commit 85125b063dd66e02244ab219ed05dca61629ac3c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Mar 26 18:17:40 2009 +0200

    mpg123: version bumped to 1.7.0.
    
    Changes:
    - Lots of output format fun!
      - now supporting 8, 16, 32 bit signed/unsigned integers,
        32bit float (64bit float can be hacked in quickly)
      - optimized decoders use fallback routines for non-optimized
        formats transparently
      - flexible resampling is automatically chosen when output does
        not support standard rates (like a JACK server)
      - That meant quite some restructuring in the decoder code...
    - Lots of core functionality now optional, enabling small-footprint
      builds of libmpg123.
      - choosing among the MPEG layer codes
      - NtoM resampling
      - downsampling
      - feeder API (mpg123_open_feed())
      - ID3v2
      - String API
      - ICY
      - output formats
      - error/warning message printouts
      - ... a layer3-only shared libmpg123 can be just 107K on x86-64
        or 94K on x86
    - Many bugfixes and improvements.
---
 audio/mpg123/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/audio/mpg123/DETAILS b/audio/mpg123/DETAILS
index 8543ba7..5c295b2 100644
--- a/audio/mpg123/DETAILS
+++ b/audio/mpg123/DETAILS
@@ -1,12 +1,12 @@
           MODULE=mpg123
-         VERSION=1.6.4
+         VERSION=1.7.0
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$SFORGE_URL/$MODULE
    SOURCE_URL[1]=http://www.mpg123.de/download
-      SOURCE_VFY=sha1:d6f1ce6ce251d554992f7eae16a883bfcbc1021a
+      SOURCE_VFY=sha1:643f1c76ea1ca69ad8861c45489cb90ffb9801dc
         WEB_SITE=http://mpg123.de
          ENTERED=20011104
-         UPDATED=20090111
+         UPDATED=20090326
            SHORT="A console MPEG audio player"
 
 cat << EOF


More information about the Lunar-commits mailing list