Bug 150001

Summary: [GTK] Update harfbuzz version to accept newer ICU
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: WebKitGTKAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bugs-noreply, mcatanzaro, mrobinson, ossy
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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