GNU bug report logs - #74482
[PATCH 0/3] Update gimp-next to 3.0.0-RC1

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Fri, 22 Nov 2024 19:20:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

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 74482 in the body.
You can then email your comments to 74482 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 liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#74482; Package guix-patches. (Fri, 22 Nov 2024 19:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org. (Fri, 22 Nov 2024 19:20:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/3] Update gimp-next to 3.0.0-RC1
Date: Fri, 22 Nov 2024 17:44:33 +0100
Hi Guix,

soon™ GIMP 3 will be released.  We already have our first candidate,
so let's package it 🙂

Liliana Marie Prikler (3):
  gnu: babl: Update to 0.1.110.
  gnu: gegl: Update to 0.4.50.
  gnu: gimp-next: Update to 3.0.0-RC1.

 gnu/packages/gimp.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


base-commit: e6d1f571957e5668b844939070174aedf0bec673
-- 
2.46.0





Information forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#74482; Package guix-patches. (Fri, 22 Nov 2024 20:17:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 74482 <at> debbugs.gnu.org
Subject: [PATCH 1/3] gnu: babl: Update to 0.1.110.
Date: Fri, 22 Nov 2024 17:30:00 +0100
* gnu/packages/gimp.scm (babl): Update to 0.1.110.
---
 gnu/packages/gimp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index b29438b59c..3f031cd3c1 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -176,7 +176,7 @@ (define-public mrg
 (define-public babl
   (package
     (name "babl")
-    (version "0.1.108")
+    (version "0.1.110")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://download.gimp.org/pub/babl/"
@@ -190,7 +190,7 @@ (define-public babl
                                         "/babl-" version ".tar.xz")))
               (sha256
                (base32
-                "0x8lxvnhfpssj84x47y3y06vsvhd5afb9jknw38c8ymbxafzxpi6"))))
+                "0hsp7xqsmij8njxd0hz22mikgxad0q1yycb4ys4m69yn81svwixz"))))
     (build-system meson-build-system)
     (arguments
      (list
-- 
2.46.0





Information forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#74482; Package guix-patches. (Fri, 22 Nov 2024 20:18:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 74482 <at> debbugs.gnu.org
Subject: [PATCH 3/3] gnu: gimp-next: Update to 3.0.0-RC1.
Date: Fri, 22 Nov 2024 17:30:00 +0100
* gnu/packages/gimp.scm (gimp-next): Update to 3.0.0-RC1.
[inputs]: Add python-pygobject.
---
 gnu/packages/gimp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 4960e58846..d7e680a790 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -424,7 +424,7 @@ (define-public gimp-next
   (package
     (inherit gimp)
     (name "gimp-next")
-    (version "2.99.18")
+    (version "3.0.0-RC1")
     (source
      (origin
        (method url-fetch)
@@ -432,7 +432,7 @@ (define-public gimp-next
                            (version-major+minor version)
                            "/gimp-" version ".tar.xz"))
        (sha256
-        (base32 "0vnvdl7x88njyyxkbgdbhz6jwz1qasrxh0fpwk6x1m609alvf6wc"))))
+        (base32 "0rpvbyfd6fyaz4bz9isr9h0l0ckz741p0hgkmagpi3p3qmjb5l5k"))))
     (build-system meson-build-system)
     (arguments
      (list #:modules `((ice-9 popen)
@@ -459,7 +459,7 @@ (define-public gimp-next
     (inputs (modify-inputs (package-inputs gimp)
               (replace "gtk+" gtk+)
               (prepend libxmu libxt)
-              (prepend python gjs)
+              (prepend python python-pygobject gjs)
               (prepend libxslt)))
     (native-inputs (modify-inputs (package-native-inputs gimp)
                      (prepend appstream-glib
-- 
2.46.0





Information forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#74482; Package guix-patches. (Fri, 22 Nov 2024 20:18:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 74482 <at> debbugs.gnu.org
Subject: [PATCH 2/3] gnu: gegl: Update to 0.4.50.
Date: Fri, 22 Nov 2024 17:30:00 +0100
* gnu/packages/gimp.scm (gegl): Update to 0.4.50.
---
 gnu/packages/gimp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 3f031cd3c1..4960e58846 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -224,7 +224,7 @@ (define-public babl
 (define-public gegl
   (package
     (name "gegl")
-    (version "0.4.48")
+    (version "0.4.50")
     (source
      (origin
        (method url-fetch)
@@ -238,7 +238,7 @@ (define-public gegl
                                  (version-major+minor version)
                                  "/gegl-" version ".tar.xz")))
        (sha256
-        (base32 "0iw2wag3sls7va4c3dmczisbs9na4ml0rppnk1ymv0789gcjd321"))))
+        (base32 "1hchnzfsmv2jwky2qb52lvjh4gz14wzpfcr12iqwm1pf0sdrd130"))))
     (build-system meson-build-system)
     (arguments
      `(#:phases
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#74482; Package guix-patches. (Mon, 25 Nov 2024 01:54:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 74482 <at> debbugs.gnu.org, vivien <at> planete-kraus.eu
Subject: Re: [bug#74482] [PATCH 0/3] Update gimp-next to 3.0.0-RC1
Date: Mon, 25 Nov 2024 10:52:13 +0900
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> Hi Guix,
>
> soon™ GIMP 3 will be released.  We already have our first candidate,
> so let's package it 🙂
>
> Liliana Marie Prikler (3):
>   gnu: babl: Update to 0.1.110.
>   gnu: gegl: Update to 0.4.50.
>   gnu: gimp-next: Update to 3.0.0-RC1.
>

Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail>

-- 
Thanks,
Maxim




Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Mon, 02 Dec 2024 02:04:02 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Mon, 02 Dec 2024 02:04:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 74482-done <at> debbugs.gnu.org, vivien <at> planete-kraus.eu,
 maxim.cournoyer <at> gmail.com
Subject: Re: [bug#74482] [PATCH 0/3] Update gimp-next to 3.0.0-RC1
Date: Mon, 02 Dec 2024 10:03:01 +0800
[Message part 1 (text/plain, inline)]
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> Hi Guix,
>
> soon™ GIMP 3 will be released.  We already have our first candidate,
> so let's package it 🙂
>
> Liliana Marie Prikler (3):
>   gnu: babl: Update to 0.1.110.
>   gnu: gegl: Update to 0.4.50.
>   gnu: gimp-next: Update to 3.0.0-RC1.
>
>  gnu/packages/gimp.scm | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
>
>
> base-commit: e6d1f571957e5668b844939070174aedf0bec673

Looks like it's already pushed. Closing.
[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, 30 Dec 2024 12:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 166 days ago.

Previous Next


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