@img/sharp-libvips-dev 1.2.0-rc.2 → 1.2.0-rc.3

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.
@@ -1,6 +1,6 @@
1
1
  /* png.h - header file for PNG reference library
2
2
  *
3
- * libpng version 1.6.48
3
+ * libpng version 1.6.49
4
4
  *
5
5
  * Copyright (c) 2018-2025 Cosmin Truta
6
6
  * Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
@@ -14,7 +14,7 @@
14
14
  * libpng versions 0.89, June 1996, through 0.96, May 1997: Andreas Dilger
15
15
  * libpng versions 0.97, January 1998, through 1.6.35, July 2018:
16
16
  * Glenn Randers-Pehrson
17
- * libpng versions 1.6.36, December 2018, through 1.6.48, April 2025:
17
+ * libpng versions 1.6.36, December 2018, through 1.6.49, June 2025:
18
18
  * Cosmin Truta
19
19
  * See also "Contributing Authors", below.
20
20
  */
@@ -238,7 +238,7 @@
238
238
  * ...
239
239
  * 1.5.30 15 10530 15.so.15.30[.0]
240
240
  * ...
241
- * 1.6.48 16 10648 16.so.16.48[.0]
241
+ * 1.6.49 16 10649 16.so.16.49[.0]
242
242
  *
243
243
  * Henceforth the source version will match the shared-library major and
244
244
  * minor numbers; the shared-library major version number will be used for
@@ -274,7 +274,7 @@
274
274
  */
275
275
 
276
276
  /* Version information for png.h - this should match the version in png.c */
277
- #define PNG_LIBPNG_VER_STRING "1.6.48"
277
+ #define PNG_LIBPNG_VER_STRING "1.6.49"
278
278
  #define PNG_HEADER_VERSION_STRING " libpng version " PNG_LIBPNG_VER_STRING "\n"
279
279
 
280
280
  /* The versions of shared library builds should stay in sync, going forward */
@@ -285,7 +285,7 @@
285
285
  /* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
286
286
  #define PNG_LIBPNG_VER_MAJOR 1
287
287
  #define PNG_LIBPNG_VER_MINOR 6
288
- #define PNG_LIBPNG_VER_RELEASE 48
288
+ #define PNG_LIBPNG_VER_RELEASE 49
289
289
 
290
290
  /* This should be zero for a public release, or non-zero for a
291
291
  * development version.
@@ -316,7 +316,7 @@
316
316
  * From version 1.0.1 it is:
317
317
  * XXYYZZ, where XX=major, YY=minor, ZZ=release
318
318
  */
319
- #define PNG_LIBPNG_VER 10648 /* 1.6.48 */
319
+ #define PNG_LIBPNG_VER 10649 /* 1.6.49 */
320
320
 
321
321
  /* Library configuration: these options cannot be changed after
322
322
  * the library has been built.
@@ -426,7 +426,7 @@ extern "C" {
426
426
  /* This triggers a compiler error in png.c, if png.c and png.h
427
427
  * do not agree upon the version number.
428
428
  */
429
- typedef char* png_libpng_version_1_6_48;
429
+ typedef char* png_libpng_version_1_6_49;
430
430
 
431
431
  /* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
432
432
  *
@@ -3303,26 +3303,45 @@ PNG_EXPORT(245, int, png_image_write_to_memory, (png_imagep image, void *memory,
3303
3303
  * selected at run time.
3304
3304
  */
3305
3305
  #ifdef PNG_SET_OPTION_SUPPORTED
3306
+
3307
+ /* HARDWARE: ARM Neon SIMD instructions supported */
3306
3308
  #ifdef PNG_ARM_NEON_API_SUPPORTED
3307
- # define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */
3309
+ # define PNG_ARM_NEON 0
3308
3310
  #endif
3309
- #define PNG_MAXIMUM_INFLATE_WINDOW 2 /* SOFTWARE: force maximum window */
3310
- #define PNG_SKIP_sRGB_CHECK_PROFILE 4 /* SOFTWARE: Check ICC profile for sRGB */
3311
+
3312
+ /* SOFTWARE: Force maximum window */
3313
+ #define PNG_MAXIMUM_INFLATE_WINDOW 2
3314
+
3315
+ /* SOFTWARE: Check ICC profile for sRGB */
3316
+ #define PNG_SKIP_sRGB_CHECK_PROFILE 4
3317
+
3318
+ /* HARDWARE: MIPS MSA SIMD instructions supported */
3311
3319
  #ifdef PNG_MIPS_MSA_API_SUPPORTED
3312
- # define PNG_MIPS_MSA 6 /* HARDWARE: MIPS Msa SIMD instructions supported */
3320
+ # define PNG_MIPS_MSA 6
3313
3321
  #endif
