mirror of
https://github.com/lovell/sharp.git
synced 2025-07-13 12:20:13 +02:00
Upgrade to libvips v8.12.1
This commit is contained in:
parent
336856dfc2
commit
add4c7928f
@ -2,7 +2,7 @@
|
||||
|
||||
## v0.30 - *dresser*
|
||||
|
||||
Requires libvips v8.12.0
|
||||
Requires libvips v8.12.1
|
||||
|
||||
### v0.30.0 - TBD
|
||||
|
||||
|
@ -150,7 +150,7 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"config": {
|
||||
"libvips": "8.12.0",
|
||||
"libvips": "8.12.1",
|
||||
"runtime": "napi",
|
||||
"target": 5
|
||||
},
|
||||
|
@ -26,8 +26,8 @@
|
||||
|
||||
#if (VIPS_MAJOR_VERSION < 8) || \
|
||||
(VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION < 12) || \
|
||||
(VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION == 12 && VIPS_MICRO_VERSION < 0)
|
||||
#error "libvips version 8.12.0+ is required - please see https://sharp.pixelplumbing.com/install"
|
||||
(VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION == 12 && VIPS_MICRO_VERSION < 1)
|
||||
#error "libvips version 8.12.1+ is required - please see https://sharp.pixelplumbing.com/install"
|
||||
#endif
|
||||
|
||||
#if ((!defined(__clang__)) && defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user