[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/227: gnu: librsvg-next: Do not propagate gdk-pixbuf.
From: |
guix-commits |
Subject: |
14/227: gnu: librsvg-next: Do not propagate gdk-pixbuf. |
Date: |
Thu, 11 Nov 2021 12:29:49 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 91e40dd2ed3fdf9cc750896358c02bea681a31c7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 17:36:45 2021 -0500
gnu: librsvg-next: Do not propagate gdk-pixbuf.
Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes
with GTK+'s own gdk-pixbuf+svg propagation.
* gnu/packages/gnome.scm (librsvg-next)[propagated-inputs]: Remove
gdk-pixbuf.
[inputs]: Add gdk-pixbuf+svg.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b2bc144..7785b3b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3553,6 +3553,7 @@ for dealing with different structured file formats.")
`(("bzip2" ,bzip2)
("fontconfig" ,fontconfig)
("freetype" ,freetype)
+ ("gdk-pixbuf" ,gdk-pixbuf)
("harfbuzz" ,harfbuzz)
("libcroco" ,libcroco)
("libgsf" ,libgsf)
@@ -3560,7 +3561,6 @@ for dealing with different structured file formats.")
("pango" ,pango)))
(propagated-inputs
`(("cairo" ,cairo)
- ("gdk-pixbuf" ,gdk-pixbuf)
("glib" ,glib)))
(synopsis "SVG rendering library")
(description "Librsvg is a library to render SVG images to Cairo surfaces.
- branch core-updates-frozen updated (745d3a9 -> 4b1538e), guix-commits, 2021/11/11
- 03/227: gnu: rust: Update to 1.50., guix-commits, 2021/11/11
- 07/227: gnu: json-c: Update to 0.15., guix-commits, 2021/11/11
- 01/227: gnu: apr: Update to 1.7.0., guix-commits, 2021/11/11
- 04/227: gnu: pulseaudio: Update to 14.2., guix-commits, 2021/11/11
- 05/227: gnu: pulseaudio: Use meson build system., guix-commits, 2021/11/11
- 09/227: gnu: gdk-pixbuf: Add a debug output., guix-commits, 2021/11/11
- 11/227: gnu: librsvg: Add a debug output., guix-commits, 2021/11/11
- 14/227: gnu: librsvg-next: Do not propagate gdk-pixbuf.,
guix-commits <=
- 10/227: gnu: gdk-pixbuf+svg: Fix typo in comment., guix-commits, 2021/11/11
- 26/227: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/11/11
- 29/227: gnu: e2fsprogs: Update to 1.46.2., guix-commits, 2021/11/11
- 15/227: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 22/227: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/11/11
- 24/227: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/11/11
- 40/227: gnu: gstreamer: Update to 1.19.2., guix-commits, 2021/11/11
- 36/227: gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0., guix-commits, 2021/11/11
- 35/227: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/11/11
- 38/227: gnu: python-sphinx: Update to 4.2.0., guix-commits, 2021/11/11