3322
+
3323
+ /* SOFTWARE: Disable Adler32 check on IDAT */
3314
3324
  #ifdef PNG_DISABLE_ADLER32_CHECK_SUPPORTED
3315
- # define PNG_IGNORE_ADLER32 8 /* SOFTWARE: disable Adler32 check on IDAT */
3325
+ # define PNG_IGNORE_ADLER32 8
3316
3326
  #endif
3327
+
3328
+ /* HARDWARE: PowerPC VSX SIMD instructions supported */
3317
3329
  #ifdef PNG_POWERPC_VSX_API_SUPPORTED
3318
- # define PNG_POWERPC_VSX 10 /* HARDWARE: PowerPC VSX SIMD instructions
3319
- * supported */
3330
+ # define PNG_POWERPC_VSX 10
3320
3331
  #endif
3332
+
3333
+ /* HARDWARE: MIPS MMI SIMD instructions supported */
3321
3334
  #ifdef PNG_MIPS_MMI_API_SUPPORTED
3322
- # define PNG_MIPS_MMI 12 /* HARDWARE: MIPS MMI SIMD instructions supported */
3335
+ # define PNG_MIPS_MMI 12
3336
+ #endif
3337
+
3338
+ /* HARDWARE: RISC-V RVV SIMD instructions supported */
3339
+ #ifdef PNG_RISCV_RVV_API_SUPPORTED
3340
+ # define PNG_RISCV_RVV 14
3323
3341
  #endif
3324
3342
 
3325
- #define PNG_OPTION_NEXT 14 /* Next option - numbers must be even */
3343
+ /* Next option - numbers must be even */
3344
+ #define PNG_OPTION_NEXT 16
3326
3345
 
3327
3346
  /* Return values: NOTE: there are four values and 'off' is *not* zero */
3328
3347
  #define PNG_OPTION_UNSET 0 /* Unset - defaults to off */
@@ -1,6 +1,6 @@
1
1
  /* pngconf.h - machine-configurable file for libpng
2
2
  *
3
- * libpng version 1.6.48
3
+ * libpng version 1.6.49
4
4
  *
5
5
  * Copyright (c) 2018-2025 Cosmin Truta
6
6
  * Copyright (c) 1998-2002,2004,2006-2016,2018 Glenn Randers-Pehrson
@@ -1,6 +1,6 @@
1
1
  /* pnglibconf.h - library build configuration */
2
2
 
3
- /* libpng version 1.6.48 */
3
+ /* libpng version 1.6.49 */
4
4
 
5
5
  /* Copyright (c) 2018-2025 Cosmin Truta */
6
6
  /* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */
