Version: (using KDE KDE 3.5.7) Installed from: Mandriva RPMs I will here try to submit my patches with lzma support for kdelibs & kdebase, my first kde patches, so please be gentle with feedback ;)
Created attachment 21539 [details] lzma kioslave This patch adds lzma kioslave filter (decoding only as that's all what liblzmadec supports). kbzip2filter has been used as a skeleton sort of, and for the mime types I've just replaced gzip with LZMA, so for the completely different charsets, it might still say gzip. Also I would guess that the the kdocbook part is of less use due to no support for encoding.. works for me (tm)
Created attachment 21540 [details] kdebase lzma support This patch adds lzma support to kdebase where relevant..
I can't decide for you if the patch does the job OK, but this is written against KDE 3.5.7. The problem is that the KDE 3.5 branch is frozen for new features, and your patch needs to be ported to the KDE 4 framework.
Created attachment 26346 [details] lzma filter This updated patch is against kdelibs 4.0.98. To make use of this, latest lzma utils from git (git://ctrl.tukaani.org/lzma-utils.git) is needed.
Created attachment 26347 [details] lzma patch for kdebase-runtime here's the kdebase-runtime part for the previous patch..
Comment on attachment 26347 [details] lzma patch for kdebase-runtime oops, forgot '||'
Created attachment 26348 [details] fix previous breakage in patch.. previous patch was broken..
we have it now on mandriva, is someone against the fact that i commit this on trunk if we do not find any bugs during our test ?
Created attachment 26495 [details] lzma-docbook was missing in previous patch lzma.docbook was missing in the previous patch, thus breaking it, this one should be working :)
Hello, What is the status of lzma support? Has it been committed? Thanks.
xz/lzma support is in KDE4 for quite a while now. Please RESOLVED/FIXED
Closing then.