GNU bug report logs -
#65828
[gnome-team 0/1] Update gegl
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Fri, 8 Sep 2023 17:00:02 UTC
Severity: normal
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #56 received at 65828 <at> debbugs.gnu.org (full text, mbox):
Am Mittwoch, dem 13.09.2023 um 00:52 +0200 schrieb Vivien Kraus:
> * gnu/packages/gimp.scm (gegl-0.4.44): New variable.
> * gnu/packages/gnome.scm (gnome-photos) [inputs]: Use gegl-0.4.44,
> not gegl.
> ---
> gnu/packages/gimp.scm | 21 +++++++++++++++++++++
> gnu/packages/gnome.scm | 2 +-
> 2 files changed, 22 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
> index 167de97ec5..0bc58e0ddf 100644
> --- a/gnu/packages/gimp.scm
> +++ b/gnu/packages/gimp.scm
> @@ -287,6 +287,27 @@ (define-public gegl
> ;; application and GUI binary gegl is licensed under GPL.
> (license (list license:lgpl3+ license:gpl3+))))
>
> +;; gnome-photos does not build against gegl 0.4.46 yet.
> +;; https://gitlab.gnome.org/GNOME/gnome-photos/-/issues/214
> +(define-public gegl-0.4.44
> + (package
> + (inherit gegl)
> + (version "0.4.44")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (list (string-append
> "https://download.gimp.org/pub/gegl/"
> + (string-take version 3)
> + "/gegl-" version ".tar.xz")
> + (string-append "https://ftp.gtk.org/pub/gegl/"
> + (version-major+minor version)
> + "/gegl-" version ".tar.xz")
> + (string-append "ftp://ftp.gtk.org/pub/gegl/"
> + (version-major+minor version)
> + "/gegl-" version ".tar.xz")))
This should be squashed into the previous commit so as to not break
gnome-photos in the meantime.
Cheers
This bug report was last modified 1 year and 251 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.