summaryrefslogtreecommitdiffstats
path: root/package/brotli
Commit message (Collapse)AuthorAgeFilesLines
* brotli: update to version 1.0.7Adrian Perez de Castro2018-10-264-41/+10
| | | | | | | | | | | | | | | The new version, among other changes, includes important fixes for unaligned memory access on ARM (both for 32 and 64-bit), as well as performance improvements and build fixes. Patch "0001-Tell-CMake-to-not-check-for-a-C-compiler.patch" is not needed due to the issue being fixed upstream, and therefore is removed. Patch "0001-CMake-Allow-using-BUILD_SHARED_LIBS-to-choose-static.patch" is rebased against the latest upstream changes. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* brotli: fix building of static librariesAdrian Perez de Castro2018-03-311-0/+144
| | | | | | | | | | | | Include a patch to make CMake honor the BUILD_SHARED_LIBS which Buildroot sets to choose the kind of libraries to build. Fixes: - http://autobuild.buildroot.net/results/f1c4b5aeb12af7b7a3e8ae01c219004ecd9befd6/ - http://autobuild.buildroot.net/results/74d20ff38766466623cc4a9eb18afcda831bc20b/ Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* brotli: disable unneeded check for C++ compilerAdrian Perez de Castro2018-03-261-0/+31
| | | | | | | | | | | This adds a local patch, also submitted upstream, which modifies CMakeLists.txt to avoid the check for the unneeded C++ compiler. Fixes: - http://autobuild.buildroot.net/results/68e05c634e62ba4b6f6eb8dc95eeb16faa58fd60 Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* brotli: new packageAdrian Perez de Castro2018-03-243-0/+34
Add the brotli package to Buildroot. This is needed by woff2, which in turn is needed by webkitgtk from version 2.20.0 onwards. WebKitGTK+ used to bundle a copy of the library, but it stopped doing so now that the upstream has started making releases. [Peter: fix license hash] Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud