Package: mpg123 Version: 1.16.0-1 Severity: normal Tags: patch Hi,
As discussed at https://bugs.launchpad.net/ubuntu/+source/mpg123/+bug/1072696 mpg123 and audacious fail to work together on arm with current cpu setting of mpg123. Not providing float output could be considered and abi difference. The better solution would of course be to upstream to runtime cpu detection. But for the time being, it seems the best solution is to pass --with-cpu=generic_fpu for generic codepath. --- mpg123-1.16.0/debian/rules 2013-10-07 13:16:59.000000000 +0300 +++ mpg123-1.16.0/debian/rules 2014-02-14 09:17:02.000000000 +0200 @@ -22,6 +22,7 @@ --with-module-suffix=.so CONF_i486:=--with-cpu=x86_dither +CONF_arm:=--with-cpu=generic_fpu SOVERSION:=0 LIB_PKG:=libmpg123-$(SOVERSION) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org