[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#702609: pidgin-audacious: Not able to activate



On Fri, Mar 08, 2013 at 11:35:18PM +0100, Christian Britz wrote:
> Package: pidgin-audacious
> Version: 2.0.0-2
> Severity: grave
> Justification: renders package unusable
> 
> Dear Maintainer,
> 
> when I try to activate the Pidgin-Audacious plugin in pidgin nothing happens.
> 
> When I click on Plugin Details the following error message shows up:
> 
> Error: undefined symbol: audacious_remote_is_playing
Indeed, /usr/lib/pidgin/pidgin-audacious.so has unresolved references to
audacious_remote_is_playing, audacious_remote_get_playlist_title and
audacious_remote_get_playlist_pos which are defined in libaudclient2.
/usr/lib/pidgin/pidgin-audacious.so needs to be linked against it.

-laudclient2 is not used because only `pkg-config --libs audacious` is
used which includes only -laudcore -laudgui. But as the plugin doesn't
seem to use these libs the correct fix would be replacing `pkg-config
--libs audacious` with `pkg-config --libs audclient`. I'm preparing a
package with this fix.

-- 
WBR, wRAR

Attachment: signature.asc
Description: Digital signature


Reply to: