Summary: | Please update embedded libjingle | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Scott Kitterman <kde> |
Component: | Jabber Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | pali.rohar, pino |
Priority: | NOR | ||
Version: | 1.5.60 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
URL: | http://libjingle.googlecode.com/svn/trunk/talk/base/systeminfo.cc | ||
Latest Commit: | http://commits.kde.org/kopete/1d3f611c83143c34b6c4dae21b7a8e919f05bae5 | Version Fixed In: | 4.13.2 |
Sentry Crash Report: | |||
Attachments: | Allow to build on unknown architectures |
Description
Scott Kitterman
2013-08-09 16:59:03 UTC
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 |