GNU bug report logs - #71434
[PATCH] gnu: maim: Update to 5.8.0.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Sat, 8 Jun 2024 13:36:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andreas Enge <andreas <at> enge.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#71434: closed ([PATCH] gnu: maim: Update to 5.8.0.)
Date: Mon, 10 Jun 2024 10:26:04 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 10 Jun 2024 11:46:31 +0200
with message-id <ZmbLdyBAeIul7y8Z <at> jurong>
and subject line Close
has caused the debbugs.gnu.org bug report #71434,
regarding [PATCH] gnu: maim: Update to 5.8.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
71434: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71434
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH] gnu: maim: Update to 5.8.0.
Date: Sat,  8 Jun 2024 16:34:36 +0300
* gnu/packages/xdisorg.scm (maim): Update to 5.8.0.
  [inputs]: Add libwebp.

Change-Id: I91fb48b26bdd2393975f14c00d74f70d8f6db11f
---
 gnu/packages/xdisorg.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 357a868528..d8b2551767 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -61,6 +61,7 @@
 ;;; Copyright © 2023 Jake Leporte <jakeleporte <at> outlook.com>
 ;;; Copyright © 2023 Hilton Chain <hako <at> ultrarare.space>
 ;;; Copyright © 2022 Mehmet Tekman <mtekman89 <at> gmail.com>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -965,7 +966,7 @@ (define-public slop
 (define-public maim
   (package
     (name "maim")
-    (version "5.6.3")
+    (version "5.8.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -974,7 +975,7 @@ (define-public maim
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "181mjjrjb9fs1ficcv9miqbk94v95j1yli7fjp2dj514g7nj9l3x"))))
+                "0n5fa0vf33wmw50fhxv5sj94rv1a0m9gbczlgnic2yyak546mmpy"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))            ; no "check" target
@@ -985,6 +986,7 @@ (define-public maim
            libxcomposite
            libxfixes
            libxrandr
+           libwebp
            mesa
            slop
            zlib))

base-commit: bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111
-- 
2.45.1



[Message part 3 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 71434-done <at> debbugs.gnu.orf
Subject: Close
Date: Mon, 10 Jun 2024 11:46:31 +0200
Pushed, thanks!

Andreas



This bug report was last modified 1 year and 38 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.