Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324429 - dev-python/pyside-0.3.2 cannot coexist with kde-4.4.4
Summary: dev-python/pyside-0.3.2 cannot coexist with kde-4.4.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-17 07:17 UTC by Helmut Jarausch
Modified: 2010-06-23 11:48 UTC (History)
2 users (show)

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


Attachments
ebuild patch to use media-libs/phonon or qt-phonon (pyside-0.3.2.ebuild.patch,436 bytes, patch)
2010-06-19 09:10 UTC, Helmut Jarausch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2010-06-17 07:17:35 UTC
pyside-0.3.2  depends on >=-x11-libs/qt-phonon-4.6.0
but
media-sound/phonon-4.4.1-r1 negatively depends on x11-libs/qt-phonon 
(!x11-libs/qt-phonon:4)
and kdelibs-4.4.4, kdepimlibs-4.4.4, phonon-kde-4.4.4 and qt-webkit-4.6.3
depend on media-sound/phonon

Reproducible: Always
Comment 1 Helmut Jarausch 2010-06-19 08:34:41 UTC
(In reply to comment #0)
> pyside-0.3.2  depends on >=-x11-libs/qt-phonon-4.6.0
> but
> media-sound/phonon-4.4.1-r1 negatively depends on x11-libs/qt-phonon 
> (!x11-libs/qt-phonon:4)
> and kdelibs-4.4.4, kdepimlibs-4.4.4, phonon-kde-4.4.4 and qt-webkit-4.6.3
> depend on media-sound/phonon
> 
> Reproducible: Always
> 

Just to forward a reply from the PySide bug tracker :

-- Comment #3 from Hugo Parente Lima <hugo.lima@openbossa.org>  2010-06-18 15:48:15 ---
You just need to specify on gentoo packages that PySide needs qt-phonon OR
kde-phonon, I develop PySide using kde-phonon, because almost every linux
distro uses kde-phonon instead of qt-phonon.

For me it still being a gentoo package problem, not a PySide one.

btw, I'm using kde4.4 right now on ArchLinux and I have PySide installed on it.

Comment 2 Helmut Jarausch 2010-06-19 09:10:10 UTC
Created attachment 235921 [details, diff]
ebuild patch to use media-libs/phonon or qt-phonon

With this ebuild, pyside-0.3.2 installs just fine along kde-4.4.4
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2010-06-23 11:48:53 UTC
kde use flag introduced to handle the dependencies

Fixed