summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-11-21 10:45:52 +0100
committerAndreas Enge <andreas@enge.fr>2025-11-21 10:48:24 +0100
commit4aabf49dadfe9d2257c551e2c212e7cc9640abc4 (patch)
treec1be93fdf551d0e2fb0c50aa978a795e0e8aae04
parentb647b3fe3e68155dc83aa952f24f145e438225b9 (diff)
gnu: Remove gegl-0.4.44.
* gnu/packages/gimp.scm (gegl-0.4.44): Delete variable. Change-Id: If6167fb5d548b3e3ad27039c99260a613fcbfc1b
-rw-r--r--gnu/packages/gimp.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 77e5c578373..f9de4ee681e 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -298,8 +298,6 @@ buffers.")
;; 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 or newer yet.
-;; See also <https://gitlab.gnome.org/GNOME/gnome-photos/-/issues/214>.
(define-public babl-0.1.96
(package
(inherit babl)
@@ -319,28 +317,6 @@ buffers.")
(sha256
(base32 "1xj5hlmm834lb84rpjlfxbqnm5piswgzhjas4h8z90x9b7j3yrrk"))))))
-(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")))
- (sha256
- (base32 "09k1sn4h0bakgmq2hgd1iamprngpr81ky3fd9446lh2ycd0xnk0a"))))
- (propagated-inputs
- (modify-inputs (package-propagated-inputs gegl)
- (replace "babl" babl-0.1.96)))))
-
(define-public gimp-2
(package
(name "gimp")