mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: libjxl: Update to 0.11.1.
* gnu/packages/image.scm (libjxl): Update to 0.11.1. [source]<snippet>: Adjust it. Change-Id: I0e6b5863158bb61ac772fbec2e3d95095866588f
This commit is contained in:
parent
9910e66a4e
commit
17ca7066f5
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue