FS#44900 - [namcap] support lrzip and lzop compression formats

Attached to Project: Arch Linux
Opened by Matti Niemenmaa (Deewiant) - Friday, 08 May 2015, 18:40 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 10 May 2015, 05:06 GMT
Task Type Feature Request
Category Arch Projects
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

bz2, gz, xz, and Z are supported but it seems the two newest additions to makepkg's repertoire are not:

$ namcap *.pkg.tar.bz2
$ namcap *.pkg.tar.gz
$ namcap *.pkg.tar.xz
$ namcap *.pkg.tar.Z
$ namcap *.pkg.tar.lrz
Unsupported compression
$ namcap *.pkg.tar.lzo
Unsupported compression

$ pacman -Qi namcap | grep Version
Version : 3.2.5-2
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 10 May 2015, 05:06 GMT
Reason for closing:  Implemented
Comment by Kyle Keen (keenerd) - Sunday, 10 May 2015, 04:48 GMT
Fixed in commit 58420506f of namcap-git. I'm not entirely happy with the LRZ mode. It is a little noisy even with the quiet flag.

Loading...