Package: pulseaudio
Version: 0.9.15-1
Severity: important
Tags: patch

Hi,

kdemultimedia build failed because it could not find
/usr/lib/libpulse-mainloop-glib.so

Even after installing libpulse-dev as per packages.debian.org content
search it kept failing even though libpulse-dev installed this file.

Upon closer examination it became clear that it was pointing to a
newer so file version than present in the system.

The link was pointing to libpulse-mainloop-glib.so.0.0.4, but it was
abscent because libpulse-mainloop-glib0 was not updated since no
version was secified in libpulse-dev dependency. So the system had
libpulse-mainloop-glib.so.0.0.3 but the link was pointing to a newer
version, which needs to be installed manually.

I hope the patch fixes this issue.

Thanks
Praveen
-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call, if you are unable to speak?
(as seen on /.)
Join The DRM Elimination Crew Now!
http://fci.wikia.com/wiki/Anti-DRM-Campaign
--- pulseaudio_0.9.15-1_control.orig	2009-04-26 14:54:53.000000000 -0700
+++ pulseaudio_0.9.15-1_control	2009-04-26 14:54:03.000000000 -0700
@@ -411,7 +411,7 @@
 Package: libpulse-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libpulse0 (= ${binary:Version}), libpulse-mainloop-glib0, libpulse-browse0, libx11-dev, x11proto-core-dev, libxt-dev, libglib2.0-dev, libavahi-client-dev
+Depends: ${misc:Depends}, libpulse0 (= ${binary:Version}), libpulse-mainloop-glib0 (= ${binary:Version}), libpulse-browse0, libx11-dev, x11proto-core-dev, libxt-dev, libglib2.0-dev, libavahi-client-dev
 Description: PulseAudio client development headers and libraries
  PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
  WIN32 systems. It is a drop in replacement for the ESD sound server with

Reply via email to