Skip to content

Commit

Permalink
Upgrade to libvips v8.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Nov 4, 2024
1 parent 04e7f58 commit 7bdf419
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 29 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## v0.34 - *hat*

Requires libvips v8.16.0-rc2
Requires libvips v8.16.0

### v0.33.6 - TBD

Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ deno run --allow-ffi ...

Ready-compiled sharp and libvips binaries are provided for use on the most common platforms:

* macOS x64 (>= 10.13)
* macOS x64 (>= 10.15)
* macOS ARM64
* Linux ARM (glibc >= 2.28)
* Linux ARM64 (glibc >= 2.26, musl >= 1.2.2)
Expand Down
2 changes: 1 addition & 1 deletion docs/search-index.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion lib/resize.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ const kernel = {
cubic: 'cubic',
mitchell: 'mitchell',
lanczos2: 'lanczos2',
lanczos3: 'lanczos3'
lanczos3: 'lanczos3',
mks2013: 'mks2013',
mks2021: 'mks2021'
};

/**
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"preferUnplugged": true,
"optionalDependencies": {
"@img/sharp-libvips-darwin-arm64": "1.1.0-rc2"
"@img/sharp-libvips-darwin-arm64": "1.1.0-rc3"
},
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"preferUnplugged": true,
"optionalDependencies": {
"@img/sharp-libvips-darwin-x64": "1.1.0-rc2"
"@img/sharp-libvips-darwin-x64": "1.1.0-rc3"
},
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"preferUnplugged": true,
"optionalDependencies": {
"@img/sharp-libvips-linux-arm": "1.1.0-rc2"
"@img/sharp-libvips-linux-arm": "1.1.0-rc3"
},
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"preferUnplugged": true,
"optionalDependencies": {
"@img/sharp-libvips-linux-arm64": "1.1.0-rc2"
"@img/sharp-libvips-linux-arm64": "1.1.0-rc3"
},
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-ppc64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"preferUnplugged": true,
"optionalDependencies": {
"@img/sharp-libvips-linux-ppc64": "1.1.0-rc2"
"@img/sharp-libvips-linux-ppc64": "1.1.0-rc3"
},
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-s390x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"preferUnplugged": true,
"optionalDependencies": {
"@img/sharp-libvips-linux-s390x": "1.1.0-rc2"
"@img/sharp-libvips-linux-s390x": "1.1.0-rc3"
},
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"preferUnplugged": true,
"optionalDependencies": {
"@img/sharp-libvips-linux-x64": "1.1.0-rc2"
"@img/sharp-libvips-linux-x64": "1.1.0-rc3"
},
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion npm/linuxmusl-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"preferUnplugged": true,
"optionalDependencies": {
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0-rc2"
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0-rc3"
},
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion npm/linuxmusl-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"preferUnplugged": true,
"optionalDependencies": {
"@img/sharp-libvips-linuxmusl-x64": "1.1.0-rc2"
"@img/sharp-libvips-linuxmusl-x64": "1.1.0-rc3"
},
"files": [
"lib"
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@
"optionalDependencies": {
"@img/sharp-darwin-arm64": "0.33.5",
"@img/sharp-darwin-x64": "0.33.5",
"@img/sharp-libvips-darwin-arm64": "1.1.0-rc2",
"@img/sharp-libvips-darwin-x64": "1.1.0-rc2",
"@img/sharp-libvips-linux-arm": "1.1.0-rc2",
"@img/sharp-libvips-linux-arm64": "1.1.0-rc2",
"@img/sharp-libvips-linux-ppc64": "1.1.0-rc2",
"@img/sharp-libvips-linux-s390x": "1.1.0-rc2",
"@img/sharp-libvips-linux-x64": "1.1.0-rc2",
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0-rc2",
"@img/sharp-libvips-linuxmusl-x64": "1.1.0-rc2",
"@img/sharp-libvips-darwin-arm64": "1.1.0-rc3",
"@img/sharp-libvips-darwin-x64": "1.1.0-rc3",
"@img/sharp-libvips-linux-arm": "1.1.0-rc3",
"@img/sharp-libvips-linux-arm64": "1.1.0-rc3",
"@img/sharp-libvips-linux-ppc64": "1.1.0-rc3",
"@img/sharp-libvips-linux-s390x": "1.1.0-rc3",
"@img/sharp-libvips-linux-x64": "1.1.0-rc3",
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0-rc3",
"@img/sharp-libvips-linuxmusl-x64": "1.1.0-rc3",
"@img/sharp-linux-arm": "0.33.5",
"@img/sharp-linux-arm64": "0.33.5",
"@img/sharp-linux-s390x": "0.33.5",
Expand All @@ -165,19 +165,19 @@
},
"devDependencies": {
"@emnapi/runtime": "^1.3.1",
"@img/sharp-libvips-dev": "1.1.0-rc2",
"@img/sharp-libvips-dev-wasm32": "1.1.0-rc2",
"@img/sharp-libvips-win32-ia32": "1.1.0-rc2",
"@img/sharp-libvips-win32-x64": "1.1.0-rc2",
"@img/sharp-libvips-dev": "1.1.0-rc3",
"@img/sharp-libvips-dev-wasm32": "1.1.0-rc3",
"@img/sharp-libvips-win32-ia32": "1.1.0-rc3",
"@img/sharp-libvips-win32-x64": "1.1.0-rc3",
"@types/node": "*",
"cc": "^3.0.1",
"emnapi": "^1.3.1",
"exif-reader": "^2.0.1",
"extract-zip": "^2.0.1",
"icc": "^3.0.0",
"jsdoc-to-markdown": "^9.0.4",
"jsdoc-to-markdown": "^9.0.5",
"license-checker": "^25.0.1",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"node-addon-api": "8.1.0",
"nyc": "^17.1.0",
"prebuild": "^13.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
],
'xcode_settings': {
'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
'MACOSX_DEPLOYMENT_TARGET': '10.13',
'MACOSX_DEPLOYMENT_TARGET': '10.15',
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'GCC_ENABLE_CPP_RTTI': 'YES',
'OTHER_CPLUSPLUSFLAGS': [
Expand Down

0 comments on commit 7bdf419

Please sign in to comment.