pkgsrc changes:
* support wide-curses, enabled by default so I can read my song titles.
* support for alsa, enabled by default on linux
* support for more file formats
* pkglint fixes
2.5.2
New configuration file options:
ALSAStutterDefeat: avoid the ALSA bug which causes stuttering
Significant bug fixes:
Fixed error during configure on busybox systems
Fixed calculation of average bitrate in FLAC decoder
Fixed unintentional disabling of MMAP support
Fixed build failure on split ncurses/tinfo systems
Fixed unreaped children when running in foreground mode
Fixed freeze on Nokia devices if audios play to completion
Circumvented ALSA stutter bug
Added missing 'Precache' option to example config file
Miscellaneous:
Improved the accuracy of the average bitrate for FLAC
Mitigated out-of-file seeking for several formats
Warn of TagLib version requirement rising to 1.5
Warn of Musepack library changing to libmpc (from libmpcdec)
2.5.1
Significant bug fixes:
Corrected the setting of linked libraries for Berkeley DB
Fixed ALSA volume setting problem (Tomasz Golinski)
Fixed clearing of stream status message on error
Resolved FFmpeg/LibAV's downmixing API issues (Andreas Cadhalpun)
Removed duplicate logging of fatal error messages
Miscellaneous:
Adapted to FFmpeg 3.0 API
Warn of FFmpeg/LibAV version requirement rising to 1.0/10.0
Warn of pending POSIX.1-2001 compliance requirement
Fixed several warnings and errors on OpenBSD (Brent Cook)
Fixed various (and potential) segfaults (Daniel T. Borelli, Hendrik Iben, Rastislav Barlik)
Fixed various resource leakages
Silenced various compiler warnings
Added instructions on building with autoreconf