summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-01Enable glibc assertionsDaniel Bermond
The building issue was fixed upstream.
2023-08-12Update git submodules and cmake commandsDaniel Bermond
2023-01-24Fix testsDaniel Bermond
References ---------- https://github.com/libjxl/libjxl/issues/1921
2022-10-27Update command for git submodulesDaniel Bermond
2022-09-23Update pkgver() and dependenciesDaniel Bermond
2022-08-08Match latest upstream changesDaniel Bermond
2022-08-05Re-enable glibc assertionsDaniel Bermond
Due to an upstream issue[1], it was needed to disable glibc asseritons for making the test suite to pass. This was fixed[2] by upstream. References ---------- [1] https://github.com/libjxl/libjxl/issues/1644 [2] https://github.com/libjxl/libjxl/commit/980c90f65f41066cc4959b4eb80eba906867103b
2022-07-23Match latest upstream changes and fix build.Daniel Bermond
The test suite currently fails to pass when building with '-Wp,-D_GLIBCXX_ASSERTIONS' on CXXFLAGS.
2022-04-25Improve pkgver() to show an updated versionDaniel Bermond
2022-04-25Match latest upstream changes. Switch compiler to gcc.Daniel Bermond
Switching compiler to gcc allows to enable lto.
2022-02-27Update dependenciesDaniel Bermond
Upstream highway added support for shared libraries and package highway-git now uses it.
2022-01-02Match latest upstream changesDaniel Bermond
2021-12-29Match upstream and repository package changesDaniel Bermond
2021-10-29Update dependenciesDaniel Bermond
2021-10-06Match the repository packageDaniel Bermond
2021-08-04Add a needed fixDaniel Bermond
Currently, it looks like that compiling with NDEBUG defined is important to avoid some runtime crashes.
2021-08-03Match latest upstream changesDaniel Bermond
References ---------- https://github.com/libjxl/libjxl/commit/1afd1f28237715b0b8477bd30f079d0deff28b3b
2021-07-31Update dependenciesDaniel Bermond
2021-07-29Match latest upstream changesDaniel Bermond
References ---------- https://github.com/libjxl/libjxl/commit/d26cbdaa6e7ff44920f0dd0179a87256169707ab#diff-1277b9594fbc9f8c52ae7bd86e5a2832e7532bfaacd66056df1363224fba2f5cR39 https://github.com/libjxl/libjxl/blob/51828fd87fb4b7531cefd4936e51d10a4dcbe8df/plugins/gdk-pixbuf/CMakeLists.txt#L39
2021-06-06Use highway from systemDaniel Bermond
highway on-tree dependency was updated to 0.12.2[1]. This version has headers in different directories than 0.12.0. References ---------- https://github.com/libjxl/libjxl/commit/f1565bf35089431ccab975f7971b794f118a8713
2021-06-04Install jni wrapper and license files. Add sodep for threads lib.Daniel Bermond
The needed license files were missing after upstream changed the license from Apache to BSD.
2021-06-03Remove highway filesDaniel Bermond
Remove unneeded highway files, as we are building with bundled highway due to incompatible highway 0.12.2.
2021-06-02Initial commitDaniel Bermond
Package libjpeg-xl-git renamed to libjxl-git to follow the upstream name change.