@@ -275,7 +275,7 @@ struct _xmlParserCtxt {
275
275
  /* Node analysis stack only used for DOM building */
276
276
 
277
277
  /* Current parsed Node */
278
- xmlNodePtr node XML_DEPRECATED_MEMBER;
278
+ xmlNodePtr node;
279
279
  /* Depth of the parsing stack */
280
280
  int nodeNr XML_DEPRECATED_MEMBER;
281
281
  /* Max depth of the parsing stack */
@@ -331,7 +331,7 @@ struct _xmlParserCtxt {
331
331
  /* ugly but ... */
332
332
  int keepBlanks XML_DEPRECATED_MEMBER;
333
333
  /* SAX callbacks are disabled */
334
- int disableSAX XML_DEPRECATED_MEMBER;
334
+ int disableSAX;
335
335
  /* Parsing is in int 1/ext 2 subset */
336
336
  int inSubset;
337
337
  /* name of subset */
@@ -19,7 +19,8 @@ extern "C" {
19
19
  /*
20
20
  * Backward compatibility
21
21
  */
22
- #define initGenericErrorDefaultFunc(h) xmlSetGenericErrorFunc(NULL, *(h))
22
+ #define initGenericErrorDefaultFunc(h) \
23
+ xmlSetGenericErrorFunc(NULL, (h) ? *(h) : NULL)
23
24
 
24
25
  /**
25
26
  * xmlErrorLevel:
@@ -15,21 +15,21 @@
15
15
  *
16
16
  * the version string like "1.2.3"
17
17
  */
18
- #define LIBXML_DOTTED_VERSION "2.14.3"
18
+ #define LIBXML_DOTTED_VERSION "2.14.4"
19
19
 
20
20
  /**
21
21
  * LIBXML_VERSION:
22
22
  *
23
23
  * the version number: 1.2.3 value is 10203
24
24
  */
25
- #define LIBXML_VERSION 21403
25
+ #define LIBXML_VERSION 21404
26
26
 
27
27
  /**
28
28
  * LIBXML_VERSION_STRING:
29
29
  *
30
30
  * the version number string, 1.2.3 value is "10203"
31
31
  */
32
- #define LIBXML_VERSION_STRING "21403"
32
+ #define LIBXML_VERSION_STRING "21404"
33
33
 
34
34
  /**
35
35
  * LIBXML_VERSION_EXTRA:
@@ -44,7 +44,7 @@
44
44
  * Macro to check that the libxml version in use is compatible with
45
45
  * the version the software has been compiled against
46
46
  */
47
- #define LIBXML_TEST_VERSION xmlCheckVersion(21403);
47
+ #define LIBXML_TEST_VERSION xmlCheckVersion(21404);
48
48
 
49
49
  /**
50
50
  * LIBXML_THREAD_ENABLED:
package/include/png.h CHANGED
@@ -1,6 +1,6 @@
1
1
  /* png.h - header file for PNG reference library
2
2
  *
3
- * libpng version 1.6.48
3
+ * libpng version 1.6.49
4
4
  *
5
5
  * Copyright (c) 2018-2025 Cosmin Truta
6
6
  * Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
@@ -14,7 +14,7 @@
14
14
  * libpng versions 0.89, June 1996, through 0.96, May 1997: Andreas Dilger
15
15
  * libpng versions 0.97, January 1998, through 1.6.35, July 2018:
16
16
  * Glenn Randers-Pehrson
17
- * libpng versions 1.6.36, December 2018, through 1.6.48, April 2025:
17
+ * libpng versions 1.6.36, December 2018, through 1.6.49, June 2025:
18
18
  * Cosmin Truta
19
19
  * See also "Contributing Authors", below.
20
20
  */
@@ -238,7 +238,7 @@
238
238
  * ...
239
239
  * 1.5.30 15 10530 15.so.15.30[.0]
240
240
  * ...
241
- * 1.6.48 16 10648 16.so.16.48[.0]
241
+ * 1.6.49 16 10649 16.so.16.49[.0]
242
242
  *
243
243
  * Henceforth the source version will match the shared-library major and
244
244
  * minor numbers; the shared-library major version number will be used for
@@ -274,7 +274,7 @@
274
274
  */
275
275
 
276
276
  /* Version information for png.h - this should match the version in png.c */
277
- #define PNG_LIBPNG_VER_STRING "1.6.48"
277
+ #define PNG_LIBPNG_VER_STRING "1.6.49"
278
278
  #define PNG_HEADER_VERSION_STRING " libpng version " PNG_LIBPNG_VER_STRING "\n"
279
279
 
280
280
  /* The versions of shared library builds should stay in sync, going forward */
@@ -285,7 +285,7 @@
285
285
  /* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
286
286
  #define PNG_LIBPNG_VER_MAJOR 1
287
287
  #define PNG_LIBPNG_VER_MINOR 6
288
- #define PNG_LIBPNG_VER_RELEASE 48
288
+ #define PNG_LIBPNG_VER_RELEASE 49
289
289
 
290
290
  /* This should be zero for a public release, or non-zero for a
291
291
  * development version.
@@ -316,7 +316,7 @@
316
316
  * From version 1.0.1 it is:
317
317
  * XXYYZZ, where XX=major, YY=minor, ZZ=release
318
318
  */
319
- #define PNG_LIBPNG_VER 10648 /* 1.6.48 */
319
+ #define PNG_LIBPNG_VER 10649 /* 1.6.49 */
320
320
 
321
321
  /* Library configuration: these options cannot be changed after
322
322
  * the library has been built.
@@ -426,7 +426,7 @@ extern "C" {
426
426
  /* This triggers a compiler error in png.c, if png.c and png.h
427
427
  * do not agree upon the version number.
428
428
  */
429
- typedef char* png_libpng_version_1_6_48;
429
+ typedef char* png_libpng_version_1_6_49;
430
430
 
431
431
  /* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
432
432
  *
@@ -3303,26 +3303,45 @@ PNG_EXPORT(245, int, png_image_write_to_memory, (png_imagep image, void *memory,
3303
3303
  * selected at run time.
3304
3304
  */
3305
3305
  #ifdef PNG_SET_OPTION_SUPPORTED
3306
+
3307
+ /* HARDWARE: ARM Neon SIMD instructions supported */
3306
3308
  #ifdef PNG_ARM_NEON_API_SUPPORTED
3307
- # define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */
3309
+ # define PNG_ARM_NEON 0
3308
3310
  #endif
3309
- #define PNG_MAXIMUM_INFLATE_WINDOW 2 /* SOFTWARE: force maximum window */
3310
- #define PNG_SKIP_sRGB_CHECK_PROFILE 4 /* SOFTWARE: Check ICC profile for sRGB */
3311
+
3312
+ /* SOFTWARE: Force maximum window */
3313
+ #define PNG_MAXIMUM_INFLATE_WINDOW 2
3314
+
3315
+ /* SOFTWARE: Check ICC profile for sRGB */
3316
+ #define PNG_SKIP_sRGB_CHECK_PROFILE 4
3317
+
3318
+ /* HARDWARE: MIPS MSA SIMD instructions supported */
3311
3319
  #ifdef PNG_MIPS_MSA_API_SUPPORTED
3312
- # define PNG_MIPS_MSA 6 /* HARDWARE: MIPS Msa SIMD instructions supported */
3320
+ # define PNG_MIPS_MSA 6
3313
3321
  #endif
3322
+
3323
+ /* SOFTWARE: Disable Adler32 check on IDAT */
3314
3324
  #ifdef PNG_DISABLE_ADLER32_CHECK_SUPPORTED
3315
- # define PNG_IGNORE_ADLER32 8 /* SOFTWARE: disable Adler32 check on IDAT */
3325
+ # define PNG_IGNORE_ADLER32 8
3316
3326
  #endif
3327
+
3328
+ /* HARDWARE: PowerPC VSX SIMD instructions supported */
3317
3329
  #ifdef PNG_POWERPC_VSX_API_SUPPORTED
3318
- # define PNG_POWERPC_VSX 10 /* HARDWARE: PowerPC VSX SIMD instructions
3319
- * supported */
3330
+ # define PNG_POWERPC_VSX 10
3320
3331
  #endif
3332
+
3333
+ /* HARDWARE: MIPS MMI SIMD instructions supported */
3321
3334
  #ifdef PNG_MIPS_MMI_API_SUPPORTED
3322
- # define PNG_MIPS_MMI 12 /* HARDWARE: MIPS MMI SIMD instructions supported */
3335
+ # define PNG_MIPS_MMI 12
3336
+ #endif
3337
+
3338
+ /* HARDWARE: RISC-V RVV SIMD instructions supported */
3339
+ #ifdef PNG_RISCV_RVV_API_SUPPORTED
3340
+ # define PNG_RISCV_RVV 14
3323
3341
  #endif
3324
3342
 
3325
- #define PNG_OPTION_NEXT 14 /* Next option - numbers must be even */
3343
+ /* Next option - numbers must be even */
3344
+ #define PNG_OPTION_NEXT 16
3326
3345
 
3327
3346
  /* Return values: NOTE: there are four values and 'off' is *not* zero */
3328
3347
  #define PNG_OPTION_UNSET 0 /* Unset - defaults to off */
package/include/pngconf.h CHANGED
@@ -1,6 +1,6 @@
1
1
  /* pngconf.h - machine-configurable file for libpng
2
2
  *
3
- * libpng version 1.6.48
3
+ * libpng version 1.6.49
4
4
  *
5
5
  * Copyright (c) 2018-2025 Cosmin Truta
6
6
  * Copyright (c) 1998-2002,2004,2006-2016,2018 Glenn Randers-Pehrson
@@ -1,6 +1,6 @@
1
1
  /* pnglibconf.h - library build configuration */
2
2
 
3
- /* libpng version 1.6.48 */
3
+ /* libpng version 1.6.49 */
4
4
 
5
5
  /* Copyright (c) 2018-2025 Cosmin Truta */
6
6
  /* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@img/sharp-libvips-dev",
3
- "version": "1.2.0-rc.2",
3
+ "version": "1.2.0-rc.3",
4
4
  "description": "Header files and C++ sources for libvips and dependencies required when compiling sharp from source",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
package/versions.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "fontconfig": "2.16.2",
10
10
  "freetype": "2.13.3",
11
11
  "fribidi": "1.0.16",
12
- "glib": "2.85.0",
12
+ "glib": "2.85.1",
13
13
  "harfbuzz": "11.2.1",
14
14
  "heif": "1.19.8",
15
15
  "highway": "1.2.0",
@@ -18,13 +18,13 @@
18
18
  "mozjpeg": "4.1.5",
19
19
  "pango": "1.56.3",
20
20
  "pixman": "0.46.2",
21
- "png": "1.6.48",
21
+ "png": "1.6.49",
22
22
  "proxy-libintl": "0.4",
23
23
  "rsvg": "2.60.0",
24
24
  "spng": "0.7.4",
25
25
  "tiff": "4.7.0",
26
26
  "vips": "8.17.0",
27
27
  "webp": "1.5.0",
28
- "xml2": "2.14.3",
28
+ "xml2": "2.14.4",
29
29
  "zlib-ng": "2.2.4"
30
30
  }