Another issue with qt-phonon vs media-sound/phonon: When Phonon ist installed via media-sound/phonon (as is needed with kde4, blocking qt-phonon), problems occur, when using CMake and qt-only. phonon can not be found. Just test this simple sample-CMakeLists.txt: ##### project (Phonon-test) find_package (Qt4 REQUIRED) set (QT_USE_PHONON true) include(${QT_USE_FILE}) if(NOT QT_PHONON_FOUND) MESSAGE("No phonon found") endif (NOT QT_PHONON_FOUND ) ##### As I use KDE4, but develop only using qt/cmake, I really get trouble... As a bad side-effect, PyQt4 does not build phonon-bindings, if qt-phonon is not present. And media-sound/phonon only installs simple headers, these reside in /usr/include/phonon/. qt-phonon also installs CamelCase-headers, they all reside in /usr/include/qt4/Phonon. (There is another bug flying around here) A solution to this qt-phonon vs media-sound/phonon-fight would be really great :) Thx Franz Reproducible: Always
There was a discussion in upstream that may be relevant http://old.nabble.com/Phonon-include-header-fix,-once-and-for-all-td26727455.html
Franz, is this bug still an issue or can it be closed?
First of all I'm not sure what the problem is here: 1) If the problem is that qt-phonon can't be installed in a kde evnironment, sorry we can't do anything about it. KDE requires media-sound/phonon, which can't co-exist with qt-phonon in the same system. 2) If the problem is that media-sound/phonon includes headers in wrong position, where should it install them to make the above cmake snippet (or an equivalent one for phonon) find them? 3) If the problem is that qt-phonon installs the headers in wrong position, please file a new bug. Closing as needinfo for now, feel free to reopen