[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/201: gnu: librsvg-next: Do not propagate gdk-pixbuf.
From: |
guix-commits |
Subject: |
14/201: gnu: librsvg-next: Do not propagate gdk-pixbuf. |
Date: |
Mon, 1 Nov 2021 23:18:21 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 63e54896b32283e86bdf0091682364f6a8861f1d
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.
- 02/201: gnu: gst-plugins-base: Depend on Opus for all systems., (continued)
- 02/201: gnu: gst-plugins-base: Depend on Opus for all systems., guix-commits, 2021/11/01
- 05/201: gnu: pulseaudio: Use meson build system., guix-commits, 2021/11/01
- 07/201: gnu: json-c: Update to 0.15., guix-commits, 2021/11/01
- 08/201: gnu: gtk+: Add a debug output., guix-commits, 2021/11/01
- 01/201: gnu: apr: Update to 1.7.0., guix-commits, 2021/11/01
- 03/201: gnu: rust: Update to 1.50., guix-commits, 2021/11/01
- 06/201: gnu: shadow: Set log in /var/log., guix-commits, 2021/11/01
- 09/201: gnu: gdk-pixbuf: Add a debug output., guix-commits, 2021/11/01
- 10/201: gnu: gdk-pixbuf+svg: Fix typo in comment., guix-commits, 2021/11/01
- 11/201: gnu: librsvg: Add a debug output., guix-commits, 2021/11/01
- 14/201: gnu: librsvg-next: Do not propagate gdk-pixbuf.,
guix-commits <=
- 04/201: gnu: pulseaudio: Update to 14.2., guix-commits, 2021/11/01
- 12/201: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/01
- 17/201: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/01
- 15/201: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/01
- 13/201: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/01
- 21/201: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/11/01
- 18/201: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/01
- 16/201: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/01
- 22/201: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/11/01
- 26/201: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/11/01