Actions
Bug #10909
closedFix compatibility with libharu 2.4.0
Start date:
09/05/2022
Due date:
% Done:
100%
Estimated time:
Description
Libharu 2.4.0 was recently released, and there are some breaking changes that require adjustments in WPdfImage.h
in order to get Wt to compile with version 2.4.0.
HPDF_Page_SetDash
'sdash_ptn
argument is now aconst HPDF_REAL*
instead ofconst HPDF_UINT16*
.HPDF_PROJECTING_SCUARE_END
was changed toHPDF_PROJECTING_SQUARE_END
.
Updated by Roel Standaert over 2 years ago
- Status changed from Resolved to InProgress
- % Done changed from 100 to 90
Reopening this, since libharu 2.4.2 broke compatibility again (so did libharu 2.4.1 but let's just not support that version).
Updated by Dmitriy Perlow over 2 years ago
Hello. Any plans about 4.8.1? I've tried to apply several commits as patches to 4.8.0 with no success.
Updated by Roel Standaert over 2 years ago
The 4.8-release
branch is what is going to be Wt 4.8.1, which will be released later today.
Updated by Dmitriy Perlow over 2 years ago
Thank you very much! I'll wait for a release.
Actions