@img/sharp-libvips-dev-wasm32 1.1.0-rc1 → 1.1.0-rc3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2050,6 +2050,10 @@ public:
2050
2050
 
2051
2051
  // Compat operations
2052
2052
 
2053
+ static VImage
2054
+ new_from_memory_steal(void *data, size_t size,
2055
+ int width, int height, int bands, VipsBandFormat format);
2056
+
2053
2057
  /**
2054
2058
  * Write raw image to file descriptor.
2055
2059
  *
@@ -16,7 +16,7 @@
16
16
  #define VIPS_LIBRARY_REVISION (0)
17
17
  #define VIPS_LIBRARY_AGE (18)
18
18
 
19
- #define VIPS_CONFIG "enable debug: false\nenable deprecated: false\nenable modules: false\nenable cplusplus: true\nenable RAD load/save: true\nenable Analyze7 load: true\nenable PPM load/save: true\nenable GIF load: true\nFFTs with fftw: false\nSIMD support with libhwy: true\nICC profile support with lcms2: true\ndeflate compression with zlib: true\ntext rendering with pangocairo: false\nfont file support with fontconfig: false\nEXIF metadata support with libexif: true\nJPEG load/save with libjpeg: true\nJXL load/save with libjxl: false (dynamic module: false)\nJPEG2000 load/save with OpenJPEG: false\nPNG load/save with spng: true\nimage quantisation with imagequant: true\nTIFF load/save with libtiff-4: true\nimage pyramid save with libarchive: false\nHEIC/AVIF load/save with libheif: true (dynamic module: false)\nWebP load/save with libwebp: true\nPDF load with PDFium or Poppler: false (dynamic module: false)\nSVG load with dep127700601210192: true (dynamic module: false)\nEXR load with OpenEXR: false\nWSI load with OpenSlide: false (dynamic module: false)\nMatlab load with Matio: false\nNIfTI load/save with libnifti: false\nFITS load/save with cfitsio: false\nGIF save with cgif: true\nMagick load/save with MagickCore: false (dynamic module: false)"
19
+ #define VIPS_CONFIG "enable debug: false\nenable deprecated: false\nenable modules: false\nenable cplusplus: true\nenable RAD load/save: true\nenable Analyze7 load: true\nenable PPM load/save: true\nenable GIF load: true\nFFTs with fftw: false\nSIMD support with libhwy: true\nICC profile support with lcms2: true\ndeflate compression with zlib: true\ntext rendering with pangocairo: false\nfont file support with fontconfig: false\nEXIF metadata support with libexif: true\nJPEG load/save with libjpeg: true\nJXL load/save with libjxl: false (dynamic module: false)\nJPEG2000 load/save with OpenJPEG: false\nPNG load/save with spng: true\nimage quantisation with imagequant: true\nTIFF load/save with libtiff-4: true\nimage pyramid save with libarchive: false\nHEIC/AVIF load/save with libheif: true (dynamic module: false)\nWebP load/save with libwebp: true\nPDF load with PDFium or Poppler: false (dynamic module: false)\nSVG load with dep123315822805152: true (dynamic module: false)\nEXR load with OpenEXR: false\nWSI load with OpenSlide: false (dynamic module: false)\nMatlab load with Matio: false\nNIfTI load/save with libnifti: false\nFITS load/save with cfitsio: false\nGIF save with cgif: true\nMagick load/save with MagickCore: false (dynamic module: false)"
20
20
 
21
21
  /* Not really anything to do with versions, but this is a handy place to put
22
22
  * it.
@@ -109,9 +109,6 @@ extern "C" {
109
109
 
110
110
  #include <vips/private.h>
111
111
 
112
- #if VIPS_ENABLE_DEPRECATED
113
- #include <vips/mask.h>
114
- #endif
115
112
  #include <vips/image.h>
116
113
  #include <vips/memory.h>
117
114
  #include <vips/error.h>
@@ -138,8 +135,15 @@ extern "C" {
138
135
  #include <vips/colour.h>
139
136
  #include <vips/draw.h>
140
137
  #include <vips/create.h>
141
- #if VIPS_ENABLE_DEPRECATED
142
- #include <vips/video.h>
138
+
139
+ /* VIPS_DISABLE_COMPAT:
140
+ *
141
+ * Disable automatically inclusion of `vips7compat.h`.
142
+ *
143
+ * This has no effect when building with `-Ddeprecated=false`.
144
+ */
145
+ #if VIPS_ENABLE_DEPRECATED && !defined(VIPS_DISABLE_COMPAT)
146
+ #include <vips/vips7compat.h>
143
147
  #endif
144
148
 
