@img/sharp-libvips-dev-wasm32 1.3.0-rc.6 → 1.3.0-rc.8

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.
Files changed (153) hide show
  1. package/README.md +23 -23
  2. package/include/aom/aom_codec.h +1 -1
  3. package/include/aom/aom_decoder.h +4 -0
  4. package/include/aom/aom_encoder.h +19 -8
  5. package/include/aom/aom_ext_ratectrl.h +664 -0
  6. package/include/aom/aom_image.h +93 -30
  7. package/include/aom/aom_tpl.h +99 -0
  8. package/include/aom/aomcx.h +89 -16
  9. package/include/aom/aomdx.h +12 -0
  10. package/include/expat.h +14 -2
  11. package/include/expat_config.h +6 -3
  12. package/include/expat_external.h +3 -2
  13. package/include/glib-2.0/gio/gdbusconnection.h +2 -8
  14. package/include/glib-2.0/gio/gio-visibility.h +34 -0
  15. package/include/glib-2.0/gio/gioenums.h +5 -4
  16. package/include/glib-2.0/glib/glib-visibility.h +34 -0
  17. package/include/glib-2.0/glib/gmacros.h +3 -3
  18. package/include/glib-2.0/glib/gmarkup.h +10 -0
  19. package/include/glib-2.0/glib/gmem.h +4 -4
  20. package/include/glib-2.0/glib/gmessages.h +6 -8
  21. package/include/glib-2.0/glib/gsequence.h +2 -2
  22. package/include/glib-2.0/glib/gstrfuncs.h +190 -0
  23. package/include/glib-2.0/glib/gutils.h +9 -0
  24. package/include/glib-2.0/glib/gvarianttype.h +16 -16
  25. package/include/glib-2.0/glib/gversionmacros.h +22 -0
  26. package/include/glib-2.0/gmodule/gmodule-visibility.h +34 -0
  27. package/include/glib-2.0/gobject/gobject-visibility.h +34 -0
  28. package/include/glib-2.0/gobject/gsignal.h +5 -5
  29. package/include/glib-2.0/gobject/gtype.h +14 -14
  30. package/include/hwy/aligned_allocator.h +44 -2
  31. package/include/hwy/auto_tune.h +22 -6
  32. package/include/hwy/base.h +60 -90
  33. package/include/hwy/bit_set.h +410 -0
  34. package/include/hwy/cache_control.h +3 -2
  35. package/include/hwy/detect_compiler_arch.h +134 -14
  36. package/include/hwy/detect_targets.h +82 -36
  37. package/include/hwy/highway.h +15 -0
  38. package/include/hwy/nanobenchmark.h +12 -3
  39. package/include/hwy/ops/arm_neon-inl.h +96 -25
  40. package/include/hwy/ops/arm_sve-inl.h +250 -95
  41. package/include/hwy/ops/emu128-inl.h +12 -7
  42. package/include/hwy/ops/generic_ops-inl.h +271 -131
  43. package/include/hwy/ops/loongarch_lasx-inl.h +31 -9
  44. package/include/hwy/ops/loongarch_lsx-inl.h +33 -12
  45. package/include/hwy/ops/ppc_vsx-inl.h +99 -19
  46. package/include/hwy/ops/rvv-inl.h +239 -130
  47. package/include/hwy/ops/scalar-inl.h +22 -7
  48. package/include/hwy/ops/set_macros-inl.h +163 -107
  49. package/include/hwy/ops/wasm_128-inl.h +13 -22
  50. package/include/hwy/ops/x86_128-inl.h +223 -120
  51. package/include/hwy/ops/x86_256-inl.h +70 -134
  52. package/include/hwy/ops/x86_512-inl.h +130 -134
  53. package/include/hwy/print-inl.h +2 -0
  54. package/include/hwy/profiler.h +355 -264
  55. package/include/hwy/robust_statistics.h +3 -1
  56. package/include/hwy/timer.h +44 -0
  57. package/include/lcms2.h +34 -4
  58. package/include/libexif/exif-utils.h +1 -1
  59. package/include/libheif/heif.h +2 -0
  60. package/include/libheif/heif_color.h +127 -11
  61. package/include/libheif/heif_components.h +264 -0
  62. package/include/libheif/heif_context.h +2 -1
  63. package/include/libheif/heif_cxx.h +10 -10
  64. package/include/libheif/heif_decoding.h +51 -7
  65. package/include/libheif/heif_encoding.h +15 -9
  66. package/include/libheif/heif_error.h +9 -2
  67. package/include/libheif/heif_export.h +48 -0
  68. package/include/libheif/heif_image.h +81 -66
  69. package/include/libheif/heif_image_handle.h +2 -2
  70. package/include/libheif/heif_items.h +1 -1
  71. package/include/libheif/heif_library.h +8 -16
  72. package/include/libheif/heif_omaf.h +104 -0
  73. package/include/libheif/heif_plugin.h +16 -9
  74. package/include/libheif/heif_properties.h +250 -12
  75. package/include/libheif/heif_security.h +16 -4
  76. package/include/libheif/heif_sequences.h +86 -4
  77. package/include/libheif/heif_tiling.h +2 -2
  78. package/include/libheif/heif_uncompressed.h +44 -324
  79. package/include/libheif/heif_version.h +2 -2
  80. package/include/libpng16/png.h +7 -7
  81. package/include/libpng16/pngconf.h +1 -1
  82. package/include/libpng16/pnglibconf.h +1 -1
  83. package/include/png.h +7 -7
  84. package/include/pngconf.h +1 -1
  85. package/include/pnglibconf.h +1 -1
  86. package/include/tiffconf.h +9 -10
  87. package/include/tiffio.h +10 -9
  88. package/include/tiffvers.h +1 -1
  89. package/include/ultrahdr_api.h +5 -11
  90. package/include/vips/version.h +4 -4
  91. package/lib/glib-2.0/include/glibconfig.h +1 -3
  92. package/lib/libaom.a +0 -0
  93. package/lib/libcgif.a +0 -0
  94. package/lib/libexif.a +0 -0
  95. package/lib/libexif.la +1 -1
  96. package/lib/libexpat.a +0 -0
  97. package/lib/libexpat.la +3 -3
  98. package/lib/libffi.a +0 -0
  99. package/lib/libgio-2.0.a +0 -0
  100. package/lib/libglib-2.0.a +0 -0
  101. package/lib/libgmodule-2.0.a +0 -0
  102. package/lib/libgobject-2.0.a +0 -0
  103. package/lib/libgthread-2.0.a +0 -0
  104. package/lib/libheif.a +0 -0
  105. package/lib/libhwy.a +0 -0
  106. package/lib/libimagequant.a +0 -0
  107. package/lib/libjpeg.a +0 -0
  108. package/lib/liblcms2.a +0 -0
  109. package/lib/libpng.a +0 -0
  110. package/lib/libpng.la +2 -2
  111. package/lib/libpng16.a +0 -0
  112. package/lib/libpng16.la +2 -2
  113. package/lib/libresvg.a +0 -0
  114. package/lib/libsharpyuv.a +0 -0
  115. package/lib/libtiff.a +0 -0
  116. package/lib/libuhdr.a +0 -0
  117. package/lib/libvips-cpp.a +0 -0
  118. package/lib/libvips.a +0 -0
  119. package/lib/libwebp.a +0 -0
  120. package/lib/libwebpdecoder.a +0 -0
  121. package/lib/libwebpdemux.a +0 -0
  122. package/lib/libwebpmux.a +0 -0
  123. package/lib/libz.a +0 -0
  124. package/lib/pkgconfig/aom.pc +2 -2
  125. package/lib/pkgconfig/expat.pc +1 -1
  126. package/lib/pkgconfig/gio-2.0.pc +1 -1
  127. package/lib/pkgconfig/glib-2.0.pc +1 -1
  128. package/lib/pkgconfig/gmodule-2.0.pc +1 -1
  129. package/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  130. package/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  131. package/lib/pkgconfig/gobject-2.0.pc +1 -1
  132. package/lib/pkgconfig/gthread-2.0.pc +1 -1
  133. package/lib/pkgconfig/lcms2.pc +1 -1
  134. package/lib/pkgconfig/libexif.pc +1 -1
  135. package/lib/pkgconfig/libheif.pc +2 -2
  136. package/lib/pkgconfig/libhwy.pc +3 -4
  137. package/lib/pkgconfig/libpng.pc +1 -1
  138. package/lib/pkgconfig/libpng16.pc +1 -1
  139. package/lib/pkgconfig/libsharpyuv.pc +1 -1
  140. package/lib/pkgconfig/libtiff-4.pc +2 -2
  141. package/lib/pkgconfig/libwebp.pc +1 -1
  142. package/lib/pkgconfig/libwebpdecoder.pc +11 -0
  143. package/lib/pkgconfig/libwebpmux.pc +1 -1
  144. package/lib/pkgconfig/vips-cpp.pc +1 -1
  145. package/lib/pkgconfig/vips.pc +1 -1
  146. package/package.json +1 -1
  147. package/versions.json +12 -12
  148. package/include/libheif/heif_uncompressed_types.h +0 -143
  149. package/lib/libsharpyuv.la +0 -41
  150. package/lib/libtiff.la +0 -41
  151. package/lib/libwebp.la +0 -41
  152. package/lib/libwebpdemux.la +0 -41
  153. package/lib/libwebpmux.la +0 -41
