Subject: CVS commit: pkgsrc/audio
From: Adam Ciarcinski
Date: 2014-05-20 21:59:10
Message id: 20140520195910.671C996@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.54modifypkgsrc/audio/mpg123/Makefile
1.37modifypkgsrc/audio/mpg123/Makefile.common
1.4modifypkgsrc/audio/mpg123/PLIST
1.36modifypkgsrc/audio/mpg123/distinfo
1.9modifypkgsrc/audio/mpg123-arts/Makefile
1.24modifypkgsrc/audio/mpg123-esound/Makefile
1.25modifypkgsrc/audio/mpg123-nas/Makefile
1.4modifypkgsrc/audio/mpg123-oss/Makefile
1.13modifypkgsrc/audio/mpg123-pulse/Makefile
1.5modifypkgsrc/audio/mpg123-sun/Makefile
1.30modifypkgsrc/audio/mpg123/patches/patch-aa
1.4removepkgsrc/audio/mpg123/patches/patch-ah
1.4removepkgsrc/audio/mpg123/patches/patch-aj