Package: audacious-dev
Version: 1.4.6-2
Severity: important
File: /usr/lib/pkgconfig/audacious.pc
Tags: patch
Hello,
/usr/include/audacious/audctrl.h has a line:
#include <dbus/dbus-glib.h>
but there is no dependency on dbus-glib-1.
When PKG_CHECK_MODULES(AUDACIOUS,...) is run during ./configure it shows
an error:
In file included from conftest.cpp:74:
/usr/include/audacious/audctrl.h:24:28: error: dbus/dbus-glib.h: No such file
or directory
etc...
To fix the problem please apply attached audacious-pc.patch. Please add
versioned dependency if you find it necessary.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24-1-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to
C)
Shell: /bin/sh linked to /bin/bash
Versions of packages audacious-dev depends on:
ii libaudclient1 1.4.6-2 audacious dbus remote control libr
ii libaudid3tag1 1.4.6-2 audacious id3 tag manipulation lib
ii libdbus-1-dev 1.1.20-1 simple interprocess messaging syst
ii libdbus-glib-1-dev 0.74-1 simple interprocess messaging syst
ii libglade2-dev 1:2.6.2-1 development files for libglade
ii libgtk2.0-dev 2.12.8-1 Development files for the GTK+ lib
ii libmcs-dev 0.6.0-1 Development library and headers fo
ii libmowgli-dev 0.6.1-1 a high performance development fra
ii libsamplerate0-dev [libsample 0.1.2-5 development files for audio rate c
audacious-dev recommends no packages.
-- no debconf information
--
Blogi to bastardy WWW, które się po nocach ryćkało z top-postingiem.
/Leslie/
--- audacious.pc-orig 2008-03-02 19:30:38.248145561 +0000
+++ audacious.pc 2008-03-02 19:30:41.152146219 +0000
@@ -19,6 +19,6 @@
Name: Audacious
Description: Audacious is a versatile and handy multi platform media player
Version: 1.4.6
-Requires: glib-2.0 >= 2.10.0, gtk+-2.0 >= 2.10.0, glib-2.0 >= 2.10.0, libmowgli >= 0.4, libmcs >= 0.1
+Requires: glib-2.0 >= 2.10.0, gtk+-2.0 >= 2.10.0, glib-2.0 >= 2.10.0, libmowgli >= 0.4, libmcs >= 0.1, dbus-glib-1
Libs: -L${lib_dir} -laudclient
Cflags: -I${audacious_include_dir}