1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 11:01:48 +02:00

gnu: gdk-pixbuf: Update to 2.44.4.

* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.44.4.
[#:configure-flags]: Add “-Dglycin=disabled”.
* gnu/packages/patches/gdk-pixbuf-honor-GUIX_GDK_PIXBUF_MODULE_FILES.patch:
Adjust accordingly.
This commit is contained in:
Liliana Marie Prikler
2026-01-04 22:00:49 +01:00
committed by Andreas Enge
parent 8464195ef1
commit 472e264ad6
2 changed files with 8 additions and 8 deletions
@@ -14,11 +14,10 @@ diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
index e1df590..913ce89 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.c
+++ b/gdk-pixbuf/gdk-pixbuf-io.c
@@ -670,6 +670,17 @@ gdk_pixbuf_io_init (void)
gboolean ret;
@@ -707,6 +707,16 @@ gdk_pixbuf_io_init (void)
gdk_pixbuf_io_init_builtin ();
+
+ /* Load modules from GUIX_GDK_PIXBUF_MODULE_FILES. */
+ gchar *module_files_env = g_getenv ("GUIX_GDK_PIXBUF_MODULE_FILES");
+ if (module_files_env) {
@@ -29,6 +28,5 @@ index e1df590..913ce89 100644
+ g_strfreev (module_files);
+ }
+
#ifdef USE_GMODULE
module_file = gdk_pixbuf_get_module_file ();
#endif
return file_formats != NULL;
}