gentoo-ebuilds/app-arch/lrzip-next/metadata.xml
Joshua Kinard 5485da75f3
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>
2024-08-04 05:36:57 -04:00

23 lines
947 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>kumba@gentoo.org</email>
<name>Joshua Kinard</name>
</maintainer>
<longdescription>
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).
</longdescription>
<upstream>
<remote-id type="github">pete4abw/lrzip-next</remote-id>
</upstream>
<use>
<flag name="largefile">Enables support for large files</flag>
<flag name="year2038">Enables support for 64-bit 'time_t' (sets D_TIME_BITS=64; glibc only)</flag>
</use>
</pkgmetadata>