diff mbox series

[bug#44153] gnu: gimp: Update to 2.10.22.

Message ID 874kmm2e2h.fsf@rohleder.de
State Accepted
Headers show
Series [bug#44153] gnu: gimp: Update to 2.10.22. | expand

Checks

Context Check Description
cbaines/issue success View issue
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Michael Rohleder Oct. 22, 2020, 8:36 p.m. UTC
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.

Comments

Leo Famulari Oct. 25, 2020, 6:33 p.m. UTC | #1
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@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@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
diff mbox series

Patch

>From 072eb8af8b968a33b32f14497be98a0096d64806 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@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