@img/sharp-libvips-dev 1.3.0-rc.3 → 1.3.0-rc.4
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/freetype2/freetype/config/ftconfig.h +1 -1
- package/include/freetype2/freetype/config/ftheader.h +1 -1
- package/include/freetype2/freetype/config/ftoption.h +1 -1
- package/include/freetype2/freetype/config/ftstdlib.h +1 -1
- package/include/freetype2/freetype/config/integer-types.h +1 -1
- package/include/freetype2/freetype/config/mac-support.h +1 -1
- package/include/freetype2/freetype/config/public-macros.h +1 -1
- package/include/freetype2/freetype/freetype.h +2 -2
- package/include/freetype2/freetype/ftadvanc.h +1 -1
- package/include/freetype2/freetype/ftbbox.h +1 -1
- package/include/freetype2/freetype/ftbdf.h +1 -1
- package/include/freetype2/freetype/ftbitmap.h +1 -1
- package/include/freetype2/freetype/ftbzip2.h +1 -1
- package/include/freetype2/freetype/ftcache.h +1 -1
- package/include/freetype2/freetype/ftcid.h +1 -1
- package/include/freetype2/freetype/ftcolor.h +1 -1
- package/include/freetype2/freetype/ftdriver.h +1 -1
- package/include/freetype2/freetype/fterrdef.h +1 -1
- package/include/freetype2/freetype/fterrors.h +1 -1
- package/include/freetype2/freetype/ftfntfmt.h +1 -1
- package/include/freetype2/freetype/ftgasp.h +1 -1
- package/include/freetype2/freetype/ftglyph.h +1 -1
- package/include/freetype2/freetype/ftgxval.h +1 -1
- package/include/freetype2/freetype/ftgzip.h +1 -1
- package/include/freetype2/freetype/ftimage.h +1 -1
- package/include/freetype2/freetype/ftincrem.h +1 -1
- package/include/freetype2/freetype/ftlcdfil.h +1 -1
- package/include/freetype2/freetype/ftlist.h +1 -1
- package/include/freetype2/freetype/ftlogging.h +1 -1
- package/include/freetype2/freetype/ftlzw.h +1 -1
- package/include/freetype2/freetype/ftmac.h +1 -1
- package/include/freetype2/freetype/ftmm.h +1 -1
- package/include/freetype2/freetype/ftmodapi.h +1 -1
- package/include/freetype2/freetype/ftmoderr.h +1 -1
- package/include/freetype2/freetype/ftotval.h +1 -1
- package/include/freetype2/freetype/ftoutln.h +1 -1
- package/include/freetype2/freetype/ftparams.h +1 -1
- package/include/freetype2/freetype/ftpfr.h +1 -1
- package/include/freetype2/freetype/ftrender.h +1 -1
- package/include/freetype2/freetype/ftsizes.h +1 -1
- package/include/freetype2/freetype/ftsnames.h +1 -1
- package/include/freetype2/freetype/ftstroke.h +1 -1
- package/include/freetype2/freetype/ftsynth.h +1 -1
- package/include/freetype2/freetype/ftsystem.h +1 -1
- package/include/freetype2/freetype/fttrigon.h +1 -1
- package/include/freetype2/freetype/fttypes.h +1 -1
- package/include/freetype2/freetype/ftwinfnt.h +1 -1
- package/include/freetype2/freetype/otsvg.h +1 -1
- package/include/freetype2/freetype/t1tables.h +1 -1
- package/include/freetype2/freetype/ttnameid.h +2 -2
- package/include/freetype2/freetype/tttables.h +1 -1
- package/include/freetype2/freetype/tttags.h +1 -1
- package/include/freetype2/ft2build.h +1 -1
- package/include/harfbuzz/hb-features.h +7 -0
- package/include/harfbuzz/hb-version.h +3 -3
- package/include/libpng16/png.h +8 -8
- package/include/libpng16/pngconf.h +1 -1
- package/include/libpng16/pnglibconf.h +1 -1
- package/include/pango-1.0/pango/pango-features.h +2 -2
- package/include/pango-1.0/pango/pango-script.h +2 -0
- package/include/png.h +8 -8
- package/include/pngconf.h +1 -1
- package/include/pnglibconf.h +1 -1
- package/include/vips/version.h +4 -4
- package/package.json +1 -1
- package/versions.json +7 -7
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ANSI-specific library and header configuration file (specification
|
|
6
6
|
* only).
|
|
7
7
|
*
|
|
8
|
-
* Copyright (C) 2002-
|
|
8
|
+
* Copyright (C) 2002-2026 by
|
|
9
9
|
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
10
10
|
*
|
|
11
11
|
* This file is part of the FreeType project, and may only be used,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*
|
|
5
5
|
* FreeType high-level API and common types (specification only).
|
|
6
6
|
*
|
|
7
|
-
* Copyright (C) 1996-
|
|
7
|
+
* Copyright (C) 1996-2026 by
|
|
8
8
|
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
9
9
|
*
|
|
10
10
|
* This file is part of the FreeType project, and may only be used,
|
|
@@ -5169,7 +5169,7 @@ FT_BEGIN_HEADER
|
|
|
5169
5169
|
*/
|
|
5170
5170
|
#define FREETYPE_MAJOR 2
|
|
5171
5171
|
#define FREETYPE_MINOR 14
|
|
5172
|
-
#define FREETYPE_PATCH
|
|
5172
|
+
#define FREETYPE_PATCH 3
|
|
5173
5173
|
|
|
5174
5174
|
|
|
5175
5175
|
/**************************************************************************
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*
|
|
5
5
|
* FreeType API for controlling driver modules (specification only).
|
|
6
6
|
*
|
|
7
|
-
* Copyright (C) 2017-
|
|
7
|
+
* Copyright (C) 2017-2026 by
|
|
8
8
|
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
9
9
|
*
|
|
10
10
|
* This file is part of the FreeType project, and may only be used,
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* FreeType glyph image formats and default raster interface
|
|
6
6
|
* (specification).
|
|
7
7
|
*
|
|
8
|
-
* Copyright (C) 1996-
|
|
8
|
+
* Copyright (C) 1996-2026 by
|
|
9
9
|
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
10
10
|
*
|
|
11
11
|
* This file is part of the FreeType project, and may only be used,
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* FreeType API for color filtering of subpixel bitmap glyphs
|
|
6
6
|
* (specification).
|
|
7
7
|
*
|
|
8
|
-
* Copyright (C) 2006-
|
|
8
|
+
* Copyright (C) 2006-2026 by
|
|
9
9
|
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
10
10
|
*
|
|
11
11
|
* This file is part of the FreeType project, and may only be used,
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Support for the FT_Outline type used to store glyph shapes of
|
|
6
6
|
* most scalable font formats (specification).
|
|
7
7
|
*
|
|
8
|
-
* Copyright (C) 1996-
|
|
8
|
+
* Copyright (C) 1996-2026 by
|
|
9
9
|
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
10
10
|
*
|
|
11
11
|
* This file is part of the FreeType project, and may only be used,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*
|
|
5
5
|
* FreeType API for possible FT_Parameter tags (specification only).
|
|
6
6
|
*
|
|
7
|
-
* Copyright (C) 2017-
|
|
7
|
+
* Copyright (C) 2017-2026 by
|
|
8
8
|
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
9
9
|
*
|
|
10
10
|
* This file is part of the FreeType project, and may only be used,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*
|
|
5
5
|
* FreeType API for accessing PFR-specific data (specification only).
|
|
6
6
|
*
|
|
7
|
-
* Copyright (C) 2002-
|
|
7
|
+
* Copyright (C) 2002-2026 by
|
|
8
8
|
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
9
9
|
*
|
|
10
10
|
* This file is part of the FreeType project, and may only be used,
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* FreeType synthesizing code for emboldening and slanting
|
|
6
6
|
* (specification).
|
|
7
7
|
*
|
|
8
|
-
* Copyright (C) 2000-
|
|
8
|
+
* Copyright (C) 2000-2026 by
|
|
9
9
|
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
10
10
|
*
|
|
11
11
|
* This file is part of the FreeType project, and may only be used,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*
|
|
5
5
|
* Interface for OT-SVG support related things (specification).
|
|
6
6
|
*
|
|
7
|
-
* Copyright (C) 2022-
|
|
7
|
+
* Copyright (C) 2022-2026 by
|
|
8
8
|
* David Turner, Robert Wilhelm, Werner Lemberg, and Moazin Khatti.
|
|
9
9
|
*
|
|
10
10
|
* This file is part of the FreeType project, and may only be used,
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Basic Type 1/Type 2 tables definitions and interface (specification
|
|
6
6
|
* only).
|
|
7
7
|
*
|
|
8
|
-
* Copyright (C) 1996-
|
|
8
|
+
* Copyright (C) 1996-2026 by
|
|
9
9
|
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
10
10
|
*
|
|
11
11
|
* This file is part of the FreeType project, and may only be used,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*
|
|
5
5
|
* TrueType name ID definitions (specification only).
|
|
6
6
|
*
|
|
7
|
-
* Copyright (C) 1996-
|
|
7
|
+
* Copyright (C) 1996-2026 by
|
|
8
8
|
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
9
9
|
*
|
|
10
10
|
* This file is part of the FreeType project, and may only be used,
|
|
@@ -169,7 +169,7 @@ FT_BEGIN_HEADER
|
|
|
169
169
|
#define TT_MAC_ID_LAOTIAN 22
|
|
170
170
|
#define TT_MAC_ID_GEORGIAN 23
|
|
171
171
|
#define TT_MAC_ID_ARMENIAN 24
|
|
172
|
-
#define TT_MAC_ID_MALDIVIAN 25
|
|
172
|
+
#define TT_MAC_ID_MALDIVIAN 25 /* TrueType version 1.66 */
|
|
173
173
|
#define TT_MAC_ID_SIMPLIFIED_CHINESE 25
|
|
174
174
|
#define TT_MAC_ID_TIBETAN 26
|
|
175
175
|
#define TT_MAC_ID_MONGOLIAN 27
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Basic SFNT/TrueType tables definitions and interface
|
|
6
6
|
* (specification only).
|
|
7
7
|
*
|
|
8
|
-
* Copyright (C) 1996-
|
|
8
|
+
* Copyright (C) 1996-2026 by
|
|
9
9
|
* David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
10
10
|
*
|
|
11
11
|
* This file is part of the FreeType project, and may only be used,
|
|
@@ -41,13 +41,13 @@ HB_BEGIN_DECLS
|
|
|
41
41
|
*
|
|
42
42
|
* The major component of the library version available at compile-time.
|
|
43
43
|
*/
|
|
44
|
-
#define HB_VERSION_MAJOR
|
|
44
|
+
#define HB_VERSION_MAJOR 14
|
|
45
45
|
/**
|
|
46
46
|
* HB_VERSION_MINOR:
|
|
47
47
|
*
|
|
48
48
|
* The minor component of the library version available at compile-time.
|
|
49
49
|
*/
|
|
50
|
-
#define HB_VERSION_MINOR
|
|
50
|
+
#define HB_VERSION_MINOR 0
|
|
51
51
|
/**
|
|
52
52
|
* HB_VERSION_MICRO:
|
|
53
53
|
*
|
|
@@ -60,7 +60,7 @@ HB_BEGIN_DECLS
|
|
|
60
60
|
*
|
|
61
61
|
* A string literal containing the library version available at compile-time.
|
|
62
62
|
*/
|
|
63
|
-
#define HB_VERSION_STRING "
|
|
63
|
+
#define HB_VERSION_STRING "14.0.0"
|
|
64
64
|
|
|
65
65
|
/**
|
|
66
66
|
* HB_VERSION_ATLEAST:
|
package/include/libpng16/png.h
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* png.h - header file for PNG reference library
|
|
2
2
|
*
|
|
3
|
-
* libpng version 1.6.
|
|
3
|
+
* libpng version 1.6.56
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2018-2026 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.
|
|
17
|
+
* libpng versions 1.6.36, December 2018, through 1.6.56, March 2026:
|
|
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.
|
|
241
|
+
* 1.6.56 16 10656 16.so.16.56[.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.
|
|
277
|
+
#define PNG_LIBPNG_VER_STRING "1.6.56"
|
|
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
|
|
288
|
+
#define PNG_LIBPNG_VER_RELEASE 56
|
|
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
|
|
319
|
+
#define PNG_LIBPNG_VER 10656 /* 1.6.56 */
|
|
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 *
|
|
429
|
+
typedef char *png_libpng_version_1_6_56;
|
|
430
430
|
|
|
431
431
|
/* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
|
|
432
432
|
*
|
|
@@ -2341,7 +2341,7 @@ PNG_EXPORT(162, int, png_get_text,
|
|
|
2341
2341
|
#endif
|
|
2342
2342
|
|
|
2343
2343
|
/* Note while png_set_text() will accept a structure whose text,
|
|
2344
|
-
* language, and
|
|
2344
|
+
* language, and translated keywords are NULL pointers, the structure
|
|
2345
2345
|
* returned by png_get_text will always contain regular
|
|
2346
2346
|
* zero-terminated C strings. They might be empty strings but
|
|
2347
2347
|
* they will never be NULL pointers.
|
|
@@ -325,6 +325,8 @@ gboolean pango_script_iter_next (PangoScriptIter *iter);
|
|
|
325
325
|
PANGO_AVAILABLE_IN_1_4
|
|
326
326
|
void pango_script_iter_free (PangoScriptIter *iter);
|
|
327
327
|
|
|
328
|
+
G_DEFINE_AUTOPTR_CLEANUP_FUNC(PangoScriptIter, pango_script_iter_free)
|
|
329
|
+
|
|
328
330
|
#include <pango/pango-language.h>
|
|
329
331
|
|
|
330
332
|
PANGO_AVAILABLE_IN_1_4
|
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.
|
|
3
|
+
* libpng version 1.6.56
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2018-2026 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.
|
|
17
|
+
* libpng versions 1.6.36, December 2018, through 1.6.56, March 2026:
|
|
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.
|
|
241
|
+
* 1.6.56 16 10656 16.so.16.56[.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.
|
|
277
|
+
#define PNG_LIBPNG_VER_STRING "1.6.56"
|
|
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
|
|
288
|
+
#define PNG_LIBPNG_VER_RELEASE 56
|
|
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
|
|
319
|
+
#define PNG_LIBPNG_VER 10656 /* 1.6.56 */
|
|
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 *
|
|
429
|
+
typedef char *png_libpng_version_1_6_56;
|
|
430
430
|
|
|
431
431
|
/* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
|
|
432
432
|
*
|
|
@@ -2341,7 +2341,7 @@ PNG_EXPORT(162, int, png_get_text,
|
|
|
2341
2341
|
#endif
|
|
2342
2342
|
|
|
2343
2343
|
/* Note while png_set_text() will accept a structure whose text,
|
|
2344
|
-
* language, and
|
|
2344
|
+
* language, and translated keywords are NULL pointers, the structure
|
|
2345
2345
|
* returned by png_get_text will always contain regular
|
|
2346
2346
|
* zero-terminated C strings. They might be empty strings but
|
|
2347
2347
|
* they will never be NULL pointers.
|
package/include/pngconf.h
CHANGED
package/include/pnglibconf.h
CHANGED
package/include/vips/version.h
CHANGED
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
#ifndef VIPS_VERSION_H
|
|
5
5
|
#define VIPS_VERSION_H
|
|
6
6
|
|
|
7
|
-
#define VIPS_VERSION "8.18.
|
|
8
|
-
#define VIPS_VERSION_STRING "8.18.
|
|
7
|
+
#define VIPS_VERSION "8.18.2"
|
|
8
|
+
#define VIPS_VERSION_STRING "8.18.2"
|
|
9
9
|
#define VIPS_MAJOR_VERSION (8)
|
|
10
10
|
#define VIPS_MINOR_VERSION (18)
|
|
11
|
-
#define VIPS_MICRO_VERSION (
|
|
11
|
+
#define VIPS_MICRO_VERSION (2)
|
|
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 (
|
|
16
|
+
#define VIPS_LIBRARY_REVISION (2)
|
|
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: false\nenable Analyze7 load: false\nenable PPM load/save: false\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: true\nfont file support with fontconfig: true\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: true\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-2.0: true\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)"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@img/sharp-libvips-dev",
|
|
3
|
-
"version": "1.3.0-rc.
|
|
3
|
+
"version": "1.3.0-rc.4",
|
|
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
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
|
-
"aom": "3.13.
|
|
2
|
+
"aom": "3.13.2",
|
|
3
3
|
"archive": "3.8.6",
|
|
4
4
|
"cairo": "1.18.4",
|
|
5
|
-
"cgif": "0.5.
|
|
5
|
+
"cgif": "0.5.3",
|
|
6
6
|
"exif": "0.6.25",
|
|
7
7
|
"expat": "2.7.5",
|
|
8
8
|
"ffi": "3.5.2",
|
|
9
9
|
"fontconfig": "2.17.1",
|
|
10
|
-
"freetype": "2.14.
|
|
10
|
+
"freetype": "2.14.3",
|
|
11
11
|
"fribidi": "1.0.16",
|
|
12
12
|
"glib": "2.88.0",
|
|
13
|
-
"harfbuzz": "
|
|
13
|
+
"harfbuzz": "14.0.0",
|
|
14
14
|
"heif": "1.21.2",
|
|
15
15
|
"highway": "1.3.0",
|
|
16
16
|
"imagequant": "2.4.1",
|
|
17
17
|
"lcms": "2.18",
|
|
18
18
|
"mozjpeg": "0826579",
|
|
19
|
-
"pango": "1.57.
|
|
19
|
+
"pango": "1.57.1",
|
|
20
20
|
"pixman": "0.46.4",
|
|
21
|
-
"png": "1.6.
|
|
21
|
+
"png": "1.6.56",
|
|
22
22
|
"proxy-libintl": "0.5",
|
|
23
23
|
"rsvg": "2.62.1",
|
|
24
24
|
"tiff": "4.7.1",
|
|
25
25
|
"uhdr": "8cbc983",
|
|
26
|
-
"vips": "8.18.
|
|
26
|
+
"vips": "8.18.2",
|
|
27
27
|
"webp": "1.6.0",
|
|
28
28
|
"xml2": "2.15.2",
|
|
29
29
|
"zlib-ng": "2.3.3"
|