The following things were broken:
* Remove gdk-pixbuf-2.0/ from gdk-pixbuf include (this is part of the -I
directory in the pkg-config data).
* Properly free the allocated AsMetadata which were leaked (while the
AsComponent was freed mistakenly since it belongs to the AsMetadata).
* Properly free GFile as a GObject (it must not be freed with g_free()!).
* Fix various coding style bugs.
* Fix installing a .gex file by dropping it in GIMP. The code in
file_gex_validate() was completely broken as it was not parsing the
AppStream metadata anymore.
* Mininum libappstream requirement moved down to 0.16.1 so that GIMP can
be built on Debian bookworm (our dependency baseline).
* Fix Snap build (hopefully, untested).
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| file-data-gbr.c | ||
| file-data-gbr.h | ||
| file-data-gex.c | ||
| file-data-gex.h | ||
| file-data-gih.c | ||
| file-data-gih.h | ||
| file-data-pat.c | ||
| file-data-pat.h | ||
| file-data.c | ||
| file-data.h | ||
| meson.build | ||