mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
lizard: replaces lz5
fixes description.
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
SUMMARY="An efficient compressor with very fast decompression"
|
||||
DESCRIPTION="LZ5 is a lossless compression algorithm which contains 4 \
|
||||
DESCRIPTION="Lizard is a lossless compression algorithm which contains 4 \
|
||||
compression methods:
|
||||
fastLZ4 : compression levels -10...-19 are designed to give better \
|
||||
decompression speed than LZ4 i.e. over 2000 MB/s
|
||||
LZ5v2 : compression levels -20...-29 are designed to give better ratio than \
|
||||
LIZv1 : compression levels -20...-29 are designed to give better ratio than \
|
||||
LZ4 keeping 75% decompression speed
|
||||
fastLZ4 + Huffman : compression levels -30...-39 add Huffman coding to fastLZ4
|
||||
LZ5v2 + Huffman : compression levels -40...-49 give the best ratio (comparable\
|
||||
LIZv1 + Huffman : compression levels -40...-49 give the best ratio (comparable\
|
||||
to zlib and low levels of zstd/brotli) at decompression speed of 1000 MB/s."
|
||||
HOMEPAGE="https://github.com/inikep/lizard/"
|
||||
COPYRIGHT="2011-2017, Yann Collet
|
||||
2015-2017, Przemyslaw Skibinski"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="lizard-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6f666ed699fc15dc7fdaabfaa55787b40ac251681b50c0d8df017c671a9457e6"
|
||||
@@ -35,6 +35,9 @@ fi
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
REPLACES="
|
||||
lz5$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
lizard${secondaryArchSuffix}_devel = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user