From: Timotej Lazar <timotej.lazar@araneo.si>
To: 69503@debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar@araneo.si>
Subject: [bug#69503] [PATCH] gnu: imv: Update to 4.5.0.
Date: Sat, 2 Mar 2024 10:15:51 +0100 [thread overview]
Message-ID: <cf1e93b37cc504dae11e6a0dc3ab9df1d7fcad69.1709370950.git.timotej.lazar@araneo.si> (raw)
* gnu/packages/image-viewers.scm (imv): Update to 4.5.0.
[inputs]: Add libjxl.
[native-inputs]: Add cmocka.
Change-Id: I71d8dff608570634692aed93959a4cc5da485150
---
gnu/packages/image-viewers.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 4769f136e0..dab7d9d1f2 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -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
base-commit: 9038a46751c5090246e64b63ff752064833c435b
--
2.41.0
next reply other threads:[~2024-03-02 9:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-02 9:15 Timotej Lazar [this message]
2024-03-04 9:54 ` bug#69503: [PATCH] gnu: imv: Update to 4.5.0 Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cf1e93b37cc504dae11e6a0dc3ab9df1d7fcad69.1709370950.git.timotej.lazar@araneo.si \
--to=timotej.lazar@araneo.si \
--cc=69503@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).