mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libjxl: Update to 0.11.1.
* gnu/packages/image.scm (libjxl): Update to 0.11.1. [source]: Also unbundle libjpeg-turbo.
This commit is contained in:
parent
f017bac026
commit
5a1d13248a
1 changed files with 4 additions and 4 deletions
|
@ -2569,7 +2569,7 @@ Format) file format decoder and encoder.")
|
||||||
(define-public libjxl
|
(define-public libjxl
|
||||||
(package
|
(package
|
||||||
(name "libjxl")
|
(name "libjxl")
|
||||||
(version "0.8.2")
|
(version "0.11.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2579,7 +2579,7 @@ Format) file format decoder and encoder.")
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1alhnnxkwy5bdwahfsdh87xk9rg1s2fm3r9y2w11ka8p3n1ccwr3"))
|
(base32 "1wfxzrhj8a19z6x47ib1qbmgyg56jsxjs955xcvqhdkrx8l2271r"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Delete the bundles that will not be used.
|
;; Delete the bundles that will not be used.
|
||||||
|
@ -2587,8 +2587,8 @@ Format) file format decoder and encoder.")
|
||||||
(for-each (lambda (directory)
|
(for-each (lambda (directory)
|
||||||
(delete-file-recursively
|
(delete-file-recursively
|
||||||
(string-append "third_party/" directory)))
|
(string-append "third_party/" directory)))
|
||||||
'("brotli" "googletest" "highway" "lcms" "libpng"
|
'("brotli" "googletest" "highway" "lcms" "libjpeg-turbo"
|
||||||
"zlib"))))))
|
"libpng" "zlib"))))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue