mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38: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
|
(define-public imv
|
||||||
(package
|
(package
|
||||||
(name "imv")
|
(name "imv")
|
||||||
(version "4.4.0")
|
(version "4.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -775,7 +775,7 @@ (define-public imv
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zlds43z17jrnsrfz3rf3sb3pa5gkmxaibq87509ikc7p1p09c9c"))
|
"0988rpgzyhb27sbhrh5f2zqccqirmq7xb0naqh9nbl8j1dg897b8"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -792,13 +792,15 @@ (define-public imv
|
||||||
(("imv") (string-append bin "/imv")))))))))
|
(("imv") (string-append bin "/imv")))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list asciidoc
|
(list asciidoc
|
||||||
|
cmocka
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list freeimage
|
(list freeimage
|
||||||
glu
|
glu
|
||||||
libheif
|
libheif
|
||||||
libjpeg-turbo
|
|
||||||
libinih
|
libinih
|
||||||
|
libjpeg-turbo
|
||||||
|
libjxl
|
||||||
libnsgif
|
libnsgif
|
||||||
(librsvg-for-system)
|
(librsvg-for-system)
|
||||||
libtiff
|
libtiff
|
||||||
|
|
Loading…
Reference in a new issue