pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May 20 19:59:10 UTC 2014

Modified Files:
        pkgsrc/audio/mpg123: Makefile Makefile.common PLIST distinfo
        pkgsrc/audio/mpg123-arts: Makefile
        pkgsrc/audio/mpg123-esound: Makefile
        pkgsrc/audio/mpg123-nas: Makefile
        pkgsrc/audio/mpg123-oss: Makefile
        pkgsrc/audio/mpg123-pulse: Makefile
        pkgsrc/audio/mpg123-sun: Makefile
        pkgsrc/audio/mpg123/patches: patch-aa
Removed Files:
        pkgsrc/audio/mpg123/patches: patch-ah patch-aj

Log Message:
Changes 1.19.0:
- Support float and 32/24 bit integer output also with fixed-point decoders 
(conversion from 16 bit precision).
- A-Law output encoding is actually implemented now (Michael introduced the 
encoding back in the old days without ever implementing theconversion table, 
apparently).
- Added --with-cpu=arm_fpu as decoder choice for runtime switch between plain 
fpu code and NEON.
- Fix ARM builds to work properly on debian systems without special CFLAGS 
(NEON decoder, specifically).
- Make scripts/benchmark-cpu.pl check the return value instead of delivering 
crazy timings for crashed mpg123.
- Trigger track initialization in mpg123_info() to avoid use of uninitialized 
variables (watch out for MPG123_NEED_MORE return value!).
- Fix integer code to 32 bit numbers where it would waste 64 bit on modern 
systems.
- Add non-executable stack marking also to ARM assembly.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/audio/mpg123/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/audio/mpg123/Makefile.common
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/mpg123/PLIST
cvs rdiff -u -r1.35 -r1.36 pkgsrc/audio/mpg123/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/mpg123-arts/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/mpg123-esound/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/mpg123-nas/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/mpg123-oss/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/mpg123-pulse/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/mpg123-sun/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/mpg123/patches/patch-aa
cvs rdiff -u -r1.4 -r0 pkgsrc/audio/mpg123/patches/patch-ah \
    pkgsrc/audio/mpg123/patches/patch-aj

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index