summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-04-23Match latest upstream changesDaniel Bermond
man pages now requires asciidoc to be built.
2021-03-06Update providesDaniel Bermond
2021-02-07Enable saving on gimp pluginDaniel Bermond
2021-02-01Use highway from systemDaniel Bermond
2021-01-09Remove unneeded submodule commandDaniel Bermond
2020-12-25Remove unneeded headersDaniel Bermond
2020-12-17Match latest upstream changesDaniel Bermond
2020-12-04Rename patchDaniel Bermond
2020-12-02Use tag for pkgverDaniel Bermond
Upstream now provides the first tagged release.
2020-11-16Match latest upstream changesDaniel Bermond
2020-10-29Match latest upstream changes. Add plugins.Daniel Bermond
2020-10-13Match latest upstream changes. Add documentation package.Daniel Bermond
2020-10-02Refresh patchesDaniel Bermond
2020-07-28Update patches to match latest upstream changesDaniel Bermond
2020-06-11Match latest upstream changesDaniel Bermond
2020-05-06Fix build: issue with submodule mingw-std-threadsDaniel Bermond
Submodule mingw-std-threads is targeting an untracked commit (or something of that sort). The target commit cannot be checked out by makepkg sources (makepkg gives an error when using '#commit=<hash>'), but it's available for fetching at upstream, so I'm manually fetching it at prepare(). It seems that the target commit was somehow moved by upstream mingw-std-threads, because it was working previously and now it stopped to work. Maybe they deleted it from its branch.
2020-04-22Match latest upstream changes: update git submodules and fix buildDaniel Bermond
2020-03-11Fix build on non-avx2 cpusDaniel Bermond
Must ensure at least sse4.1 at build time, since it's required by upstream.
2020-03-03Fix build on generic architectureDaniel Bermond
The AVX2 patch does not need to be that restrictive.
2020-03-02Disable AVX512. Remove benchmark tool.Daniel Bermond
2020-03-02Match upstream changes. Disable AVX2. Add benchmark tool.Daniel Bermond
2020-02-01Initial commit of libjpeg-xl-gitDaniel Bermond