I'm trying to build x11-lib/qt-webkit with enabled "kde" use. That means I'd like to link it against media-libs/phonon instead of x11-libs/qt-phonon. Build system of QtWebKit tries to link to phonon.framework, but media-libs/phonon is installed as a plain dylib into $EPREFIX/usr/lib, which results in * QA Notice: invalid reference to phonon.framework/Versions/4/phonon in /Users/konstantintokarev/Gentoo/usr/lib/qt4/QtWebKit.framework/Versions/4/QtWebKit * ERROR: x11-libs/qt-webkit-4.7.4 failed: * invalid install_name found, your application or library will crash at runtime
AFAIU, possible fixes are: 1) Create phonon.framework when instaling media-libs/phonon 2) Make x11-lib/qt-webkit linking to libphonon.4.dylib instead of phonon.framework when "kde" is enabled
qtwebkit no longer needs phonon