Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 1009 Bytes

TODO.md

File metadata and controls

13 lines (13 loc) · 1009 Bytes

TODO

  • Add CI that builds libvips with pre-compiled dependencies.
  • Incorporate all new dependencies and patches into MXE.
    • Should we also add libvips-web?
    • Not sure about librsvg, because v2.42.0+ requires the Rust toolchain.
  • Try to test the binaries with the Python test suite on Wine.
  • Incorporate the llvm-mingw toolchain plugin into MXE (see mxe/mxe#2330).
    • Test the armv7-w64-mingw32 target on a Raspberry Pi 3B with Windows 10 IoT.
    • Test the aarch64-w64-mingw32 target on a Raspberry Pi 4B with Windows 10 ARM64.
    • The libvips test suite should be able to run successfully on ARM/ARM64.
    • Fix the llvm-mingw specific patches upstream or within LLVM.
    • The Rust MinGW-w64 ARM/ARM64 targets are not yet supported, is there an alternative way to build librsvg for these architectures?