https://bugs.kde.org/show_bug.cgi?id=489377
Bug ID: 489377 Summary: Minimum freetype version is incorrect Classification: Applications Product: krita Version: 5.2.2 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: General Assignee: krita-bugs-n...@kde.org Reporter: christo...@krop.fr Target Milestone: --- Due to krita embedding raqm 0.10.1, the minimum freetype version is incorrect. Currently, freetype >= 2.10 is required, but raqm needs at least 2.11 or fails with: [ 70s] /home/abuild/rpmbuild/BUILD/krita-5.2.3/3rdparty_vendor/raqm/src/raqm-0.10.1/src/raqm.c: In function '_raqm_shape': [ 70s] /home/abuild/rpmbuild/BUILD/krita-5.2.3/3rdparty_vendor/raqm/src/raqm-0.10.1/src/raqm.c:2243:7: error: implicit declaration of function 'FT_Get_Transform'; did you mean 'FT_Set_Transform'? [-Werror=implicit-function-declaration] [ 70s] FT_Get_Transform (hb_ft_font_get_face (run->font), &matrix, NULL); [ 70s] ^~~~~~~~~~~~~~~~ [ 70s] FT_Set_Transform https://freetype.org/freetype2/docs/reference/ft2-sizing_and_scaling.html#ft_get_transform indicates FT_Get_Transform -- You are receiving this mail because: You are watching all bug changes.