[librsvg] svg GDK pixbuf loader doesn't work since October 15 #22847
Closed as not planned
Description
Description / Steps to reproduce the issue
We have Geany nightly builds located at
https://nightly.geany.org/mingw64/
Somewhere between October 15 (the build works alright) and October 17 (not alright) GDK pixbuf loader for SVG stopped working and Geany displays red squares for UI graphics using SVG.
By looking at librsvg changelog, I suspect
which modified lots of things. Also, when looking at the pixbuf loader directory, the librsvg filename looks completely different than other loaders and the binary is giant compared to the rest of the loaders:
Expected behavior
SVG graphics of GTK themes are shown.
Actual behavior
Red squares instead of SVG graphics are displayed.
Verification
- I have verified that my MSYS2 is up-to-date before submitting the report (see https://www.msys2.org/docs/updating/)
Windows Version
Windows 11
MINGW environments affected
- MINGW64
- MINGW32
- UCRT64
- CLANG64
- CLANGARM64
Are you willing to submit a PR?
No response