GNU bug report logs - #44153
[PATCH] gnu: gimp: Update to 2.10.22.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Thu, 22 Oct 2020 20:37:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44153 in the body.
You can then email your comments to 44153 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#44153; Package guix-patches. (Thu, 22 Oct 2020 20:37:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Rohleder <mike <at> rohleder.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 22 Oct 2020 20:37:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: gimp: Update to 2.10.22.
Date: Thu, 22 Oct 2020 22:36:22 +0200
[Message part 1 (text/plain, inline)]
some love for gimp:
- newer version needs updated gegl (gimp 2.10.20, gimp-fourier,
  gimp-resynthesizer, gnome-photos also builds with that version).
- added libxcursor for busy bees.

[0001-gnu-gegl-Update-to-0.4.26.patch (text/x-patch, inline)]
>From 1ca0c348c321df1eaa1236dc22bcafdb3b4184f1 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> rohleder.de>
Date: Thu, 22 Oct 2020 20:04:00 +0200
Subject: [PATCH] gnu: gegl: Update to 0.4.26.

* gnu/packages/gimp.scm (gegl): Update to 0.4.26.
---
 gnu/packages/gimp.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 865e697c4f..8ae89af9e0 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2018 Leo Famulari <leo <at> famulari.name>
 ;;; Copyright © 2018 Thorsten Wilms <t_w_ <at> freenet.de>
 ;;; Copyright © 2020 Marius Bakke <mbakke <at> fastmail.com>
+;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -204,7 +205,7 @@ provided, as well as a framework to add new color models and data types.")
 (define-public gegl
   (package
     (name "gegl")
-    (version "0.4.24")
+    (version "0.4.26")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://download.gimp.org/pub/gegl/"
@@ -218,7 +219,7 @@ provided, as well as a framework to add new color models and data types.")
                                         "/gegl-" version ".tar.xz")))
               (sha256
                (base32
-                "0ji57s7cba94vzy49agn7x47ca61rccm6rif0cb0s6rl4ygljrbp"))))
+                "097427icgpgvcx40019b3dm8m84cchz79pixzpz648drs8p1wdqg"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags
-- 
2.28.0

[0001-gnu-gimp-Update-to-2.10.22.patch (text/x-patch, inline)]
>From 072eb8af8b968a33b32f14497be98a0096d64806 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> rohleder.de>
Date: Thu, 22 Oct 2020 21:46:53 +0200
Subject: [PATCH] gnu: gimp: Update to 2.10.22.

* gnu/packages/gimp.scm (gimp): Update to 2.10.22.
[inputs]: Add libxcursor.
---
 gnu/packages/gimp.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 865e697c4f..ea3fc215a7 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -249,7 +249,7 @@ buffers.")
 (define-public gimp
   (package
     (name "gimp")
-    (version "2.10.20")
+    (version "2.10.22")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.gimp.org/pub/gimp/v"
@@ -257,7 +257,7 @@ buffers.")
                                   "/gimp-" version ".tar.bz2"))
               (sha256
                (base32
-                "0g3vzh1bjffqx94mfghmwvkhncv71cgah2mnfx17q00s9f3rybz1"))))
+                "1fqqyshakvdarf1jipk2n33ibqr23ni22z3d8srq13bpydblpf1d"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "doc"))                            ; 9 MiB of gtk-doc HTML
@@ -309,6 +309,7 @@ buffers.")
        ("exif" ,libexif)                ; optional, EXIF + XMP support
        ("lcms" ,lcms)                   ; optional, color management
        ("librsvg" ,librsvg)             ; optional, SVG support
+       ("libxcursor" ,libxcursor)       ; optional, Mouse Cursor support
        ("poppler" ,poppler)             ; optional, PDF support
        ("poppler-data" ,poppler-data)
        ("python" ,python-2)             ; optional, Python support
-- 
2.28.0

[Message part 4 (text/plain, inline)]
-- 
Wer Schmetterlinge lachen hört, der weiß wie Wolken schmecken!
        - Novalis
[signature.asc (application/pgp-signature, inline)]

Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sun, 25 Oct 2020 18:34:01 GMT) Full text and rfc822 format available.

Notification sent to Michael Rohleder <mike <at> rohleder.de>:
bug acknowledged by developer. (Sun, 25 Oct 2020 18:34:02 GMT) Full text and rfc822 format available.

Message #10 received at 44153-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 44153-done <at> debbugs.gnu.org
Subject: Re: [bug#44153] [PATCH] gnu: gimp: Update to 2.10.22.
Date: Sun, 25 Oct 2020 14:33:07 -0400
[Message part 1 (text/plain, inline)]
On Thu, Oct 22, 2020 at 10:36:22PM +0200, Michael Rohleder wrote:
> some love for gimp:
> - newer version needs updated gegl (gimp 2.10.20, gimp-fourier,
>   gimp-resynthesizer, gnome-photos also builds with that version).
> - added libxcursor for busy bees.

> >From 1ca0c348c321df1eaa1236dc22bcafdb3b4184f1 Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike <at> rohleder.de>
> Date: Thu, 22 Oct 2020 20:04:00 +0200
> Subject: [PATCH] gnu: gegl: Update to 0.4.26.
> 
> * gnu/packages/gimp.scm (gegl): Update to 0.4.26.

> >From 072eb8af8b968a33b32f14497be98a0096d64806 Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike <at> rohleder.de>
> Date: Thu, 22 Oct 2020 21:46:53 +0200
> Subject: [PATCH] gnu: gimp: Update to 2.10.22.
> 
> * gnu/packages/gimp.scm (gimp): Update to 2.10.22.
> [inputs]: Add libxcursor.

Thanks! Pushed as f4160fe57083211fc08257ea312c1fcd9419c407
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 23 Nov 2020 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 211 days ago.

Previous Next


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