Bug 150001 - [GTK] Update harfbuzz version to accept newer ICU
Summary: [GTK] Update harfbuzz version to accept newer ICU
Status: RESOLVED DUPLICATE of bug 149749
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-10 08:46 PDT by Yusuke Suzuki
Modified: 2015-10-10 11:19 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.76 KB, patch)
2015-10-10 09:49 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2015-10-10 08:46:04 PDT
After updating ICU to 5.5 (in Debian unstable), now, harfbuzz cannot be compiled.
This is because of the change of the signature of the virtual function, getFontTable.

It seems that updating harfbuzz to the latest version solves this issue.
Comment 1 Yusuke Suzuki 2015-10-10 09:49:02 PDT
Created attachment 262828 [details]
Patch
Comment 2 Yusuke Suzuki 2015-10-10 10:42:11 PDT
Comment on attachment 262828 [details]
Patch

Currently, I still cannot build WebKitGTK+ on debian unstable because Mesa also raises some linking errors with LLVM.
But at least, harfbuzz phase was OK.
Comment 3 Michael Catanzaro 2015-10-10 11:15:56 PDT
Comment on attachment 262828 [details]
Patch

Thanks for your patch, but there's already one in bug #149749.
Comment 4 Michael Catanzaro 2015-10-10 11:16:07 PDT

*** This bug has been marked as a duplicate of bug 149749 ***
Comment 5 Yusuke Suzuki 2015-10-10 11:19:58 PDT
(In reply to comment #4)

Ah, thanks