[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/124: gnu: gdk-pixbuf: Update to 2.42.4.
From: |
guix-commits |
Subject: |
39/124: gnu: gdk-pixbuf: Update to 2.42.4. |
Date: |
Sun, 5 Sep 2021 10:42:02 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit c13fb7cb9b20dad628ff63756357e01b77c72802
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
- 30/124: gnu: pango: Update to 1.48.3., (continued)
- 30/124: gnu: pango: Update to 1.48.3., guix-commits, 2021/09/05
- 35/124: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/09/05
- 36/124: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/09/05
- 37/124: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/09/05
- 26/124: gnu: cairomm: Enable documentation., guix-commits, 2021/09/05
- 31/124: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/09/05
- 32/124: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/09/05
- 34/124: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/09/05
- 38/124: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/09/05
- 28/124: gnu: pango: Add missing arguments., guix-commits, 2021/09/05
- 39/124: gnu: gdk-pixbuf: Update to 2.42.4.,
guix-commits <=
- 43/124: gnu: vala: Change build-system., guix-commits, 2021/09/05
- 41/124: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/09/05
- 29/124: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/05
- 33/124: gnu: pangomm: Enable documentation., guix-commits, 2021/09/05
- 42/124: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/09/05
- 47/124: gnu: vala: Update synopsis and description., guix-commits, 2021/09/05
- 27/124: gnu: cairomm-1.13: Fix build., guix-commits, 2021/09/05
- 40/124: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 44/124: gnu: vala: Enable coverage support., guix-commits, 2021/09/05
- 45/124: gnu: vala: Fix documentation., guix-commits, 2021/09/05