autoconf script and tweak the build infrastructure to better integrate
with upstream's way of doing things. From brad.
Enable the MMS transport and sync WANTLIB.
- sync/re-sort WANTLIBs
- enable GIO support since we have Glib in the dependency path anyway
- simplify one of the Makefile patches a bit
- invert the logic for enabling/disabling the sndio backend
- more appropriate fix for some of the autoconf checks as the LIBS
variable was being polluted very early on breaking most of the
checks using AC_CHECK_LIB as well as remove/fix some improper
use of the AC_CHECK_LIB macro
From Brad
- For audacious:
devel/mcs is no longer a dependency
"--disable-sse2" configure flag no longer exists
libexecinfo is useless (backtrace() isn't used anywhere)
fix libpthread linkage ("-lpthread" -> "-pthread")
fix WANTLIB
- For audacious-plugins:
zap jack subpackage, since now Jack2>=1.9.7 is required
remove configure flags that no longer exist
do not pick hidden dependencies up if they're installed
fix libpthread linkage ("-lpthread" -> "-pthread")
fix configure failing to correctly detect required libraries due
to undefined references (wrong linking)
pass "--disable-ffaudio" to configure since it wants a ffmpeg newer
than the one we have
fix WANTLIB and CONFIGURE_ENV
- For xmp:
zap audacious subpackage: it's broken beyond any repair with audacious-3.2
OK ajacoutot@
- remove arts, esd and oss (from brad)
- add jack pseudo flavor (from brad)
- add wavpack
- add sndio, based on xmms' sndio support from Thomas Pfaff
input, some testing and ok sthen@.