package/include/tiffio.h CHANGED
@@ -125,13 +125,13 @@ typedef void *thandle_t; /* client data handle */
125
125
  */
126
126
 
127
127
  /* reference white */
128
- #define D65_X0 (95.0470F)
129
- #define D65_Y0 (100.0F)
130
- #define D65_Z0 (108.8827F)
128
+ #define D65_X0 (95.0470f)
129
+ #define D65_Y0 (100.0f)
130
+ #define D65_Z0 (108.8827f)
131
131
 
132
- #define D50_X0 (96.4250F)
133
- #define D50_Y0 (100.0F)
134
- #define D50_Z0 (82.4680F)
132
+ #define D50_X0 (96.4250f)
133
+ #define D50_Y0 (100.0f)
134
+ #define D50_Z0 (82.4680f)
135
135
 
136
136
  /* Structure for holding information about a display device. */
137
137
 
@@ -254,7 +254,7 @@ struct _TIFFRGBAImage
254
254
  * Macros for extracting components from the
255
255
  * packed ABGR form returned by TIFFReadRGBAImage.
256
256
  */
257
- #define TIFFGetR(abgr) ((abgr)&0xff)
257
+ #define TIFFGetR(abgr) ((abgr) & 0xff)
258
258
  #define TIFFGetG(abgr) (((abgr) >> 8) & 0xff)
