[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/122: gnu: gdk-pixbuf: Update to 2.42.4.
From: |
guix-commits |
Subject: |
39/122: gnu: gdk-pixbuf: Update to 2.42.4. |
Date: |
Fri, 11 Jun 2021 12:12:00 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 51c6981ef0aacd5c0cd92e3a29b45acfa0055f72
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 caba9f6..fd6f8c0 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -583,7 +583,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 "/"
@@ -591,7 +591,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
@@ -636,7 +636,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
- 48/122: gnu: libgsf: Change build-system., (continued)
- 48/122: gnu: libgsf: Change build-system., guix-commits, 2021/06/11
- 49/122: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/06/11
- 51/122: gnu: libgsf: Enable missing features., guix-commits, 2021/06/11
- 53/122: gnu: libgsf: Enable documentation., guix-commits, 2021/06/11
- 58/122: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/06/11
- 57/122: gnu: atk: Update home-page and license., guix-commits, 2021/06/11
- 61/122: gnu: Add atkmm-2.28., guix-commits, 2021/06/11
- 60/122: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/06/11
- 24/122: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/06/11
- 40/122: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/06/11
- 39/122: gnu: gdk-pixbuf: Update to 2.42.4.,
guix-commits <=
- 47/122: gnu: vala: Update synopsis and description., guix-commits, 2021/06/11
- 63/122: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/06/11
- 72/122: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/06/11
- 74/122: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/06/11
- 77/122: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/06/11
- 86/122: gnu: ibus: Enable memconf., guix-commits, 2021/06/11
- 89/122: gnu: iqa: Correct source uri., guix-commits, 2021/06/11
- 92/122: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/06/11
- 95/122: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/06/11
- 102/122: gnu: glib: Disable failing test., guix-commits, 2021/06/11