145
149
  /* We can't use _ here since this will be compiled by our clients and they may
@@ -115,7 +115,7 @@ typedef unsigned int guintptr;
115
115
 
116
116
  #define GLIB_MAJOR_VERSION 2
117
117
  #define GLIB_MINOR_VERSION 82
118
- #define GLIB_MICRO_VERSION 1
118
+ #define GLIB_MICRO_VERSION 2
119
119
 
120
120
  #define G_OS_UNIX
121
121
  #define G_PLATFORM_WASM
package/lib/libaom.a CHANGED
Binary file
package/lib/libcgif.a CHANGED
Binary file
package/lib/libexif.a CHANGED
Binary file
package/lib/libexpat.a CHANGED
Binary file
package/lib/libffi.a CHANGED
Binary file
package/lib/libgio-2.0.a CHANGED
Binary file
package/lib/libglib-2.0.a CHANGED
Binary file
Binary file
Binary file
Binary file
package/lib/libheif.a CHANGED
Binary file
package/lib/libhwy.a CHANGED
Binary file
Binary file
package/lib/libjpeg.a CHANGED
Binary file
package/lib/liblcms2.a CHANGED
Binary file
package/lib/libresvg.a CHANGED
Binary file
package/lib/libsharpyuv.a CHANGED
Binary file
package/lib/libspng.a CHANGED
Binary file
package/lib/libtiff.a CHANGED
Binary file
package/lib/libvips-cpp.a CHANGED
Binary file
package/lib/libvips.a CHANGED
Binary file
package/lib/libwebp.a CHANGED
Binary file
Binary file
package/lib/libwebpmux.a CHANGED
Binary file
package/lib/libz.a CHANGED
Binary file
@@ -18,7 +18,7 @@ gsettings=${bindir}/gsettings
18
18
 
19
19
  Name: GIO
20
20
  Description: glib I/O library
21
- Version: 2.82.1
21
+ Version: 2.82.2
22
22
  Requires: glib-2.0, gobject-2.0, gmodule-no-export-2.0, zlib
23
23
  Libs: -L${libdir} -lgio-2.0
24
24
  Cflags: -I${includedir}
@@ -11,6 +11,6 @@ glib_valgrind_suppressions=${datadir}/glib-2.0/valgrind/glib.supp
11
11
 
12
12
  Name: GLib
13
13
  Description: C Utility Library
14
- Version: 2.82.1
14
+ Version: 2.82.2
15
15
  Libs: -L${libdir} -lglib-2.0 -lm -pthread
16
16
  Cflags: -I${includedir}/glib-2.0 -pthread -I${libdir}/glib-2.0/include
@@ -6,7 +6,7 @@ gmodule_supported=true
6
6
 
7
7
  Name: GModule
8
8
  Description: Dynamic module loader for GLib
9
- Version: 2.82.1
9
+ Version: 2.82.2
10
10
  Requires: gmodule-no-export-2.0, glib-2.0
11
11
  Libs: -Wl,--export-dynamic
12
12
  Cflags: -I${includedir}
@@ -6,7 +6,7 @@ gmodule_supported=true
6
6
 
7
7
  Name: GModule
8
8
  Description: Dynamic module loader for GLib
9
- Version: 2.82.1
9
+ Version: 2.82.2
10
10
  Requires: gmodule-no-export-2.0, glib-2.0
11
11
  Libs: -Wl,--export-dynamic
12
12
  Cflags: -I${includedir}
@@ -6,7 +6,7 @@ gmodule_supported=true
6
6
 
7
7
  Name: GModule
8
8
  Description: Dynamic module loader for GLib
9
- Version: 2.82.1
9
+ Version: 2.82.2
10
10
  Requires: glib-2.0
11
11
  Libs: -L${libdir} -lgmodule-2.0 -pthread
12
12
  Cflags: -I${includedir} -pthread
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: GObject
6
6
  Description: GLib Type, Object, Parameter and Signal Library
7
- Version: 2.82.1
7
+ Version: 2.82.2
8
8
  Requires: glib-2.0, libffi >= 3.0.0
9
9
  Libs: -L${libdir} -lgobject-2.0
10
10
  Cflags: -I${includedir}
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: GThread
6
6
  Description: Thread support for GLib
7
- Version: 2.82.1
7
+ Version: 2.82.2
8
8
  Requires: glib-2.0
9
9
  Libs: -L${libdir} -lgthread-2.0 -pthread
10
10
  Cflags: -I${includedir} -pthread
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@img/sharp-libvips-dev-wasm32",
3
- "version": "1.1.0-rc1",
3
+ "version": "1.1.0-rc3",
4
4
  "description": "Header files and static wasm32 libraries for libvips and dependencies to build sharp as wasm32",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
package/versions.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "aom": "3.10.0",
3
3
  "cgif": "0.4.1",
4
- "emscripten": "3.1.68",
4
+ "emscripten": "3.1.70",
5
5
  "exif": "0.6.24",
6
6
  "expat": "2.6.3",
7
7
  "ffi": "3.4.6",
8
- "glib": "2.82.1",
8
+ "glib": "2.82.2",
9
9
  "heif": "1.18.2",
10
10
  "highway": "1.2.0",
11
11
  "imagequant": "2.4.1",
@@ -14,7 +14,7 @@
14
14
  "resvg": "0.44.0",
15
15
  "spng": "0.7.4",
16
16
  "tiff": "4.7.0",
17
- "vips": "8.16.0-rc1",
17
+ "vips": "8.16.0",
18
18
  "webp": "1.4.0",
19
19
  "zlib-ng": "2.2.2"
20
20
  }