259
259
  #define TIFFGetB(abgr) (((abgr) >> 16) & 0xff)
260
260
  #define TIFFGetA(abgr) (((abgr) >> 24) & 0xff)
@@ -269,7 +269,7 @@ struct _TIFFRGBAImage
269
269
  typedef int (*TIFFInitMethod)(TIFF *, int);
270
270
  typedef struct
271
271
  {
272
- char *name;
272
+ const char *name;
273
273
  uint16_t scheme;
274
274
  TIFFInitMethod init;
275
275
  } TIFFCodec;
@@ -584,6 +584,7 @@ extern int TIFFReadRGBAImageOriented(TIFF *, uint32_t, uint32_t, uint32_t *,
584
584
  tmsize_t cc);
585
585
  extern tmsize_t TIFFWriteRawTile(TIFF *tif, uint32_t tile, void *data,
586
586
  tmsize_t cc);
587
+ extern uint64_t TIFFGetMaxCompressionRatio(TIFF *tif);
587
588
  extern int TIFFDataWidth(
588
589
  TIFFDataType); /* table of tag datatype widths within TIFF file. */
589
590
  extern void TIFFSetWriteOffset(TIFF *tif, toff_t off);
@@ -659,7 +660,7 @@ extern int TIFFReadRGBAImageOriented(TIFF *, uint32_t, uint32_t, uint32_t *,
659
660
  unsigned short field_bit; /* bit in fieldsset bit vector */
660
661
  unsigned char field_oktochange; /* if true, can change while writing */
661
662
  unsigned char field_passcount; /* if true, pass dir count on set */
662
- char *field_name; /* ASCII name */
663
+ const char *field_name; /* ASCII name */
663
664
  } TIFFFieldInfo;
664
665
 
665
666
  extern int TIFFMergeFieldInfo(TIFF *, const TIFFFieldInfo[], uint32_t);
@@ -5,7 +5,7 @@
5
5
 
6
6
  /* clang-format disabled because FindTIFF.cmake is very sensitive to the
7
7
  * formatting of below line being a single line.
8
- * Furthermore, configure_file variables of type "@VAR@" are
8
+ * Furthermore, configure_file variables of type "" are
9
9
  * modified by clang-format and won't be substituted by CMake.
10
10
  */
11
11
  #define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.7.1\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
@@ -1,17 +1,11 @@
1
1
  /*
2
2
  * Copyright 2024 The Android Open Source Project
3
3
  *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
4
+ * Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5
+ * https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
+ * <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
7
+ * option. This file may not be copied, modified, or distributed
8
+ * except according to those terms.
15
9
  */
