You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chromium-...@chromium.org
I was testing chromium-29.0.1541.0 today and it bundles lzma_sdk (http://www.7-zip.org/sdk.html). It seems to be used only in one place, third_party/ots/src/woff2.cc . third_party/ots is OpenType (font) Sanitizer.
Is this packaged by Linux distributions? Is there possibly some other existing package with very similar functionality? I'm wondering what is the API/ABI policy of LZMA SDK project and whether it makes sense to create a Linux package for it and create unbundling code for Chrome (that should be an easy part).
Paweł
Evangelos Foutras
unread,
Jun 19, 2013, 1:36:41 AM6/19/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phajd...@chromium.org, chromium-...@chromium.org
No package in Arch Linux provides LzmaLib.h (included from the
woff2.cc file you mentioned). Instead, we ship XZ Utils¹ and also use
it as the default compression method for all packages.