GNOME Bugzilla – Bug 502999
Support for lzma
Last modified: 2008-01-05 08:47:55 UTC
Hi, it would be nice if file-roller could support lzma archives through lzma-utils. http://tukaani.org/lzma/ Debian Bug: http://bugs.debian.org/455666
Created attachment 101756 [details] [review] Patch implementing lzma support. Add support for lzma files, both normal files and tar-files compressed by lzma. Fixes bug #502999. ChangeLog | 11 +++++++++++ src/fr-archive.c | 18 ++++++++++++++++++ src/fr-command-cfile.c | 24 ++++++++++++++++++++++++ src/fr-command-tar.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ src/main.c | 4 ++++ src/typedefs.h | 3 +++ 6 files changed, 109 insertions(+) This patch adds full support for lzma files. I have tested this on my basic use cases and it should perform without much trouble (as it is very similar to bzip2). I have not yet tested the nautilus extension, but this should not pose much problems.
patch applied to trunk, thanks.
*** Bug 507402 has been marked as a duplicate of this bug. ***