libvips / build-win64

build libvips for 64-bit windows
28 stars 14 forks source link

Dependency version bumps ahead of v8.10 #37

Closed kleisauke closed 4 years ago

kleisauke commented 4 years ago

This PR makes this repository more in line with build-win64-mxe by updating all dependencies to the latest version (where possible), improving the existing patches and adding some new patches for dependencies that cause failures during building. I tested the binaries on the libvips test suite and did not encounter any problems.

The only thing I came across is that --vips-config is currently returning incorrect information, for example:

$ vips.exe --vips-config
native win32: no, ...

PR https://github.com/libvips/libvips/pull/1708 should fix this.

The only differences between this repository and build-win64-mxe are (after merge):

Improvements

Dependency changes -web variant

-all variant

jcupitt commented 4 years ago

What a great PR! Nice work Kleis.