Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-17 | Match the base package | Daniel Bermond | |
https://aur.archlinux.org/cgit/aur.git/commit/?h=lcevcdec&id=c86a616a8709ec6f471377ff53b5007ac29fc4be | |||
2025-07-02 | Match latest upstream changes | Daniel Bermond | |
2025-06-18 | Match latest upstream changes | Daniel Bermond | |
2025-01-31 | Disable download of git lfs files | Daniel Bermond | |
2025-01-25 | Match latest upstream changes | Daniel Bermond | |
2025-01-04 | Disable avx flag hardcoded in source code. Disable Werror. | Daniel Bermond | |
See: https://aur.archlinux.org/cgit/aur.git/commit/?h=lcevcdec-git&id=f005c5467d83511476c87e7bd6c6dfe3f205f531 | |||
2024-12-28 | Fix static libraries when building with lto | Daniel Bermond | |
2024-12-25 | Disable instruction sets not supported by the current Arch target | Daniel Bermond | |
Arch Linux currently targets x86_64 baseline cpus (x86-64-v1)[1]. Compiling with sse4.2 and avx2 enabled may cause errors in such old x64-64-v1 and x64-64-v2 cpus, as they do not support[2] these instruction sets. So, we need to strictly disable these instruction sets here, which are used[3] by upstream. [1] https://gitlab.archlinux.org/archlinux/devtools/-/blob/v1.3.0/config/makepkg/x86_64.conf?ref_type=tags#L43 [2] https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels [3] https://github.com/v-novaltd/LCEVCdec/blob/3.2.1/src/core/decoder/src/common/types.h#L159-L160 | |||
2024-09-19 | Initial commit | Daniel Bermond | |