Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(mandriva) add lzma support #176

Closed
mc-butler opened this issue Jan 16, 2009 · 10 comments
Closed

(mandriva) add lzma support #176

mc-butler opened this issue Jan 16, 2009 · 10 comments
Labels
area: core Issues not related to a specific subsystem prio: medium Has the potential to affect progress ver: 4.6.1 Reproducible in version 4.6.1
Milestone

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/176
Reporter metux (@metux)
Keywords commited-master

Mandriva Patches: Add support for lzma compressed files

branch:176_lzma
[5ba2a58e46f4fdea874ad4395bf7faa0848ed20f]

@mc-butler
Copy link
Author

Changed by metux (@metux) on Jan 24, 2009 at 5:14 UTC (comment 1)

  • Description edited

@mc-butler
Copy link
Author

Changed by metux (@metux) on Jan 24, 2009 at 5:17 UTC (comment 2)

  • Description edited

@mc-butler
Copy link
Author

Changed by metux (@metux) on Feb 3, 2009 at 19:39 UTC (comment 3)

  • Status changed from new to accepted
  • Keywords changed from review to review, vote-metux
  • Owner set to metux
  • Description edited

rebased to current master

@mc-butler
Copy link
Author

Changed by slyfox (@trofi) on Feb 3, 2009 at 21:05 UTC (comment 4)

diff --git a/edit/edit.c b/edit/edit.c
index 36284df..153b549 100644
--- a/edit/edit.c
+++ b/edit/edit.c
@@ -185,6 +185,7 @@ edit_load_file_fast (WEdit *edit, const char *filename)

static const struct edit_filters {

const char *read, *write, *extension;

} all_filters[] = {

+ { "lzma -cd %s 2>&1", "lzma > %s", ".bz2" },


{ "bzip2 -cd %s 2>&1", "bzip2 > %s", ".bz2" },
{ "gzip -cd %s 2>&1", "gzip > %s", ".gz" },
{ "gzip -cd %s 2>&1", "gzip > %s", ".Z" }

@mc-butler
Copy link
Author

Changed by slyfox (@trofi) on Feb 3, 2009 at 21:06 UTC (comment 5)

Tried to underscore ".bz2". is it ok here?

+ { "lzma -cd %s 2>&1", "lzma > %s", ".bz2" },

@mc-butler
Copy link
Author

Changed by metux (@metux) on Feb 3, 2009 at 23:39 UTC (comment 6)

hmm, should be .lzma, IMHO

fixed this

@mc-butler
Copy link
Author

Changed by styx (@styx) on Feb 21, 2009 at 10:12 UTC (comment 7)

  • Owner changed from metux to styx
  • Keywords changed from review, vote-metux to review, vote-metux, vote-styx, approved
  • Status changed from accepted to assigned

@mc-butler
Copy link
Author

Changed by styx (@styx) on Feb 23, 2009 at 10:17 UTC (comment 8)

  • Keywords changed from review, vote-metux, vote-styx, approved to commited-master
  • Resolution set to fixed
  • Status changed from assigned to testing

@mc-butler
Copy link
Author

Changed by styx (@styx) on Feb 23, 2009 at 10:19 UTC (comment 9)

  • Status changed from testing to closed

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jul 2, 2009 at 17:10 UTC (comment 10)

  • Severity set to no branch

[a5ba278] dropes the TAR VFS (see #1392).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: core Issues not related to a specific subsystem prio: medium Has the potential to affect progress ver: 4.6.1 Reproducible in version 4.6.1
Development

No branches or pull requests

1 participant