https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284977
--- Comment #7 from Mikael Urankar <[email protected]> --- (In reply to Daniel Engberg from comment #0) graphics/gimp-app fails, Vector icons: no (librsvg GdkPixbuf loader missing) there is no libpixbufloader-svg.so with newer librsvg from librsvg-2.59.2/NEWS: One detail that I forgot to document in the last version: with the new Meson build system, the filename of the gdk-pixbuf loader module is libpixbufloader_svg.so, with an underscore, which is different from libpixbufloader-svg.so from the Autotools, which uses a hyphen. This filename is never actually used by people, and gdk-pixbuf-query-loaders will automatically detect it at installation time. Packaging scripts may need to be changed to use this filename. so: sed -i "" "s/libpixbufloader-svg.so/libpixbufloader_svg.so/g" work/gimp-2.10.38/configure will fix it (or rename libpixbufloader_svg.so in librsvg) -- You are receiving this mail because: You are the assignee for the bug.
