CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/03/21 10:13:25
Modified files:
audio/audacious: Makefile
audio/audacious/patches: patch-src_libaudcore_Makefile
audio/audacious-plugins: Makefile
audio/audacious-plugins/patches: patch-configure_ac
audio/xmp : Makefile
Added files:
audio/audacious/patches: patch-configure_ac
audio/audacious-plugins/pkg: DESCR PLIST
Removed files:
audio/audacious-plugins/pkg: DESCR-jack DESCR-main PLIST-jack
PLIST-main
audio/xmp/pkg : DESCR-audacious PLIST-audacious
Log message:
Various fixes following audacious' update.
- 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@