[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
292/377: gnu: gdk-pixbuf: Update to 2.42.4.
From: |
guix-commits |
Subject: |
292/377: gnu: gdk-pixbuf: Update to 2.42.4. |
Date: |
Sun, 5 Sep 2021 10:08:12 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit a52338cafb984e914a8a0305a848148e11e861dd
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 10:53:43 2021 -0500
gnu: gdk-pixbuf: Update to 2.42.4.
* gnu/packages/gtk.scm (gdk-pixbuf) [version]: Update to 2.42.4.
[native-inputs]: Add perl and libxslt.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 28cf2fd..43b1fb7 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -584,7 +584,7 @@ highlighting and other features typical of a source code
editor.")
(define-public gdk-pixbuf
(package
(name "gdk-pixbuf")
- (version "2.42.2")
+ (version "2.42.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -592,7 +592,7 @@ highlighting and other features typical of a source code
editor.")
name "-" version ".tar.xz"))
(sha256
(base32
- "05ggmzwvrxq9w4zcvmrnnd6qplsmb4n95lj4q607c7arzlf6mil3"))))
+ "0k9f9177qxaryaxprwrhqnv5p2gdq4a8i6y05gm98qa8izc5v77y"))))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.55
@@ -637,7 +637,9 @@ highlighting and other features typical of a source code
editor.")
("gettext" ,gettext-minimal)
("glib" ,glib "bin") ; glib-mkenums, etc.
("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc.
- ("pkg-config" ,pkg-config)))
+ ("perl" ,perl)
+ ("pkg-config" ,pkg-config)
+ ("xsltproc" ,libxslt)))
(synopsis "GNOME image loading and manipulation library")
(description
"GdkPixbuf is a library for image loading and manipulation developed
- 361/377: gnu: glib-networking: Update home-page, synopsis, description and license., (continued)
- 361/377: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/09/05
- 363/377: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/09/05
- 364/377: gnu: python-pycairo: Update to 1.20.0., guix-commits, 2021/09/05
- 368/377: gnu: libsoup: Disable ssl-test., guix-commits, 2021/09/05
- 374/377: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/09/05
- 375/377: gnu: tracker-miners: Enable some features., guix-commits, 2021/09/05
- 284/377: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/09/05
- 286/377: gnu: pangomm: Enable documentation., guix-commits, 2021/09/05
- 287/377: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/09/05
- 288/377: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/09/05
- 292/377: gnu: gdk-pixbuf: Update to 2.42.4.,
guix-commits <=
- 298/377: gnu: vala: Fix documentation., guix-commits, 2021/09/05
- 299/377: gnu: vala: Update to 0.52.0., guix-commits, 2021/09/05
- 303/377: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/05
- 304/377: gnu: libgsf: Enable missing features., guix-commits, 2021/09/05
- 306/377: gnu: libgsf: Enable documentation., guix-commits, 2021/09/05
- 307/377: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 312/377: gnu: atkmm: Enable documentation., guix-commits, 2021/09/05
- 316/377: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/09/05
- 317/377: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/09/05
- 321/377: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/09/05