| Summary: |
krita (git f808f0c) build fails with libwebp 1.1.0 |
| Product: |
[Applications] krita
|
Reporter: |
nattakit <nattakit> |
| Component: |
General | Assignee: |
Krita Bugs <krita-bugs-null> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
minor
|
|
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
git master (please specify the git hash!) | |
|
| Target Milestone: |
--- | |
|
| Platform: |
Gentoo Packages | |
|
| OS: |
Linux | |
|
|
Latest Commit:
|
https://invent.kde.org/graphics/krita/commit/f25646800ba3e5ccbc70f8c66c66867698a82548
|
Version Fixed/Implemented In:
|
|
|
Sentry Crash Report:
|
|
| |
| Attachments: |
error message
|
Created attachment 140420 [details] error message Krita failed to build with libwebp 1.1.0 After some investigation it seems that dlg_webp_export.cpp and kis_webp_export.cpp is using if macro for some libwebp API that are available in libwebp 1.2.0 (>=WEBP_ENCODER_ABI_VERSION 0x0210) but instead test for libwebp 1.1.0 (>=WEBP_ENCODER_ABI_VERSION 0x020f)