The current libjingle errors out on powerpc due to the cpu_arch_ check raising an error on anything but X86 and ARM. From looking at the code, it appears this has been corrected upstream in libjingle. Reproducible: Always
Problem is that last libjingle code at svn has non-working sound support via mediastream. So updating libjingle is not easy...
Perhaps it would be possible to extract that cpu_arch_ changes and apply them to the current embedded version in kopete?
Yes, it is possible, but I do not have motivation to work on libjingle code, because google dropping xmpp/jabber/libjingle support.
Just to note that upstream google repository is now here: https://code.google.com/p/webrtc/source/browse/#svn/trunk/talk If you know which patches are needed, I can backport them to kopete tree.
(In reply to comment #2) > Perhaps it would be possible to extract that cpu_arch_ changes and apply > them to the current embedded version in kopete? Part of libjingle's r305 allows kopete to build on architectures different than x86/x86_64/arm. I'm attaching the extracted part of it.
Created attachment 83938 [details] Allow to build on unknown architectures
Git commit 545504ab771df134f377ca093b627dbe82dc7c20 by Pali Rohár. Committed on 21/05/2014 at 13:01. Pushed by pali into branch 'master'. Allow to build libjingle on unknown architectures Thanks Pino Toscano for patch! A +32 -0 protocols/jabber/googletalk/libjingle/patches/06_libjingle_unknown_architecture.patch M +3 -3 protocols/jabber/googletalk/libjingle/talk/base/systeminfo.cc M +1 -0 protocols/jabber/googletalk/libjingle/talk/base/systeminfo.h http://commits.kde.org/kopete/545504ab771df134f377ca093b627dbe82dc7c20
Git commit 1d3f611c83143c34b6c4dae21b7a8e919f05bae5 by Pali Rohár. Committed on 21/05/2014 at 13:01. Pushed by pali into branch 'KDE/4.13'. Allow to build libjingle on unknown architectures Thanks Pino Toscano for patch! FIXED-IN: 4.13.2 A +32 -0 protocols/jabber/googletalk/libjingle/patches/06_libjingle_unknown_architecture.patch M +3 -3 protocols/jabber/googletalk/libjingle/talk/base/systeminfo.cc M +1 -0 protocols/jabber/googletalk/libjingle/talk/base/systeminfo.h http://commits.kde.org/kopete/1d3f611c83143c34b6c4dae21b7a8e919f05bae5