GNU bug report logs - #75470
[PATCH gnome-team 00/59] To 46.7 and beyond

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Thu, 9 Jan 2025 21:50:03 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 75470 <at> debbugs.gnu.org
Cc: liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu
Subject: [bug#75470] [PATCH gnome-team 40/59] gnu: libjxl: Update to 0.11.1.
Date: Thu, 9 Jan 2025 22:38:06 +0100
* gnu/packages/image.scm (libjxl): Update to 0.11.1.
[source]: Also unbundle libjpeg-turbo.
---
 gnu/packages/image.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 7337a27b88..6d42b76a0c 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -2569,7 +2569,7 @@ (define-public libheif
 (define-public libjxl
   (package
     (name "libjxl")
-    (version "0.8.2")
+    (version "0.11.1")
     (source
      (origin
        (method git-fetch)
@@ -2579,7 +2579,7 @@ (define-public libjxl
              (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1alhnnxkwy5bdwahfsdh87xk9rg1s2fm3r9y2w11ka8p3n1ccwr3"))
+        (base32 "1wfxzrhj8a19z6x47ib1qbmgyg56jsxjs955xcvqhdkrx8l2271r"))
        (modules '((guix build utils)))
        (snippet
         ;; Delete the bundles that will not be used.
@@ -2587,8 +2587,8 @@ (define-public libjxl
            (for-each (lambda (directory)
                        (delete-file-recursively
                         (string-append "third_party/" directory)))
-                     '("brotli" "googletest" "highway" "lcms" "libpng"
-                       "zlib"))))))
+                     '("brotli" "googletest" "highway" "lcms" "libjpeg-turbo"
+                       "libpng" "zlib"))))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags
-- 
2.47.1





This bug report was last modified 180 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.