[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/203: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
From: |
guix-commits |
Subject: |
16/203: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf. |
Date: |
Wed, 3 Nov 2021 21:09:45 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 0eaafeb57b5793afc7462bf31d371cfe66aba549
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 17:38:27 2021 -0500
gnu: cogl: 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 (cogl)[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 f4ce306..9519c23 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5744,7 +5744,7 @@ throughout GNOME for API documentation).")
("pkg-config" ,pkg-config)))
(propagated-inputs
`(("glib" ,glib)
- ("gdk-pixbuf" ,gdk-pixbuf)
+ ("gdk-pixbuf" ,gdk-pixbuf+svg)
("libx11" ,libx11)
("libxext" ,libxext)
("libxfixes" ,libxfixes)
- 35/203: gnu: gnupg: Update to 2.2.30., (continued)
- 35/203: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/11/03
- 41/203: gnu: gst-plugins-base: Update to 1.19.2., guix-commits, 2021/11/03
- 44/203: gnu: gst-plugins-bad: Update to 1.19.2., guix-commits, 2021/11/03
- 26/203: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/11/03
- 48/203: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/11/03
- 47/203: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/11/03
- 39/203: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/11/03
- 52/203: Revert commits made to resolve a gdk-pixbuf+svg propagation issue., guix-commits, 2021/11/03
- 53/203: gnu: googletest: Update to 1.11.0., guix-commits, 2021/11/03
- 66/203: gnu: gst-editing-services: Update to 1.18.5., guix-commits, 2021/11/03
- 16/203: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.,
guix-commits <=
- 62/203: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/11/03
- 70/203: gnu: python-keras: Enable parallel tests., guix-commits, 2021/11/03
- 72/203: gnu: libnice: Update to 0.1.18-0.47a9633 and disable test-bind test., guix-commits, 2021/11/03
- 65/203: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/11/03
- 54/203: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/11/03
- 56/203: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/11/03
- 55/203: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/11/03
- 59/203: Revert gstreamer update to 1.19.2., guix-commits, 2021/11/03
- 71/203: gnu: dbus-c++: Fix build., guix-commits, 2021/11/03
- 67/203: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/11/03