[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/402: gnu: google-brotli: Update package definition.
From: |
guix-commits |
Subject: |
14/402: gnu: google-brotli: Update package definition. |
Date: |
Tue, 18 Aug 2020 16:46:41 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 73a6260b40d006ec9ed53b9d7565b3525d52bc58
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu May 28 11:36:23 2020 -0400
gnu: google-brotli: Update package definition.
* gnu/packages/compression.scm (google-brotli): Cosmetic changes.
[home-page]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/compression.scm | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 97f254f..81aa035 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1850,7 +1850,8 @@ non-Windows systems without running the actual installer
using wine.")
;; The build tools put a 'static' suffix on the static libraries,
but
;; other applications don't know how to find these.
(lambda* (#:key outputs #:allow-other-keys)
- (let ((lib (string-append (assoc-ref %outputs "out") "/lib/")))
+ (let* ((lib (string-append (assoc-ref %outputs "out")
+ "/lib/")))
(rename-file (string-append lib "libbrotlicommon-static.a")
(string-append lib "libbrotlicommon.a"))
(rename-file (string-append lib "libbrotlidec-static.a")
@@ -1859,19 +1860,19 @@ non-Windows systems without running the actual
installer using wine.")
(string-append lib "libbrotlienc.a"))
#t))))
#:configure-flags
- (list ;; Defaults to "lib64" on 64-bit archs.
- (string-append "-DCMAKE_INSTALL_LIBDIR="
- (assoc-ref %outputs "out") "/lib"))))
- (home-page "https://github.com/google/brotli")
+ (list
+ ;; Defaults to "lib64" on 64-bit archs.
+ (string-append "-DCMAKE_INSTALL_LIBDIR=" (assoc-ref %outputs "out")
+ "/lib"))))
(synopsis "General-purpose lossless compression")
- (description "This package provides the reference implementation of Brotli,
-a generic-purpose lossless compression algorithm that compresses data using a
+ (description "Google-Brotli is a reference implementation of Brotli, a
+generic-purpose lossless compression algorithm that compresses data using a
combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd
order context modeling, with a compression ratio comparable to the best
currently available general-purpose compression methods. It is similar in
speed
-with @code{deflate} but offers more dense compression.
-
-The specification of the Brotli Compressed Data Format is defined in RFC
7932.")
+with @code{deflate} but offers more dense compression. The specification of
the
+Brotli Compressed Data Format is defined in RFC 7932.")
+ (home-page "https://brotli.org/")
(license license:expat)))
(define-public brotli
- 08/402: gnu: Add gnome-photos., (continued)
- 08/402: gnu: Add gnome-photos., guix-commits, 2020/08/18
- 11/402: gnu: at-spi2-core: Update package definition., guix-commits, 2020/08/18
- 02/402: gnu: Add tepl., guix-commits, 2020/08/18
- 05/402: gnu: Add portablexdr., guix-commits, 2020/08/18
- 07/402: gnu: Add gnome-music., guix-commits, 2020/08/18
- 09/402: gnu: adwaita-icon-theme: Update to 3.36.1., guix-commits, 2020/08/18
- 12/402: gnu: at-spi2-atk: Update to 2.34.2., guix-commits, 2020/08/18
- 15/402: gnu: font-cantarell: Update package definition., guix-commits, 2020/08/18
- 24/402: gnu: enchant: Update package definition., guix-commits, 2020/08/18
- 22/402: gnu: Add nuspell., guix-commits, 2020/08/18
- 14/402: gnu: google-brotli: Update package definition.,
guix-commits <=
- 17/402: gnu: clutter-gtk: Update package definition., guix-commits, 2020/08/18
- 21/402: gnu: Add ronn., guix-commits, 2020/08/18
- 25/402: gnu: Add presage., guix-commits, 2020/08/18
- 29/402: gnu: gdk-pixbuf: Update package definition., guix-commits, 2020/08/18
- 31/402: gnu: geoclue: Update to 2.5.6., guix-commits, 2020/08/18
- 32/402: gnu: Add sysprof., guix-commits, 2020/08/18
- 40/402: gnu: glib: Update package definition., guix-commits, 2020/08/18
- 16/402: gnu: clutter: Update to 1.26.4., guix-commits, 2020/08/18
- 19/402: gnu: cogl: Update package definition., guix-commits, 2020/08/18
- 28/402: gnu: gcr: Update to 3.36.0., guix-commits, 2020/08/18