Summary
A fork of Con Kolivas' 'lrzip' program that is actively maintained. Lrzip is a compression program optimised for large files. The larger the file and the more memory you have, the better the compression advantage this will provide, especially once the files are larger than 100MB. The advantage can be chosen to be either size (much smaller than bzip2) or speed (much faster than bzip2).
Versions
v9999 :: 0 :: gentoo
- Modified
- License
- GPL-2
- USE flags
- asm largefile static-libs year2038
v0.13.1 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64
- USE flags
- asm largefile static-libs year2038
USE flags
General
- asm
- Enable using assembly for optimization
- largefile
- Enables support for large files
- static-libs
- Build static versions of dynamic libraries as well
- year2038
- Enables support for 64-bit 'time_t' (sets D_TIME_BITS=64; glibc only)
Dependencies
app-arch / bzip2 : A high-quality data compressor used extensively by Gentoo Linux
app-arch / bzip3 : A better and stronger spiritual successor to BZip2
app-arch / lz4 : Extremely Fast Compression algorithm
app-arch / zstd : zstd fast compression library
dev-libs / libgcrypt : General purpose crypto library based on the code used in GnuPG
dev-libs / libgpg-error : Contains error handling functions used by GnuPG software
dev-libs / lzo : An extremely fast compression and decompression library
Runtime Dependencies
app-arch / bzip2 : A high-quality data compressor used extensively by Gentoo Linux
app-arch / bzip3 : A better and stronger spiritual successor to BZip2
app-arch / lz4 : Extremely Fast Compression algorithm
app-arch / zstd : zstd fast compression library
dev-libs / libgcrypt : General purpose crypto library based on the code used in GnuPG
dev-libs / libgpg-error : Contains error handling functions used by GnuPG software
dev-libs / lzo : An extremely fast compression and decompression library
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Joshua Kinard · gentoo
app-arch/lrzip-next: Update to 0.13.1
Update to v0.13.1, which includes lzma SDK 24.x from 7-Zip upstream. Partially addresses some issues found on musl, however, it will remain masked on musl for the time being until a sigsegv bug in libzpaq is fixed. Bug: https://bugs.gentoo.org/925547 Bug: https://bugs.gentoo.org/925618 Signed-off-by: Joshua Kinard <kumba@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joshua Kinard · gentoo
app-arch/lrzip-next: Remove ~x86 keyword; investigated musl issues
Package no longer supports 32-bit arches (sizeof(long) == 4), so will mask on all 32-bit arches. Package is also currently incompatible w/ musl's pthreads code; need to talk to upstream to see if can be fixed. Will mask on musl for now. Also added more missing deps, removed dev-perl/Pod-Parser as a bdep, and added ebuild logic to fill in the package's version w/o needing to drag dev-vcs/git in as a bdep. Bug: https://bugs.gentoo.org/925547 Closes: https://bugs.gentoo.org/925548 Signed-off-by: Joshua Kinard <kumba@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joshua Kinard · gentoo
app-arch/lrzip-next: new package, add 0.12.6
Fork of ckolivas' app-arch/lrzip package that is actively maintained and w/ some additional features. Signed-off-by: Joshua Kinard <kumba@gentoo.org>