https://bugs.kde.org/show_bug.cgi?id=364718
Andreas Cord-Landwehr <cordlandw...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DOWNSTREAM Status|UNCONFIRMED |RESOLVED --- Comment #4 from Andreas Cord-Landwehr <cordlandw...@kde.org> --- I am afraid, this is a packaging problem (though one that is very hard to fix): - the dependency QtGStreamer is linked against GStreamer 1.x API - the dependency QtMultimedia is linked against GStreamer 0.10 API Both GStreamer API versions are mutual exclusive in a program and cause it to stop/deadlock. Your distribution would have to update the QtMultimedia dependency to 1.x API. Yet that requires a big patch and a considerable amount of work (I did this for the Debian packages). And as Qt4 slowly comes to end of its life, I am not sure if your distribution want to invest that time. Moreover, you use Artikulate still from a KDE SC 4 release. Newer versions depending on Qt5 do not have this problem anymore, since we can avoid using both at the same time. -- You are receiving this mail because: You are watching all bug changes.