missing libphonon.so?

Kevin Kofler kevin.kofler at chello.at
Thu May 22 11:18:30 UTC 2008


Neal Becker <ndbecker2 <at> gmail.com> writes:
> How are kde4/qt4 apps _supposed_ to find these libs?

KDE 4 apps normally have:
FindPackage(KDE4 REQUIRED)
in their .cmake scripts. The FindKDE4.cmake snippet shipped with cmake will use 
kde4-config to locate FindKDE4Internal.cmake (which ships with kdelibs) and let 
that do the real work. Our FindKDE4Internal.cmake is patched with this:
http://cvs.fedoraproject.org/viewcvs/rpms/kdelibs/F-9/kdelibs-4.0.4-parallel_devel.patch?rev=1.1&view=markup

The problem is that Phonon is now getting used by apps which are not KDE apps, 
because Qt is also shipping a version of it (since 4.4), and those non-KDE apps 
are not using FindKDE4Internal.cmake, so the magic doesn't work.

        Kevin Kofler




More information about the fedora-devel-list mailing list