16
10
 
17
11
  /** \file ultrahdr_api.h
@@ -4,16 +4,16 @@
4
4
  #ifndef VIPS_VERSION_H
5
5
  #define VIPS_VERSION_H
6
6
 
7
- #define VIPS_VERSION "8.18.2"
8
- #define VIPS_VERSION_STRING "8.18.2"
7
+ #define VIPS_VERSION "8.18.3"
8
+ #define VIPS_VERSION_STRING "8.18.3"
9
9
  #define VIPS_MAJOR_VERSION (8)
10
10
  #define VIPS_MINOR_VERSION (18)
11
- #define VIPS_MICRO_VERSION (2)
11
+ #define VIPS_MICRO_VERSION (3)
12
12
 
13
13
  /* The ABI version, as used for library versioning.
14
14
  */
15
15
  #define VIPS_LIBRARY_CURRENT (62)
16
- #define VIPS_LIBRARY_REVISION (2)
16
+ #define VIPS_LIBRARY_REVISION (3)
17
17
  #define VIPS_LIBRARY_AGE (20)
18
18
 
19
19
  #define VIPS_CONFIG "enable debug: false\nenable deprecated: false\nenable modules: false\nenable C++ binding: 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\nUHDR load/save with libuhdr: true\nJXL load/save with libjxl: false (dynamic module: false)\nJPEG2000 load/save with OpenJPEG: false\nPNG load/save with libpng: 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 librsvg or resvg: 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\nRAW load with libraw: false\nMagick load/save with MagickCore: false (dynamic module: false)"
@@ -17,8 +17,6 @@
17
17
  #define GIO_STATIC_COMPILATION 1
18
18
  #define GMODULE_STATIC_COMPILATION 1
19
19
  #define GI_STATIC_COMPILATION 1
20
- #define G_INTL_STATIC_COMPILATION 1
21
- #define FFI_STATIC_BUILD 1
22
20
 
