[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/115: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
From: |
guix-commits |
Subject: |
18/115: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf. |
Date: |
Fri, 15 Oct 2021 09:48:52 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 68a1039dcc96e8c3b13ae8ac2712d3f9176e00ac
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 17:39:13 2021 -0500
gnu: cheese: Propagate gdk-pixbuf+svg rather than 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 (cheese)[propagated-inputs]: Replace gdk-pixbuf by
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 46964b7..9c299bb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10600,7 +10600,7 @@ photo-booth-like software, such as Cheese.")
("clutter-gst" ,clutter-gst)
("clutter-gtk" ,clutter-gtk)
("libcanberra" ,libcanberra)
- ("gdk-pixbuf" ,gdk-pixbuf)
+ ("gdk-pixbuf" ,gdk-pixbuf+svg)
("glib" ,glib)
("gstreamer" ,gstreamer)))
(inputs
- 08/115: gnu: gtk+: Add a debug output., (continued)
- 08/115: gnu: gtk+: Add a debug output., guix-commits, 2021/10/15
- 11/115: gnu: librsvg: Add a debug output., guix-commits, 2021/10/15
- 13/115: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/15
- 03/115: gnu: rust: Update to 1.50., guix-commits, 2021/10/15
- 04/115: gnu: pulseaudio: Update to 14.2., guix-commits, 2021/10/15
- 07/115: gnu: json-c: Update to 0.15., guix-commits, 2021/10/15
- 09/115: gnu: gdk-pixbuf: Add a debug output., guix-commits, 2021/10/15
- 12/115: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/15
- 14/115: gnu: librsvg-next: Do not propagate gdk-pixbuf., guix-commits, 2021/10/15
- 17/115: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/15
- 18/115: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.,
guix-commits <=
- 19/115: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/10/15
- 15/115: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/15
- 20/115: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/10/15
- 27/115: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/10/15
- 16/115: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/15
- 21/115: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/10/15
- 22/115: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/10/15
- 25/115: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/10/15
- 30/115: gnu: farstream: Enable tests., guix-commits, 2021/10/15
- 32/115: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/10/15