due to changing "-I/usr/local/include/kde4" to
"-isystem /usr/local/include/kde4". Still investigating, who to blame:
CMake, Phonon or maybe someone else... not me, right?
(note for myself: there is no such thing as extra build for KDE stuff)
Breakage noticed by naddy@: thanks and sorry.
This also updates its backends, due to some API changes it's easier to this
in a single batch. The biggest news here are that phonon-gstreamer switches
to GStreamer 1.0, finally.
Main change is that VLC backend becames the default (and really performs
better than GStreamer one).
(now please get your children out of display)
Another change is that due the fact that Phonon now supports library
renaming upstream, libphononexperimental.so becomes
libphonon_sexperimental.so. This doesn't affect any ports imported as of now.
REVISION bumps for the dependant ports to follow.
* Main library renamed from "phonon" to "phonon_s", to avoid clashing
with Qt4's one.
* Backends now live in multimedia/phonon-backend port (committed earlier).
* The multimedia/phonon module added, to avoid adding complicated
RDEP strings to ports of Phonon users.