Bug 149523 - Add lzma kioslave and general lzma support
Summary: Add lzma kioslave and general lzma support
Status: RESOLVED FIXED
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-03 19:32 UTC by Per Øyvind Karlsen
Modified: 2010-08-10 23:24 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
lzma kioslave (18.19 KB, patch)
2007-09-03 19:37 UTC, Per Øyvind Karlsen
Details
kdebase lzma support (6.62 KB, patch)
2007-09-03 19:39 UTC, Per Øyvind Karlsen
Details
lzma filter (21.68 KB, patch)
2008-07-22 21:18 UTC, Per Øyvind Karlsen
Details
lzma patch for kdebase-runtime (5.93 KB, patch)
2008-07-22 22:22 UTC, Per Øyvind Karlsen
Details
fix previous breakage in patch.. (5.93 KB, patch)
2008-07-22 22:28 UTC, Per Øyvind Karlsen
Details
lzma-docbook was missing in previous patch (507.23 KB, patch)
2008-07-30 11:27 UTC, Per Øyvind Karlsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Per Øyvind Karlsen 2007-09-03 19:32:14 UTC
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 ;)
Comment 1 Per Øyvind Karlsen 2007-09-03 19:37:09 UTC
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)
Comment 2 Per Øyvind Karlsen 2007-09-03 19:39:43 UTC
Created attachment 21540 [details]
kdebase lzma support

This patch adds lzma support to kdebase where relevant..
Comment 3 Bram Schoenmakers 2007-09-03 22:10:48 UTC
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.
Comment 4 Per Øyvind Karlsen 2008-07-22 21:18:19 UTC
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.
Comment 5 Per Øyvind Karlsen 2008-07-22 22:22:19 UTC
Created attachment 26347 [details]
lzma patch for kdebase-runtime

here's the kdebase-runtime part for the previous patch..
Comment 6 Per Øyvind Karlsen 2008-07-22 22:25:35 UTC
Comment on attachment 26347 [details]
lzma patch for kdebase-runtime

oops, forgot '||'
Comment 7 Per Øyvind Karlsen 2008-07-22 22:28:27 UTC
Created attachment 26348 [details]
fix previous breakage in patch..

previous patch was broken..
Comment 8 Nicolas L. 2008-07-22 22:34:30 UTC
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 ?
Comment 9 Per Øyvind Karlsen 2008-07-30 11:27:10 UTC
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 :)
Comment 10 Médéric Boquien 2008-11-08 23:30:21 UTC
Hello,

What is the status of lzma support? Has it been committed?

Thanks.
Comment 11 Maciej Mrozowski 2010-08-10 17:48:26 UTC
xz/lzma support is in KDE4 for quite a while now. Please RESOLVED/FIXED
Comment 12 Pino Toscano 2010-08-10 23:24:29 UTC
Closing then.