James Stembridge writes: > Package: kmix Version: 3.1.5-1
> The latest version of kmix depends on libxine, for which I see no > good reason. This is a known bug, attaching the patch for it. cheers domi
Index: xine_artsplugin/configure.in.in =================================================================== RCS file: /home/kde/kdemultimedia/xine_artsplugin/configure.in.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xine_artsplugin/configure.in.in 30 Nov 2003 14:11:10 -0000 1.11 +++ xine_artsplugin/configure.in.in 19 Jan 2004 16:13:18 -0000 1.12 @@ -228,7 +228,7 @@ AC_LANG_RESTORE() dnl Check for new internal xine symbol names -AC_CHECK_LIB(xine, _x_ao_new_port, , +AC_CHECK_LIB(xine, _x_ao_new_port, :, [ AC_DEFINE(_x_ao_new_port, ao_new_port, [Compatibility with older version of xine]) ])