@img/sharp-libvips-dev-wasm32 1.3.1-rc.0 → 1.3.2-rc.0
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.
- package/include/expat.h +1 -1
- package/include/expat_config.h +4 -4
- package/include/ffi.h +14 -2
- package/include/glib-2.0/glib/gmem.h +1 -1
- package/include/libheif/heif_cxx.h +100 -0
- package/include/libheif/heif_decoding.h +3 -0
- package/include/libheif/heif_export.h +2 -1
- package/include/libheif/heif_image_handle.h +9 -0
- package/include/libheif/heif_version.h +2 -2
- package/include/tiffvers.h +4 -4
- package/lib/glib-2.0/include/glibconfig.h +1 -1
- package/lib/libaom.a +0 -0
- package/lib/libcgif.a +0 -0
- package/lib/libexif.a +0 -0
- package/lib/libexpat.a +0 -0
- package/lib/libexpat.la +1 -1
- package/lib/libffi.a +0 -0
- package/lib/libffi.la +4 -4
- package/lib/libgio-2.0.a +0 -0
- package/lib/libglib-2.0.a +0 -0
- package/lib/libgmodule-2.0.a +0 -0
- package/lib/libgobject-2.0.a +0 -0
- package/lib/libgthread-2.0.a +0 -0
- package/lib/libheif.a +0 -0
- package/lib/libhwy.a +0 -0
- package/lib/libimagequant.a +0 -0
- package/lib/libjpeg.a +0 -0
- package/lib/liblcms2.a +0 -0
- package/lib/libpng.a +0 -0
- package/lib/libpng16.a +0 -0
- package/lib/libresvg.a +0 -0
- package/lib/libsharpyuv.a +0 -0
- package/lib/libtiff.a +0 -0
- package/lib/libuhdr.a +0 -0
- package/lib/libvips-cpp.a +0 -0
- package/lib/libvips.a +0 -0
- package/lib/libwebp.a +0 -0
- package/lib/libwebpdecoder.a +0 -0
- package/lib/libwebpdemux.a +0 -0
- package/lib/libwebpmux.a +0 -0
- package/lib/libz.a +0 -0
- package/lib/pkgconfig/expat.pc +1 -1
- package/lib/pkgconfig/gio-2.0.pc +1 -1
- package/lib/pkgconfig/glib-2.0.pc +1 -1
- package/lib/pkgconfig/gmodule-2.0.pc +1 -1
- package/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- package/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- package/lib/pkgconfig/gobject-2.0.pc +1 -1
- package/lib/pkgconfig/gthread-2.0.pc +1 -1
- package/lib/pkgconfig/libffi.pc +1 -1
- package/lib/pkgconfig/libheif.pc +1 -1
- package/lib/pkgconfig/libtiff-4.pc +1 -1
- package/package.json +1 -1
- package/versions.json +7 -7
package/include/expat.h
CHANGED
|
@@ -1094,7 +1094,7 @@ XML_SetReparseDeferralEnabled(XML_Parser parser, XML_Bool enabled);
|
|
|
1094
1094
|
*/
|
|
1095
1095
|
# define XML_MAJOR_VERSION 2
|
|
1096
1096
|
# define XML_MINOR_VERSION 8
|
|
1097
|
-
# define XML_MICRO_VERSION
|
|
1097
|
+
# define XML_MICRO_VERSION 2
|
|
1098
1098
|
|
|
1099
1099
|
# ifdef __cplusplus
|
|
1100
1100
|
}
|
package/include/expat_config.h
CHANGED
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
#define PACKAGE_NAME "expat"
|
|
84
84
|
|
|
85
85
|
/* Define to the full name and version of this package. */
|
|
86
|
-
#define PACKAGE_STRING "expat 2.8.
|
|
86
|
+
#define PACKAGE_STRING "expat 2.8.2"
|
|
87
87
|
|
|
88
88
|
/* Define to the one symbol short name of this package. */
|
|
89
89
|
#define PACKAGE_TARNAME "expat"
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
#define PACKAGE_URL ""
|
|
93
93
|
|
|
94
94
|
/* Define to the version of this package. */
|
|
95
|
-
#define PACKAGE_VERSION "2.8.
|
|
95
|
+
#define PACKAGE_VERSION "2.8.2"
|
|
96
96
|
|
|
97
97
|
/* Define to 1 if all of the C89 standard headers exist (not just the ones
|
|
98
98
|
required in a freestanding environment). This macro is provided for
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
#define STDC_HEADERS 1
|
|
101
101
|
|
|
102
102
|
/* Version number of package */
|
|
103
|
-
#define VERSION "2.8.
|
|
103
|
+
#define VERSION "2.8.2"
|
|
104
104
|
|
|
105
105
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
|
106
106
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
#define XML_CONTEXT_BYTES 1024
|
|
124
124
|
|
|
125
125
|
/* Define to include code reading entropy from `/dev/urandom'. */
|
|
126
|
-
#
|
|
126
|
+
/* #undef XML_DEV_URANDOM */
|
|
127
127
|
|
|
128
128
|
/* Define to make parameter entity parsing functionality available. */
|
|
129
129
|
#define XML_DTD 1
|
package/include/ffi.h
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* -----------------------------------------------------------------*-C-*-
|
|
2
|
-
libffi 3.
|
|
2
|
+
libffi 3.6.0
|
|
3
3
|
- Copyright (c) 2011, 2014, 2019, 2021, 2022, 2024, 2025 Anthony Green
|
|
4
4
|
- Copyright (c) 1996-2003, 2007, 2008 Red Hat, Inc.
|
|
5
5
|
|
|
@@ -77,9 +77,11 @@ extern "C" {
|
|
|
77
77
|
#define FFI_TYPE_STRUCT 13
|
|
78
78
|
#define FFI_TYPE_POINTER 14
|
|
79
79
|
#define FFI_TYPE_COMPLEX 15
|
|
80
|
+
#define FFI_TYPE_UINT128 16
|
|
81
|
+
#define FFI_TYPE_SINT128 17
|
|
80
82
|
|
|
81
83
|
/* This should always refer to the last type code (for sanity checks). */
|
|
82
|
-
#define FFI_TYPE_LAST
|
|
84
|
+
#define FFI_TYPE_LAST FFI_TYPE_SINT128
|
|
83
85
|
|
|
84
86
|
#include <ffitarget.h>
|
|
85
87
|
|
|
@@ -227,6 +229,11 @@ FFI_EXTERN ffi_type ffi_type_complex_float;
|
|
|
227
229
|
FFI_EXTERN ffi_type ffi_type_complex_double;
|
|
228
230
|
FFI_EXTERN ffi_type ffi_type_complex_longdouble;
|
|
229
231
|
#endif
|
|
232
|
+
|
|
233
|
+
#ifdef FFI_TARGET_HAS_INT128
|
|
234
|
+
FFI_EXTERN ffi_type ffi_type_uint128;
|
|
235
|
+
FFI_EXTERN ffi_type ffi_type_sint128;
|
|
236
|
+
#endif
|
|
230
237
|
#endif /* LIBFFI_HIDE_BASIC_TYPES */
|
|
231
238
|
|
|
232
239
|
typedef enum {
|
|
@@ -344,6 +351,11 @@ typedef struct {
|
|
|
344
351
|
void *trampoline_table;
|
|
345
352
|
void *trampoline_table_entry;
|
|
346
353
|
#else
|
|
354
|
+
/* Anonymous unions are C11 (a GNU extension in C99); __extension__ keeps
|
|
355
|
+
the field names without tripping -Wpedantic under -std=c99 (#795). */
|
|
356
|
+
#ifdef __GNUC__
|
|
357
|
+
__extension__
|
|
358
|
+
#endif
|
|
347
359
|
union {
|
|
348
360
|
char tramp[FFI_TRAMPOLINE_SIZE];
|
|
349
361
|
void *ftramp;
|
|
@@ -355,7 +355,7 @@ g_steal_pointer (gpointer pp)
|
|
|
355
355
|
* Attempts to allocate @n_structs elements of type @struct_type, and returns
|
|
356
356
|
* %NULL on failure. Contrast with g_new(), which aborts the program on failure.
|
|
357
357
|
* The returned pointer is cast to a pointer to the given type.
|
|
358
|
-
* The function returns %NULL when @n_structs is 0
|
|
358
|
+
* The function returns %NULL when @n_structs is 0 or if an overflow occurs.
|
|
359
359
|
*
|
|
360
360
|
* Since: 2.8
|
|
361
361
|
* Returns: a pointer to the allocated memory, cast to a pointer to @struct_type
|
|
@@ -232,6 +232,22 @@ namespace heif {
|
|
|
232
232
|
|
|
233
233
|
int get_ispe_height() const noexcept;
|
|
234
234
|
|
|
235
|
+
// ------------------------- HDR metadata -------------------------
|
|
236
|
+
|
|
237
|
+
bool has_content_light_level() const noexcept;
|
|
238
|
+
|
|
239
|
+
// Returns a zero-initialized struct if the image has no such information.
|
|
240
|
+
heif_content_light_level get_content_light_level() const noexcept;
|
|
241
|
+
|
|
242
|
+
void set_content_light_level(const heif_content_light_level&) noexcept;
|
|
243
|
+
|
|
244
|
+
bool has_mastering_display_colour_volume() const noexcept;
|
|
245
|
+
|
|
246
|
+
// Returns a zero-initialized struct if the image has no such information.
|
|
247
|
+
heif_mastering_display_colour_volume get_mastering_display_colour_volume() const noexcept;
|
|
248
|
+
|
|
249
|
+
void set_mastering_display_colour_volume(const heif_mastering_display_colour_volume&) noexcept;
|
|
250
|
+
|
|
235
251
|
// ------------------------- depth images -------------------------
|
|
236
252
|
|
|
237
253
|
// TODO
|
|
@@ -368,6 +384,22 @@ namespace heif {
|
|
|
368
384
|
void set_raw_color_profile(heif_color_profile_type type,
|
|
369
385
|
const std::vector<uint8_t>& data);
|
|
370
386
|
|
|
387
|
+
// ------------------------- HDR metadata -------------------------
|
|
388
|
+
|
|
389
|
+
bool has_content_light_level() const noexcept;
|
|
390
|
+
|
|
391
|
+
// Returns a zero-initialized struct if the image has no such information.
|
|
392
|
+
heif_content_light_level get_content_light_level() const noexcept;
|
|
393
|
+
|
|
394
|
+
void set_content_light_level(const heif_content_light_level&) noexcept;
|
|
395
|
+
|
|
396
|
+
bool has_mastering_display_colour_volume() const noexcept;
|
|
397
|
+
|
|
398
|
+
// Returns a zero-initialized struct if the image has no such information.
|
|
399
|
+
heif_mastering_display_colour_volume get_mastering_display_colour_volume() const noexcept;
|
|
400
|
+
|
|
401
|
+
void set_mastering_display_colour_volume(const heif_mastering_display_colour_volume&) noexcept;
|
|
402
|
+
|
|
371
403
|
bool is_premultiplied_alpha() const noexcept;
|
|
372
404
|
|
|
373
405
|
void set_premultiplied_alpha(bool is_premultiplied_alpha) noexcept;
|
|
@@ -722,6 +754,40 @@ namespace heif {
|
|
|
722
754
|
return heif_image_handle_get_ispe_height(m_image_handle.get());
|
|
723
755
|
}
|
|
724
756
|
|
|
757
|
+
inline bool ImageHandle::has_content_light_level() const noexcept
|
|
758
|
+
{
|
|
759
|
+
return heif_image_handle_has_content_light_level(m_image_handle.get()) != 0;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
inline heif_content_light_level ImageHandle::get_content_light_level() const noexcept
|
|
763
|
+
{
|
|
764
|
+
heif_content_light_level clli{};
|
|
765
|
+
heif_image_handle_get_content_light_level(m_image_handle.get(), &clli);
|
|
766
|
+
return clli;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
inline void ImageHandle::set_content_light_level(const heif_content_light_level& clli) noexcept
|
|
770
|
+
{
|
|
771
|
+
heif_image_handle_set_content_light_level(m_image_handle.get(), &clli);
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
inline bool ImageHandle::has_mastering_display_colour_volume() const noexcept
|
|
775
|
+
{
|
|
776
|
+
return heif_image_handle_has_mastering_display_colour_volume(m_image_handle.get()) != 0;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
inline heif_mastering_display_colour_volume ImageHandle::get_mastering_display_colour_volume() const noexcept
|
|
780
|
+
{
|
|
781
|
+
heif_mastering_display_colour_volume mdcv{};
|
|
782
|
+
heif_image_handle_get_mastering_display_colour_volume(m_image_handle.get(), &mdcv);
|
|
783
|
+
return mdcv;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
inline void ImageHandle::set_mastering_display_colour_volume(const heif_mastering_display_colour_volume& mdcv) noexcept
|
|
787
|
+
{
|
|
788
|
+
heif_image_handle_set_mastering_display_colour_volume(m_image_handle.get(), &mdcv);
|
|
789
|
+
}
|
|
790
|
+
|
|
725
791
|
// ------------------------- depth images -------------------------
|
|
726
792
|
|
|
727
793
|
// TODO
|
|
@@ -998,6 +1064,40 @@ namespace heif {
|
|
|
998
1064
|
}
|
|
999
1065
|
}
|
|
1000
1066
|
|
|
1067
|
+
inline bool Image::has_content_light_level() const noexcept
|
|
1068
|
+
{
|
|
1069
|
+
return heif_image_has_content_light_level(m_image.get()) != 0;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
inline heif_content_light_level Image::get_content_light_level() const noexcept
|
|
1073
|
+
{
|
|
1074
|
+
heif_content_light_level clli{};
|
|
1075
|
+
heif_image_get_content_light_level(m_image.get(), &clli);
|
|
1076
|
+
return clli;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
inline void Image::set_content_light_level(const heif_content_light_level& clli) noexcept
|
|
1080
|
+
{
|
|
1081
|
+
heif_image_set_content_light_level(m_image.get(), &clli);
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
inline bool Image::has_mastering_display_colour_volume() const noexcept
|
|
1085
|
+
{
|
|
1086
|
+
return heif_image_has_mastering_display_colour_volume(m_image.get()) != 0;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
inline heif_mastering_display_colour_volume Image::get_mastering_display_colour_volume() const noexcept
|
|
1090
|
+
{
|
|
1091
|
+
heif_mastering_display_colour_volume mdcv{};
|
|
1092
|
+
heif_image_get_mastering_display_colour_volume(m_image.get(), &mdcv);
|
|
1093
|
+
return mdcv;
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
inline void Image::set_mastering_display_colour_volume(const heif_mastering_display_colour_volume& mdcv) noexcept
|
|
1097
|
+
{
|
|
1098
|
+
heif_image_set_mastering_display_colour_volume(m_image.get(), &mdcv);
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1001
1101
|
inline bool Image::is_premultiplied_alpha() const noexcept
|
|
1002
1102
|
{
|
|
1003
1103
|
return heif_image_is_premultiplied_alpha(m_image.get()) != 0;
|
|
@@ -200,6 +200,9 @@ const char* heif_decoder_descriptor_get_id_name(const heif_decoder_descriptor*);
|
|
|
200
200
|
//
|
|
201
201
|
// If colorspace or chroma is set to heif_colorspace_undefined or heif_chroma_undefined,
|
|
202
202
|
// respectively, the original colorspace is taken.
|
|
203
|
+
// Note: for images with matrix_coefficients=0 the "original colorspace" is YCbCr
|
|
204
|
+
// (tagged with matrix_coefficients=0); this is not specified and may change in a future
|
|
205
|
+
// version. See heif_image_handle_get_preferred_decoding_colorspace().
|
|
203
206
|
// Decoding options may be NULL. If you want to supply options, always use
|
|
204
207
|
// heif_decoding_options_alloc() to get the structure.
|
|
205
208
|
LIBHEIF_API
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
#else
|
|
36
36
|
#define LIBHEIF_API __declspec(dllimport)
|
|
37
37
|
#endif
|
|
38
|
-
#elif defined(HAVE_VISIBILITY) && HAVE_VISIBILITY
|
|
38
|
+
#elif (defined(__GNUC__) || defined(__clang__)) && defined(HAVE_VISIBILITY) && HAVE_VISIBILITY
|
|
39
|
+
// GCC-style visibility attributes.
|
|
39
40
|
#ifdef LIBHEIF_EXPORTS
|
|
40
41
|
#define LIBHEIF_API __attribute__((__visibility__("default")))
|
|
41
42
|
#else
|
|
@@ -89,6 +89,15 @@ int heif_image_handle_get_chroma_bits_per_pixel(const heif_image_handle*);
|
|
|
89
89
|
// It may also return *_undefined if the file misses relevant information to determine this without decoding.
|
|
90
90
|
// These are only proposed values that avoid colorspace conversions as much as possible.
|
|
91
91
|
// You can still request the output in your preferred colorspace, but this may involve an internal conversion.
|
|
92
|
+
//
|
|
93
|
+
// Note on matrix_coefficients=0 (H.273 identity, i.e. RGB carried in YCbCr planes):
|
|
94
|
+
// for such images this function proposes RGB. However, heif_decode_image() called with
|
|
95
|
+
// heif_colorspace_undefined currently returns the image still tagged as YCbCr (with
|
|
96
|
+
// matrix_coefficients=0). That tagging is self-consistent. Converting it to RGB applies
|
|
97
|
+
// the identity mapping and yields correct colors, so request heif_colorspace_RGB
|
|
98
|
+
// explicitly if you need RGB output. This exact behavior is not specified and may change.
|
|
99
|
+
// A later version may return RGB directly when decoding with an undefined colorspace.
|
|
100
|
+
// See heif_decode_image().
|
|
92
101
|
LIBHEIF_API
|
|
93
102
|
heif_error heif_image_handle_get_preferred_decoding_colorspace(const heif_image_handle* image_handle,
|
|
94
103
|
heif_colorspace* out_colorspace,
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
#define LIBHEIF_HEIF_VERSION_H
|
|
29
29
|
|
|
30
30
|
/* Numeric representation of the version */
|
|
31
|
-
#define LIBHEIF_NUMERIC_VERSION ((1<<24) | (23<<16) | (
|
|
31
|
+
#define LIBHEIF_NUMERIC_VERSION ((1<<24) | (23<<16) | (1<<8) | 0)
|
|
32
32
|
|
|
33
33
|
/* Version string */
|
|
34
|
-
#define LIBHEIF_VERSION "1.23.
|
|
34
|
+
#define LIBHEIF_VERSION "1.23.1"
|
|
35
35
|
|
|
36
36
|
#define LIBHEIF_PLUGIN_DIRECTORY "/src/build/target/lib/libheif"
|
|
37
37
|
|
package/include/tiffvers.h
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* Furthermore, configure_file variables of type "" are
|
|
9
9
|
* modified by clang-format and won't be substituted by CMake.
|
|
10
10
|
*/
|
|
11
|
-
#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.7.
|
|
11
|
+
#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.7.2\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
|
|
12
12
|
/*
|
|
13
13
|
* This define can be used in code that requires
|
|
14
14
|
* compilation-related definitions specific to a
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
* version checking should be done based on the
|
|
17
17
|
* string returned by TIFFGetVersion.
|
|
18
18
|
*/
|
|
19
|
-
#define TIFFLIB_VERSION
|
|
19
|
+
#define TIFFLIB_VERSION 20260623
|
|
20
20
|
|
|
21
21
|
/* The following defines have been added in 4.5.0 */
|
|
22
22
|
#define TIFFLIB_MAJOR_VERSION 4
|
|
23
23
|
#define TIFFLIB_MINOR_VERSION 7
|
|
24
|
-
#define TIFFLIB_MICRO_VERSION
|
|
25
|
-
#define TIFFLIB_VERSION_STR_MAJ_MIN_MIC "4.7.
|
|
24
|
+
#define TIFFLIB_MICRO_VERSION 2
|
|
25
|
+
#define TIFFLIB_VERSION_STR_MAJ_MIN_MIC "4.7.2"
|
|
26
26
|
|
|
27
27
|
/* Macro added in 4.5.0. Returns TRUE if the current libtiff version is
|
|
28
28
|
* greater or equal to major.minor.micro
|
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/libexpat.la
CHANGED
package/lib/libffi.a
CHANGED
|
Binary file
|
package/lib/libffi.la
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# libffi.la - a libtool library file
|
|
2
|
-
# Generated by libtool (GNU libtool) 2.
|
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-7build1
|
|
3
3
|
#
|
|
4
4
|
# Please DO NOT delete this file!
|
|
5
5
|
# It is necessary for linking the library.
|
|
@@ -23,9 +23,9 @@ dependency_libs=' -L/src/build/target/lib'
|
|
|
23
23
|
weak_library_names=''
|
|
24
24
|
|
|
25
25
|
# Version information for libffi.
|
|
26
|
-
current=
|
|
27
|
-
age=
|
|
28
|
-
revision=
|
|
26
|
+
current=11
|
|
27
|
+
age=3
|
|
28
|
+
revision=1
|
|
29
29
|
|
|
30
30
|
# Is this an already installed library?
|
|
31
31
|
installed=yes
|
package/lib/libgio-2.0.a
CHANGED
|
Binary file
|
package/lib/libglib-2.0.a
CHANGED
|
Binary file
|
package/lib/libgmodule-2.0.a
CHANGED
|
Binary file
|
package/lib/libgobject-2.0.a
CHANGED
|
Binary file
|
package/lib/libgthread-2.0.a
CHANGED
|
Binary file
|
package/lib/libheif.a
CHANGED
|
Binary file
|
package/lib/libhwy.a
CHANGED
|
Binary file
|
package/lib/libimagequant.a
CHANGED
|
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/libpng16.a
CHANGED
|
Binary file
|
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
|
package/lib/libwebpdecoder.a
CHANGED
|
Binary file
|
package/lib/libwebpdemux.a
CHANGED
|
Binary file
|
package/lib/libwebpmux.a
CHANGED
|
Binary file
|
package/lib/libz.a
CHANGED
|
Binary file
|
package/lib/pkgconfig/expat.pc
CHANGED
package/lib/pkgconfig/gio-2.0.pc
CHANGED
|
@@ -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.89.
|
|
14
|
+
Version: 2.89.1
|
|
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
|
package/lib/pkgconfig/libffi.pc
CHANGED
package/lib/pkgconfig/libheif.pc
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@img/sharp-libvips-dev-wasm32",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2-rc.0",
|
|
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,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"aom": "3.14.1",
|
|
3
3
|
"cgif": "0.5.3",
|
|
4
|
-
"emscripten": "6.0.
|
|
4
|
+
"emscripten": "6.0.1",
|
|
5
5
|
"exif": "0.6.26",
|
|
6
|
-
"expat": "2.8.
|
|
7
|
-
"ffi": "3.
|
|
8
|
-
"glib": "2.89.
|
|
9
|
-
"heif": "1.23.
|
|
6
|
+
"expat": "2.8.2",
|
|
7
|
+
"ffi": "3.6.0",
|
|
8
|
+
"glib": "2.89.1",
|
|
9
|
+
"heif": "1.23.1",
|
|
10
10
|
"highway": "1.4.0",
|
|
11
11
|
"imagequant": "2.4.1",
|
|
12
12
|
"lcms": "2.19.1",
|
|
13
13
|
"mozjpeg": "0826579",
|
|
14
14
|
"png": "1.6.58",
|
|
15
15
|
"resvg": "0.47.0",
|
|
16
|
-
"tiff": "
|
|
17
|
-
"uhdr": "
|
|
16
|
+
"tiff": "4.7.2rc2",
|
|
17
|
+
"uhdr": "1acdbed",
|
|
18
18
|
"vips": "8.18.3",
|
|
19
19
|
"webp": "1.6.0",
|
|
20
20
|
"zlib-ng": "2.3.3"
|