[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
153/184: gnu: gegl: Update to 0.4.18.
From: |
guix-commits |
Subject: |
153/184: gnu: gegl: Update to 0.4.18. |
Date: |
Wed, 27 Nov 2019 14:37:18 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit a8c157501bce6989a5bbd96ed6e21ea350d87784
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Nov 10 00:31:43 2019 +0100
gnu: gegl: Update to 0.4.18.
* gnu/packages/gimp.scm (gegl): Update to 0.4.18.
[build-system]: Switch to Meson.
[arguments]: Disable GObject introspection. Remove LDFLAGS fix.
---
gnu/packages/gimp.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 6a16a39..79ce01e 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -89,7 +89,7 @@ provided, as well as a framework to add new color models and
data types.")
(define-public gegl
(package
(name "gegl")
- (version "0.4.16")
+ (version "0.4.18")
(source (origin
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/gegl/"
@@ -103,10 +103,11 @@ provided, as well as a framework to add new color models
and data types.")
"/gegl-" version ".tar.xz")))
(sha256
(base32
- "0njydcr6qdmfzh4fxx544681qxdpf7y6b2f47jcypn810dlxy4h1"))))
- (build-system gnu-build-system)
+ "0r6akqnrkvxizyhyi8sv40mxm7j4bcwjb6mqjpxy0zzbbfsdyin9"))))
+ (build-system meson-build-system)
(arguments
- '(#:configure-flags '("LDFLAGS=-lm")))
+ `(#:configure-flags
+ (list "-Dintrospection=false")))
;; These are propagated to satisfy 'gegl-0.4.pc'.
(propagated-inputs
`(("babl" ,babl)
- 116/184: gnu: perl-danga-socket: Update to 1.62., (continued)
- 116/184: gnu: perl-danga-socket: Update to 1.62., guix-commits, 2019/11/27
- 143/184: gnu: make-bootstrap: Slightly clarify 'package-with-relocatable-glibc'., guix-commits, 2019/11/27
- 144/184: doc: Mention value /var to localstatedir option., guix-commits, 2019/11/27
- 173/184: gnu: qtwebkit: Don't use NAME in source URI., guix-commits, 2019/11/27
- 168/184: gnu: delta: Use 'mirror-url'., guix-commits, 2019/11/27
- 183/184: Merge branch 'master' into wip-gnome-updates, guix-commits, 2019/11/27
- 132/184: gnu: rdesktop: Update to 1.9.0., guix-commits, 2019/11/27
- 137/184: gnu: perl-file-configdir: Update to 0.021., guix-commits, 2019/11/27
- 129/184: gnu: botan: Optimise., guix-commits, 2019/11/27
- 123/184: news: Add Spanish translation., guix-commits, 2019/11/27
- 153/184: gnu: gegl: Update to 0.4.18.,
guix-commits <=
- 163/184: gnu: monero-gui: Update to 0.15.0.0., guix-commits, 2019/11/27
- 166/184: gnu: Add scroll., guix-commits, 2019/11/27
- 165/184: gnu: Add ghc-ncurses., guix-commits, 2019/11/27
- 155/184: gnu: xfce4-whiskermenu-plugin: Don't use NAME in source URI., guix-commits, 2019/11/27
- 181/184: gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase., guix-commits, 2019/11/27
- 174/184: gnu: xfce4-whiskermenu-plugin: Download over HTTPS., guix-commits, 2019/11/27
- 171/184: gnu: polkit-qt: Use https for home-page., guix-commits, 2019/11/27
- 170/184: gnu: polkit-qt: Use 'mirror-url'., guix-commits, 2019/11/27
- 184/184: Merge branch 'master' into wip-gnome-updates, guix-commits, 2019/11/27
- 88/184: gnu: libdvdread: Update to 6.0.2., guix-commits, 2019/11/27