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.
This commit is contained in:
parent
bd70db6ee8
commit
5128252493
1 changed files with 5 additions and 4 deletions
|
@ -89,7 +89,7 @@ provided, as well as a framework to add new color models and data types.")
|
||||||
(define-public gegl
|
(define-public gegl
|
||||||
(package
|
(package
|
||||||
(name "gegl")
|
(name "gegl")
|
||||||
(version "0.4.16")
|
(version "0.4.18")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "https://download.gimp.org/pub/gegl/"
|
(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")))
|
"/gegl-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0njydcr6qdmfzh4fxx544681qxdpf7y6b2f47jcypn810dlxy4h1"))))
|
"0r6akqnrkvxizyhyi8sv40mxm7j4bcwjb6mqjpxy0zzbbfsdyin9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("LDFLAGS=-lm")))
|
`(#:configure-flags
|
||||||
|
(list "-Dintrospection=false")))
|
||||||
;; These are propagated to satisfy 'gegl-0.4.pc'.
|
;; These are propagated to satisfy 'gegl-0.4.pc'.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("babl" ,babl)
|
`(("babl" ,babl)
|
||||||
|
|
Reference in a new issue