Subject: CVS commit: pkgsrc/audio/mpg123
From: Dr. Thomas Orgis
Date: 2021-03-26 00:53:13
Message id: 20210325235313.F387AFA95@cvs.NetBSD.org

Log Message:
mpg123: update to 1.26.5 and use default optimization

This approaches a serious performance issue with 1.26.x when
resampling is used on certain platforms (observed on SPARC).
Floating point denormals crop up. This change approaches that
two-fold

1. Do not disable default optimization flags for GCC.
2. Update to 1.26.5 that contains code to avoid denormals.

The default flags are about code optimization (like -ffast-math),
not the target architecture, so should not affect portability.
They are also rather safe and tested as development of mpg123
always has them in place. This is how it is meant to be played;-)

Approved during freeze by wiz.

Files:
RevisionActionfile
1.57modifypkgsrc/audio/mpg123/Makefile.common
1.56modifypkgsrc/audio/mpg123/distinfo