[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
250/373: gnu: gdk-pixbuf: Update to 2.42.10.
From: |
guix-commits |
Subject: |
250/373: gnu: gdk-pixbuf: Update to 2.42.10. |
Date: |
Sun, 16 Apr 2023 07:11:17 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 6916907726989dbe9d5f8b77755a1e9f40888b75
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 23 21:30:51 2023 +0200
gnu: gdk-pixbuf: Update to 2.42.10.
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.42.10.
[arguments]: Enable all builtin loaders in configure flags.
[native-inputs]: Add python-docutils.
[inputs]: Move libjpeg-turbo, libtiff, libpng ...
[propagated-inputs]: ... to here. Remove libx11.
---
gnu/packages/gtk.scm | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 71e2fdf9a6..a88a76bf56 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2015 Andy Wingo <wingo@igalia.com>
;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2021 Ricardo Wurmus
<rekado@elephly.net>
-;;; Copyright © 2016, 2017, 2020, 2021, 2022 Efraim Flashner
<efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2020-2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de>
;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2016 Patrick Hetu <patrick.hetu@auf.org>
@@ -766,7 +766,7 @@ highlighting and other features typical of a source code
editor.")
(define-public gdk-pixbuf
(package
(name "gdk-pixbuf")
- (version "2.42.4")
+ (version "2.42.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -774,12 +774,13 @@ highlighting and other features typical of a source code
editor.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0k9f9177qxaryaxprwrhqnv5p2gdq4a8i6y05gm98qa8izc5v77y"))))
+ "0jz4kziz5lirnjjvbspbqzsigk8vnqknng1fga89d81vs5snr6zf"))))
(build-system meson-build-system)
(outputs '("out" "debug"))
(arguments
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
- #:configure-flags '("-Dinstalled_tests=false")
+ #:configure-flags '("-Dinstalled_tests=false"
+ "-Dbuiltin_loaders=all")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-docbook
@@ -812,18 +813,15 @@ highlighting and other features typical of a source code
editor.")
(propagated-inputs
(list ;; Required by gdk-pixbuf-2.0.pc
glib
- ;; Required by gdk-pixbuf-xlib-2.0.pc
- ;; TODO: Remove on core-updates.
- libx11
+ libjpeg-turbo
+ libpng
+ libtiff
;; Used for testing and required at runtime.
shared-mime-info))
(inputs
`(,@(if (%current-target-system)
`(("bash-minimal" ,bash-minimal)) ; for glib-or-gtk-wrap
- '())
- ("libjpeg" ,libjpeg-turbo)
- ("libpng" ,libpng)
- ("libtiff" ,libtiff)))
+ '())))
(native-inputs
`(("docbook-xml" ,docbook-xml-4.3)
("docbook-xsl" ,docbook-xsl)
@@ -832,6 +830,7 @@ highlighting and other features typical of a source code
editor.")
("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc.
("perl" ,perl)
("pkg-config" ,pkg-config)
+ ("python-docutils" ,python-docutils)
("xsltproc" ,libxslt)))
(native-search-paths
;; This file is produced by the gdk-pixbuf-loaders-cache-file
- 316/373: gnu: rbw: Add missing input., (continued)
- 316/373: gnu: rbw: Add missing input., guix-commits, 2023/04/16
- 328/373: gnu: Add rust-radium-0.7., guix-commits, 2023/04/16
- 330/373: gnu: Add rust-wyz-0.5., guix-commits, 2023/04/16
- 327/373: gnu: Add rust-markup-0.13., guix-commits, 2023/04/16
- 340/373: gnu: rust-typenum-1: Update to 1.16.0., guix-commits, 2023/04/16
- 346/373: gnu: rust-bytecheck-0.6: Update to 0.6.10., guix-commits, 2023/04/16
- 347/373: gnu: Add rust-rend-0.4., guix-commits, 2023/04/16
- 351/373: gnu: Add rust-syn-2., guix-commits, 2023/04/16
- 348/373: gnu: rust-rkyv-0.7: Update to 0.7.40., guix-commits, 2023/04/16
- 357/373: gnu: Add rust-structmeta-0.1., guix-commits, 2023/04/16
- 250/373: gnu: gdk-pixbuf: Update to 2.42.10.,
guix-commits <=
- 252/373: gnu: gdk-pixbuf: Remove extra inputs., guix-commits, 2023/04/16
- 253/373: gnu: gdk-pixbuf: Remove broken configuration option., guix-commits, 2023/04/16
- 254/373: gnu: gdk-pixbuf: Adjust skipped failing tests., guix-commits, 2023/04/16
- 267/373: gnu: Add rust-lscolors-0.13., guix-commits, 2023/04/16
- 270/373: gnu: rust-signal-hook-mio-0.2: Update to 0.2.3., guix-commits, 2023/04/16
- 275/373: gnu: Add rust-option-set-0.1., guix-commits, 2023/04/16
- 290/373: gnu: rust-bit-set-0.5: Update to 0.5.3., guix-commits, 2023/04/16
- 279/373: gnu: Add rust-argmax-0.3., guix-commits, 2023/04/16
- 298/373: gnu: Add rust-dns-sd-0.1., guix-commits, 2023/04/16
- 284/373: gnu: Remove rust-tokio-1.8., guix-commits, 2023/04/16