[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/217: gnu: librsvg-next: Do not propagate gdk-pixbuf.
From: |
guix-commits |
Subject: |
14/217: gnu: librsvg-next: Do not propagate gdk-pixbuf. |
Date: |
Sun, 14 Nov 2021 19:20:25 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit a53789dae630e5aad034af0afa2aa7fb9fec70dd
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 2c1280c..864b2a1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3552,6 +3552,7 @@ for dealing with different structured file formats.")
`(("bzip2" ,bzip2)
("fontconfig" ,fontconfig)
("freetype" ,freetype)
+ ("gdk-pixbuf" ,gdk-pixbuf)
("harfbuzz" ,harfbuzz)
("libcroco" ,libcroco)
("libgsf" ,libgsf)
@@ -3559,7 +3560,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-batched-changes created (now 22477c2), guix-commits, 2021/11/14
- 01/217: gnu: apr: Update to 1.7.0., guix-commits, 2021/11/14
- 12/217: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/14
- 03/217: gnu: rust: Update to 1.50., guix-commits, 2021/11/14
- 02/217: gnu: gst-plugins-base: Depend on Opus for all systems., guix-commits, 2021/11/14
- 08/217: gnu: gtk+: Add a debug output., guix-commits, 2021/11/14
- 14/217: gnu: librsvg-next: Do not propagate gdk-pixbuf.,
guix-commits <=
- 15/217: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/14
- 07/217: gnu: json-c: Update to 0.15., guix-commits, 2021/11/14
- 06/217: gnu: shadow: Set log in /var/log., guix-commits, 2021/11/14
- 04/217: gnu: pulseaudio: Update to 14.2., guix-commits, 2021/11/14
- 18/217: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/14
- 23/217: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/11/14
- 24/217: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/11/14
- 27/217: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/11/14
- 28/217: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/11/14
- 09/217: gnu: gdk-pixbuf: Add a debug output., guix-commits, 2021/11/14