CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/06/12 15:28:27
Modified files:
audio/amused : Makefile distinfo
Log message:
update audio/amused to 0.8
- try to recover from mp3 decoding errors
- plug a memory leak in player_dispatch
- don't use realpath(3) in `amused add'
- use a strictier pledge for `amused add'
- use canonpath (from kern_pledge.c) for paths handling
- non-blocking usage of sndio: avoids artificial gaps between tracks
- use sio_flush to stop the playback
- automatically skip all non-regular files, not only directories