From unknown Tue Aug 19 07:27:14 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#44153 <44153@debbugs.gnu.org> To: bug#44153 <44153@debbugs.gnu.org> Subject: Status: [PATCH] gnu: gimp: Update to 2.10.22. Reply-To: bug#44153 <44153@debbugs.gnu.org> Date: Tue, 19 Aug 2025 14:27:14 +0000 retitle 44153 [PATCH] gnu: gimp: Update to 2.10.22. reassign 44153 guix-patches submitter 44153 Michael Rohleder severity 44153 normal tag 44153 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 22 16:36:44 2020 Received: (at submit) by debbugs.gnu.org; 22 Oct 2020 20:36:44 +0000 Received: from localhost ([127.0.0.1]:54028 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVhKB-0002pG-JS for submit@debbugs.gnu.org; Thu, 22 Oct 2020 16:36:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:54380) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVhK9-0002p8-6g for submit@debbugs.gnu.org; Thu, 22 Oct 2020 16:36:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49198) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVhK8-0004xf-PA for guix-patches@gnu.org; Thu, 22 Oct 2020 16:36:36 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:58164) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVhK6-0002fc-Cc for guix-patches@gnu.org; Thu, 22 Oct 2020 16:36:36 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kVhK2-0001Ai-QS; Thu, 22 Oct 2020 22:36:30 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kVgNz-0001Tn-4p for guix-patches@gnu.org; Thu, 22 Oct 2020 22:36:30 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: gimp: Update to 2.10.22. X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Thu, 22 Oct 2020 22:36:22 +0200 Message-ID: <874kmm2e2h.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1603398994;9c0f56c2; X-HE-SMSGID: 1kVhK2-0001Ai-QS Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/22 16:36:31 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain 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. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-gegl-Update-to-0.4.26.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: gegl: Update to 0.4.26. >>From 1ca0c348c321df1eaa1236dc22bcafdb3b4184f1 Mon Sep 17 00:00:00 2001 From: Michael Rohleder 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. =2D-- 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 =2D-- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -6,6 +6,7 @@ ;;; Copyright =C2=A9 2018 Leo Famulari ;;; Copyright =C2=A9 2018 Thorsten Wilms ;;; Copyright =C2=A9 2020 Marius Bakke +;;; Copyright =C2=A9 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -204,7 +205,7 @@ provided, as well as a framework to add new color model= s and data types.") (define-public gegl (package (name "gegl") =2D (version "0.4.24") + (version "0.4.26") (source (origin (method url-fetch) (uri (list (string-append "https://download.gimp.org/pub/geg= l/" @@ -218,7 +219,7 @@ provided, as well as a framework to add new color model= s and data types.") "/gegl-" version ".tar.xz"))) (sha256 (base32 =2D "0ji57s7cba94vzy49agn7x47ca61rccm6rif0cb0s6rl4ygljrbp"))= )) + "097427icgpgvcx40019b3dm8m84cchz79pixzpz648drs8p1wdqg")))) (build-system meson-build-system) (arguments `(#:configure-flags =2D-=20 2.28.0 --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-gimp-Update-to-2.10.22.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: gimp: Update to 2.10.22. >>From 072eb8af8b968a33b32f14497be98a0096d64806 Mon Sep 17 00:00:00 2001 From: Michael Rohleder 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. =2D-- 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 =2D-- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -249,7 +249,7 @@ buffers.") (define-public gimp (package (name "gimp") =2D (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 =2D "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 =2D-=20 2.28.0 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable =2D-=20 Wer Schmetterlinge lachen h=C3=B6rt, der wei=C3=9F wie Wolken schmecken! - Novalis --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----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----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 25 14:33:18 2020 Received: (at 44153-done) by debbugs.gnu.org; 25 Oct 2020 18:33:18 +0000 Received: from localhost ([127.0.0.1]:37638 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWkpR-0003DF-Ou for submit@debbugs.gnu.org; Sun, 25 Oct 2020 14:33:17 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:37989) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWkpP-0003D1-IY for 44153-done@debbugs.gnu.org; Sun, 25 Oct 2020 14:33:16 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 7D1B35C00BA; Sun, 25 Oct 2020 14:33:09 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Sun, 25 Oct 2020 14:33:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=ir0XP3PGNnH1mlATD+5NdDBT Cb5V2Y5t4y7Hp0tClEw=; b=fXlbH2mkro3bFFQsY+1Ts/1BXCoFw4upR6mfzXmb yIL/JGnLUmKaBe8DpstpwxemKqU/k+U79kVw4Uh1e6TiAjAX19xt58uV20lENLjt 69rLfB0jVDa11UAB13VclYJX/LkJOJ2Xg3PfaBTQUxqNOHLqSFsGuwangYDxho8J 8Nw= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=ir0XP3 PGNnH1mlATD+5NdDBTCb5V2Y5t4y7Hp0tClEw=; b=OpSG809gGP+df24dX1tQLs y0IjDJwWy4RSvQyL896JiMJhNqG9F47Cf+HZGS3wW6cRux/7ZByNayphTxccyyJY jgOygMn3aWxdSedU144ng7Ut8vl5+1pU5m4V6OafvKu9WaAUshqPiKECrqZQkzt2 B0chsLyHpoAw9elRZwFeh5TgpiLWfXyI3Q/2EfcasKxt1BFiI889L7rye5BoruRV 2rEBbN9+qXpZH/XVQWA9YoC2IUQurNS4mK8GBJWZF3xi/ZOmLa1hQvTMyZ6DruNJ HlEh8C8geulSyIKGtSdV5loMAkFGfpGhtp6PGuIO6PId+EAH36WGlditNOQaSAHQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrkeeggdduudehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvuffkfhggtggujgesghdtre ertddtvdenucfhrhhomhepnfgvohcuhfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgr rhhirdhnrghmvgeqnecuggftrfgrthhtvghrnhepudekveegteekleetgfeitdejgfejke ffudethedvhfeukeduleeikeejfeehffetnecukfhppeejfedrudeguddruddvjedrudeg ieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvg hosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (c-73-141-127-146.hsd1.pa.comcast.net [73.141.127.146]) by mail.messagingengine.com (Postfix) with ESMTPA id 2F6243064610; Sun, 25 Oct 2020 14:33:09 -0400 (EDT) Date: Sun, 25 Oct 2020 14:33:07 -0400 From: Leo Famulari To: Michael Rohleder Subject: Re: [bug#44153] [PATCH] gnu: gimp: Update to 2.10.22. Message-ID: <20201025183307.GD25773@jasmine.lan> References: <874kmm2e2h.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline In-Reply-To: <874kmm2e2h.fsf@rohleder.de> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 44153-done Cc: 44153-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 > Date: Thu, 22 Oct 2020 20:04:00 +0200 > Subject: [PATCH] gnu: gegl: Update to 0.4.26. >=20 > * gnu/packages/gimp.scm (gegl): Update to 0.4.26. > >From 072eb8af8b968a33b32f14497be98a0096d64806 Mon Sep 17 00:00:00 2001 > From: Michael Rohleder > Date: Thu, 22 Oct 2020 21:46:53 +0200 > Subject: [PATCH] gnu: gimp: Update to 2.10.22. >=20 > * gnu/packages/gimp.scm (gimp): Update to 2.10.22. > [inputs]: Add libxcursor. Thanks! Pushed as f4160fe57083211fc08257ea312c1fcd9419c407 --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature; name="signature.asc" -----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----- --M9NhX3UHpAaciwkO-- From unknown Tue Aug 19 07:27:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 23 Nov 2020 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator