Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335815 - media-sound/phonon depends on x11-libs/qt-dbus
Summary: media-sound/phonon depends on x11-libs/qt-dbus
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-03 14:46 UTC by charles17
Modified: 2010-09-03 14:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description charles17 2010-09-03 14:46:41 UTC
media-sound/phonon has x11-libs/qt-dbus as dependency even when the system has no dbus at all.

Shouldn't it have the dbus use flag for the dbus stuff?
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-09-03 14:56:02 UTC
dbus is really required. for instance,

xine/backend.cpp:

#include <QtDBus/QDBusConnection>

with no ifdef's around it.