mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: imv: Update to 4.5.0.
* gnu/packages/image-viewers.scm (imv): Update to 4.5.0. [inputs]: Add libjxl. [native-inputs]: Add cmocka. Change-Id: I71d8dff608570634692aed93959a4cc5da485150 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b1a74ee76e
commit
2446683c46
1 changed files with 5 additions and 3 deletions
|
@ -767,7 +767,7 @@ (define-public chafa
|
|||
(define-public imv
|
||||
(package
|
||||
(name "imv")
|
||||
(version "4.4.0")
|
||||
(version "4.5.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -775,7 +775,7 @@ (define-public imv
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1zlds43z17jrnsrfz3rf3sb3pa5gkmxaibq87509ikc7p1p09c9c"))
|
||||
"0988rpgzyhb27sbhrh5f2zqccqirmq7xb0naqh9nbl8j1dg897b8"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
|
@ -792,13 +792,15 @@ (define-public imv
|
|||
(("imv") (string-append bin "/imv")))))))))
|
||||
(native-inputs
|
||||
(list asciidoc
|
||||
cmocka
|
||||
pkg-config))
|
||||
(inputs
|
||||
(list freeimage
|
||||
glu
|
||||
libheif
|
||||
libjpeg-turbo
|
||||
libinih
|
||||
libjpeg-turbo
|
||||
libjxl
|
||||
libnsgif
|
||||
(librsvg-for-system)
|
||||
libtiff
|
||||
|
|
Loading…
Reference in a new issue