[PATCH] gnu: gimp: Update to 2.10.22.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)
874kmm2e2h.fsf@rohleder.de
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.
Toggle quote (1 lines)
>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.
---
gnu/packages/gimp.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
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@famulari.name>
;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2020 Michael Rohleder <mike@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
Toggle quote (1 lines)
>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(-)

Toggle diff (32 lines)
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
--
Wer Schmetterlinge lachen hört, der weiß wie Wolken schmecken!
- Novalis
-----BEGIN PGP SIGNATURE-----

iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl+R7UYRHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyVtJgf+JhhHH5wbALxDeDc64EAZSdQ/sYLWerAl
Y+3MlJnQ64S9BNEwcsrNbFiWslOl6aavqvJiAMsMgdceZaypjLuug3ZFsuf29CRH
sirScpZ8boD6TuhhpSeKstATHPM7rWkxcZvm2nG5I2vbY4g/KrNZGhstnKkEb42k
v5B4sQoKEJaRkRapj++Swb7AuZqQWs2dZiRw+rM+zJOlHb0ctwuaWQ3FQHX6LO8s
N6md286VoEUN3uzL+72pKvvKOLC7FwYOK0OpQFhsfXbj+ay/HlHNzFUHmhIo6ere
D29FmmK7mf/Y4Wz3vWl5udk2wlpRaUa0ig5PRwZ6pV5SLikWNj5PHg==
=Q5pb
-----END PGP SIGNATURE-----

Leo Famulari wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 44153-done@debbugs.gnu.org)
20201025183307.GD25773@jasmine.lan
On Thu, Oct 22, 2020 at 10:36:22PM +0200, Michael Rohleder wrote:
Toggle quote (20 lines)
> 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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAl+VxOIACgkQJkb6MLrK
fwjrBg/+IiawLRdLQT1rkiZWoFDEaUxmjLQtdC+L4rGcAQVgyY3hzSCNOW0iDK2l
Z8K3DI/26yhZX0Ui+WpAmabVjql5zIw0PSschOe4hDBpStv0JZZJD76xcKZ1KQp2
uBxxU9/tUnBFuKjenynpXQRNbAoNmyhs2o3t5cEtZGFDNHtGB4+aHNXMXvRKoN0v
twE3nyyBYg8EwpsHt131lXdSdLs2+NcjMJAVG/oiBTPk90LKidWW1+Y8vQU15B40
phaGRcayr+emP6rTM/MyEsvacFFb+KvGGI4LfAbSrNv+0+nqutwj2044YKA/PtKS
pv6Zm5fyyamERbm05HoJ2rFUnij30RRpbP36zcs/nlANixUfptFxN6KJwP9H3B4D
pGCi0tMCZqy6GW7jfAy+jdRXSsqlk0GxmPBpuzGeDKzkPWBSp2GYeBA62txXbL67
xVPlrSzgDAq1x8VKr8O+iZduWRWT9Qt7sGW0wXpOhBkLa8KJY6VUHKVJbVGZBzRf
3EEeys9/nAUS7QpSME9jzHswd+2Iks3NAoZzVK0JfCc4XynEQJ+Gn4SdUwV+5Hsj
p5CDy89GAakVsFjhgJtGINbTlhdOoaQN5O4ALoNAc8BH+q27KKv2o/RqCoCRfgp8
B0EvMGcw5kkn3mu9YXPqcA12ASFTBa+Z+YVM/BqiFjFaj0tOP/E=
=pzoW
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 44153@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44153
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help