23
21
  /* Specifies that GLib's g_print*() functions wrap the
24
22
  * system printf functions. This is useful to know, for example,
@@ -114,7 +112,7 @@ typedef unsigned int guintptr;
114
112
  #define G_GUINTPTR_FORMAT "u"
115
113
 
116
114
  #define GLIB_MAJOR_VERSION 2
117
- #define GLIB_MINOR_VERSION 88
115
+ #define GLIB_MINOR_VERSION 89
118
116
  #define GLIB_MICRO_VERSION 0
119
117
 
120
118
  #define G_OS_UNIX
package/lib/libaom.a CHANGED
Binary file
package/lib/libcgif.a CHANGED
Binary file
package/lib/libexif.a CHANGED
Binary file
package/lib/libexif.la CHANGED
@@ -1,5 +1,5 @@
1
1
  # libexif.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.7
2
+ # Generated by libtool (GNU libtool) 2.5.4
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
package/lib/libexpat.a CHANGED
Binary file
package/lib/libexpat.la CHANGED
@@ -23,9 +23,9 @@ dependency_libs=' -lm -L/src/build/target/lib'
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libexpat.
26
- current=12
27
- age=11
28
- revision=3
26
+ current=13
27
+ age=12
28
+ revision=1
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
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/libpng.a CHANGED
Binary file
package/lib/libpng.la CHANGED
@@ -23,8 +23,8 @@ dependency_libs=' -L/src/build/target/lib -lz'
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libpng16.
26
- current=73
27
- age=57
26
+ current=74
27
+ age=58
28
28
  revision=0
29
29
 
30
30
  # Is this an already installed library?
package/lib/libpng16.a CHANGED
Binary file
package/lib/libpng16.la CHANGED
@@ -23,8 +23,8 @@ dependency_libs=' -L/src/build/target/lib -lz'
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libpng16.
26
- current=73
27
- age=57
26
+ current=74
27
+ age=58
28
28
  revision=0
29
29
 
30
30
  # Is this an already installed library?
package/lib/libresvg.a CHANGED
Binary file
package/lib/libsharpyuv.a CHANGED
Binary file
package/lib/libtiff.a CHANGED
Binary file
package/lib/libuhdr.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
Binary file
package/lib/libwebpmux.a CHANGED
Binary file
package/lib/libz.a CHANGED
Binary file
@@ -5,8 +5,8 @@ includedir=${prefix}/include
5
5
  libdir=${exec_prefix}/lib
6
6
 
7
7
  Name: aom
8
- Description: Alliance for Open Media AV1 codec library v3.13.3.
9
- Version: 3.13.3
8
+ Description: Alliance for Open Media AV1 codec library v3.14.1.
9
+ Version: 3.14.1
10
10
  Requires:
11
11
  Conflicts:
12
12
  Libs: -L${libdir} -laom
@@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib
4
4
  includedir=${prefix}/include
5
5
 
6
6
  Name: expat
7
- Version: 2.7.5
7
+ Version: 2.8.1
8
8
  Description: expat XML parser
9
9
  URL: https://libexpat.github.io/
10
10
  Libs: -L${libdir} -lexpat
@@ -18,7 +18,7 @@ gsettings=${bindir}/gsettings
18
18
 
19
19
  Name: GIO
20
20
  Description: glib I/O library
21
- Version: 2.88.0
21
+ Version: 2.89.0
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.88.0
14
+ Version: 2.89.0
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.88.0
9
+ Version: 2.89.0
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.88.0
9
+ Version: 2.89.0
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.88.0
9
+ Version: 2.89.0
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.88.0
7
+ Version: 2.89.0
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.88.0
7
+ Version: 2.89.0
8
8
  Requires: glib-2.0
9
9
  Libs: -L${libdir} -lgthread-2.0 -pthread
10
10
  Cflags: -I${includedir} -pthread
@@ -4,6 +4,6 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: lcms2
6
6
  Description: LCMS Color Management Library
7
- Version: 2.18
7
+ Version: 2.19
8
8
  Libs: -L${libdir} -llcms2 -lm -pthread
9
9
  Cflags: -I${includedir} -pthread
@@ -8,7 +8,7 @@ includedir=${prefix}/include
8
8
  Name: libexif
9
9
  Description: Library for easy access to EXIF data
10
10
  Requires:
11
- Version: 0.6.25
11
+ Version: 0.6.26
12
12
  Libs: -L${libdir} -lexif
13
13
  Libs.private: -lm
14
14
  Cflags: -I${includedir}
@@ -6,10 +6,10 @@ includedir=${prefix}/include
6
6
  Name: libheif
7
7
  Description: HEIF image codec.
8
8
  URL: https://github.com/strukturag/libheif
9
- Version: 1.21.2
9
+ Version: 1.23.0
10
10
  Requires:
11
11
  Requires.private: aom libsharpyuv
12
12
  Libs: -L${libdir} -lheif
13
13
  Libs.private: -lc++
14
14
  Cflags: -I${includedir}
15
- Cflags.private: -DLIBHEIF_STATIC_BUILD -DHEIF_WITH_OMAF=1
15
+ Cflags.private: -DLIBHEIF_STATIC_BUILD
@@ -1,10 +1,9 @@
1
1
  prefix=/src/build/target
2
- exec_prefix=${prefix}
3
- libdir=${exec_prefix}/lib
4
2
  includedir=${prefix}/include
3
+ libdir=${prefix}/lib
5
4
 
6
5
  Name: libhwy
7
6
  Description: Efficient and performance-portable SIMD wrapper
8
- Version: 1.3.0
7
+ Version: 1.4.0
9
8
  Libs: -L${libdir} -lhwy
10
- Cflags: -I${includedir} -DHWY_STATIC_DEFINE
9
+ Cflags: -I${includedir}
@@ -5,7 +5,7 @@ includedir=${prefix}/include/libpng16
5
5
 
6
6
  Name: libpng
7
7
  Description: Loads and saves PNG files
8
- Version: 1.6.57
8
+ Version: 1.6.58
9
9
  Requires.private: zlib
10
10
  Libs: -L${libdir} -lpng16
11
11
  Libs.private: -lz
@@ -5,7 +5,7 @@ includedir=${prefix}/include/libpng16
5
5
 
6
6
  Name: libpng
7
7
  Description: Loads and saves PNG files
8
- Version: 1.6.57
8
+ Version: 1.6.58
9
9
  Requires.private: zlib
10
10
  Libs: -L${libdir} -lpng16
11
11
  Libs.private: -lz
@@ -8,4 +8,4 @@ Description: Library for sharp RGB to YUV conversion
8
8
  Version: 1.6.0
9
9
  Cflags: -I${includedir}
10
10
  Libs: -L${libdir} -lsharpyuv
11
- Libs.private: -lm
11
+ Libs.private:
@@ -7,6 +7,6 @@ Name: libtiff
7
7
  Description: Tag Image File Format (TIFF) library.
8
8
  Version: 4.7.1
9
9
  Libs: -L${libdir} -ltiff
10
- Libs.private: -lwebp -ljpeg -lz -lm
10
+ Libs.private:
11
11
  Cflags: -I${includedir}
12
- Requires.private: libwebp libjpeg zlib
12
+ Requires.private: zlib libjpeg libwebp
@@ -9,4 +9,4 @@ Version: 1.6.0
9
9
  Requires.private: libsharpyuv
10
10
  Cflags: -I${includedir}
11
11
  Libs: -L${libdir} -lwebp
12
- Libs.private: -lm
12
+ Libs.private:
@@ -0,0 +1,11 @@
1
+ prefix=/src/build/target
2
+ exec_prefix=${prefix}
3
+ libdir=${exec_prefix}/lib
4
+ includedir=${prefix}/include
5
+
6
+ Name: libwebpdecoder
7
+ Description: Library for the WebP graphics format (decode only)
8
+ Version: 1.6.0
9
+ Cflags: -I${includedir}
10
+ Libs: -L${libdir} -lwebpdecoder
11
+ Libs.private:
@@ -9,4 +9,4 @@ Version: 1.6.0
9
9
  Requires.private: libwebp >= 0.2.0
10
10
  Cflags: -I${includedir}
11
11
  Libs: -L${libdir} -lwebpmux
12
- Libs.private: -lm
12
+ Libs.private:
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: vips-cpp
6
6
  Description: C++ API for vips8 image processing library
7
- Version: 8.18.2
7
+ Version: 8.18.3
8
8
  Requires: vips, glib-2.0 >= 2.52, gio-2.0, gobject-2.0, expat, zlib >= 0.4, imagequant, cgif >= 0.2.0, libexif >= 0.6, libjpeg, libuhdr, libpng >= 1.2.9, libwebp >= 0.6, libwebpmux >= 0.6, libwebpdemux >= 0.6, libtiff-4, lcms2, libhwy >= 1.0.5, libheif >= 1.7.0
9
9
  Libs: -L${libdir} -lvips-cpp -lresvg -pthread -lm
10
10
  Cflags: -I${includedir} -DHAVE_CONFIG_H -pthread
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: vips
6
6
  Description: Image processing library
7
- Version: 8.18.2
7
+ Version: 8.18.3
8
8
  Requires: glib-2.0 >= 2.52, gio-2.0, gobject-2.0, expat, zlib >= 0.4, imagequant, cgif >= 0.2.0, libexif >= 0.6, libjpeg, libuhdr, libpng >= 1.2.9, libwebp >= 0.6, libwebpmux >= 0.6, libwebpdemux >= 0.6, libtiff-4, lcms2, libhwy >= 1.0.5, libheif >= 1.7.0
9
9
  Libs: -L${libdir} -lvips -lresvg -pthread -lm
10
10
  Cflags: -I${includedir} -DHAVE_CONFIG_H -pthread
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@img/sharp-libvips-dev-wasm32",
3
- "version": "1.3.0-rc.6",
3
+ "version": "1.3.0-rc.8",
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,21 +1,21 @@
1
1
  {
2
- "aom": "3.13.3",
2
+ "aom": "3.14.1",
3
3
  "cgif": "0.5.3",
4
- "emscripten": "5.0.6",
5
- "exif": "0.6.25",
6
- "expat": "2.7.5",
4
+ "emscripten": "6.0.0",
5
+ "exif": "0.6.26",
6
+ "expat": "2.8.1",
7
7
  "ffi": "3.5.2",
8
- "glib": "2.88.0",
9
- "heif": "434d96c",
10
- "highway": "1.3.0",
8
+ "glib": "2.89.0",
9
+ "heif": "1.23.0",
10
+ "highway": "1.4.0",
11
11
  "imagequant": "2.4.1",
12
- "lcms": "2.18",
12
+ "lcms": "2.19.1",
13
13
  "mozjpeg": "0826579",
14
- "png": "1.6.57",
14
+ "png": "1.6.58",
15
15
  "resvg": "0.47.0",
16
- "tiff": "4.7.1",
17
- "uhdr": "1.4.0",
18
- "vips": "8.18.2",
16
+ "tiff": "732665c",
17
+ "uhdr": "13a058f",
18
+ "vips": "8.18.3-rc1",
19
19
  "webp": "1.6.0",
20
20
  "zlib-ng": "2.3.3"
21
21
  }