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

Florin Braescu florin at lunar-linux.org
Wed Dec 15 02:55:11 CET 2010


commit 8f311af7af0958e69479afbb796106cf13ba7cdf
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Dec 15 03:55:11 2010 +0200

    mpg123: version bumped to 1.13.0.
    
    Changes:
    - libmpg123 API version 29
    - New optimization: ARM NEON (Cortex A series)
    - Added 24 bit integer output (truncation of 32 bit integer).
    - Cleanup of symbols for the static library: Only have global symbols that are
      actually needed, prefix them with INT123_ to avoid conflicts.
    - Added --streamdump to get a copy of the data libmpg123 used.
    - Added --icy-interval and tweaked libmpg123 to make playback of ICY stream
      dumps possible.
    - Added possibility to set module file suffix at build -- to be able to avoid
      .la files for plugins.
    - Removed compiler directives for alignment and disable associated tests.
      The tests don't work on a wide range of compilers anyway, and newer gccs
      do have force_align_arg_pointer to fix bad stacks.
---
 audio/mpg123/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/audio/mpg123/DETAILS b/audio/mpg123/DETAILS
index 3209fc0..70c48c8 100644
--- a/audio/mpg123/DETAILS
+++ b/audio/mpg123/DETAILS
@@ -1,12 +1,12 @@
           MODULE=mpg123
-         VERSION=1.12.5
+         VERSION=1.13.0
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$SFORGE_URL/$MODULE
    SOURCE_URL[1]=http://www.mpg123.de/download
-      SOURCE_VFY=sha1:476cb47a9b6570684b5af536beedf2026522e5f8
+      SOURCE_VFY=sha1:13e7c82c958a9b36c427f54221e669f372af6ced
         WEB_SITE=http://mpg123.de
          ENTERED=20011104
-         UPDATED=20101008
+         UPDATED=20101214
            SHORT="A console MPEG audio player"
 
 cat << EOF


More information about the Lunar-commits mailing list