* [bug#61003] [PATCH] gnu: Add lzfse.
@ 2023-01-22 12:10 Roman Scherer
2023-01-22 17:41 ` Raghav Gururajan via Guix-patches via
2023-02-11 20:53 ` bug#61003: " Nicolas Goaziou
0 siblings, 2 replies; 4+ messages in thread
From: Roman Scherer @ 2023-01-22 12:10 UTC (permalink / raw)
To: 61003
[-- Attachment #1.1: Type: text/plain, Size: 140 bytes --]
Hello Guix,
this patch adds the LZFSE package, a compression library and command line tool.
Could you please review it?
Thanks, Roman.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-Add-lzfse.patch --]
[-- Type: text/x-diff, Size: 1718 bytes --]
From fdb42eb6380706e06b1d02c5380ccca198da7583 Mon Sep 17 00:00:00 2001
From: r0man <roman@burningswell.com>
Date: Sun, 22 Jan 2023 13:00:53 +0100
Subject: [PATCH] gnu: Add lzfse.
* gnu/packages/compression.scm (lzfse): New variable.
---
gnu/packages/compression.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 0f4c9a794e..e84dee6ceb 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2807,6 +2807,29 @@ (define-public libcbor
(license license:expat)
(home-page "https://github.com/PJK/libcbor")))
+(define-public lzfse
+ (package
+ (name "lzfse")
+ (version "1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/lzfse/lzfse.git")
+ (commit (string-append "lzfse-" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1mfh6y6vpvxsdwmqmfbkqkwvxc0pz2dqqc72c6fk9sbsrxxaghd5"))))
+ (build-system cmake-build-system)
+ (home-page "https://github.com/lzfse/lzfse")
+ (synopsis "LZFSE compression library and command line tool")
+ (description "This is a reference C implementation of the LZFSE compressor
+introduced in the Compression library with OS X 10.11 and iOS 9. LZFSE is a
+Lempel-Ziv style data compression algorithm using Finite State Entropy coding.
+It targets similar compression rates at higher compression and decompression
+speed compared to deflate using zlib")
+ (license license:bsd-3)))
+
(define-public fcrackzip
(package
(name "fcrackzip")
--
2.38.1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 528 bytes --]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#61003] [PATCH] gnu: Add lzfse.
2023-01-22 12:10 [bug#61003] [PATCH] gnu: Add lzfse Roman Scherer
@ 2023-01-22 17:41 ` Raghav Gururajan via Guix-patches via
2023-02-11 20:53 ` bug#61003: " Nicolas Goaziou
1 sibling, 0 replies; 4+ messages in thread
From: Raghav Gururajan via Guix-patches via @ 2023-01-22 17:41 UTC (permalink / raw)
To: 61003
Roman,
Thanks for your patch. I'll have a look and merge it in the next days.
Regards,
Raghav "RG" Gururajan.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#61003: [PATCH] gnu: Add lzfse.
2023-01-22 12:10 [bug#61003] [PATCH] gnu: Add lzfse Roman Scherer
2023-01-22 17:41 ` Raghav Gururajan via Guix-patches via
@ 2023-02-11 20:53 ` Nicolas Goaziou
2023-02-12 7:19 ` [bug#61003] " Roman Scherer
1 sibling, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2023-02-11 20:53 UTC (permalink / raw)
To: Roman Scherer; +Cc: 61003-done
Hello,
Roman Scherer <roman.scherer@burningswell.com> writes:
> this patch adds the LZFSE package, a compression library and command
> line tool.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#61003] [PATCH] gnu: Add lzfse.
2023-02-11 20:53 ` bug#61003: " Nicolas Goaziou
@ 2023-02-12 7:19 ` Roman Scherer
0 siblings, 0 replies; 4+ messages in thread
From: Roman Scherer @ 2023-02-12 7:19 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: 61003-done
[-- Attachment #1: Type: text/plain, Size: 316 bytes --]
Thank you Nicolas
On Sat, Feb 11, 2023, 21:53 Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> Hello,
>
> Roman Scherer <roman.scherer@burningswell.com> writes:
>
> > this patch adds the LZFSE package, a compression library and command
> > line tool.
>
> Applied. Thank you.
>
> Regards,
> --
> Nicolas Goaziou
>
[-- Attachment #2: Type: text/html, Size: 718 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-02-12 7:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-22 12:10 [bug#61003] [PATCH] gnu: Add lzfse Roman Scherer
2023-01-22 17:41 ` Raghav Gururajan via Guix-patches via
2023-02-11 20:53 ` bug#61003: " Nicolas Goaziou
2023-02-12 7:19 ` [bug#61003] " Roman Scherer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.