@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.
Files changed (66) hide show
  1. package/include/freetype2/freetype/config/ftconfig.h +1 -1
  2. package/include/freetype2/freetype/config/ftheader.h +1 -1
  3. package/include/freetype2/freetype/config/ftoption.h +1 -1
  4. package/include/freetype2/freetype/config/ftstdlib.h +1 -1
  5. package/include/freetype2/freetype/config/integer-types.h +1 -1
  6. package/include/freetype2/freetype/config/mac-support.h +1 -1
  7. package/include/freetype2/freetype/config/public-macros.h +1 -1
  8. package/include/freetype2/freetype/freetype.h +2 -2
  9. package/include/freetype2/freetype/ftadvanc.h +1 -1
  10. package/include/freetype2/freetype/ftbbox.h +1 -1
  11. package/include/freetype2/freetype/ftbdf.h +1 -1
  12. package/include/freetype2/freetype/ftbitmap.h +1 -1
  13. package/include/freetype2/freetype/ftbzip2.h +1 -1
  14. package/include/freetype2/freetype/ftcache.h +1 -1
  15. package/include/freetype2/freetype/ftcid.h +1 -1
  16. package/include/freetype2/freetype/ftcolor.h +1 -1
  17. package/include/freetype2/freetype/ftdriver.h +1 -1
  18. package/include/freetype2/freetype/fterrdef.h +1 -1
  19. package/include/freetype2/freetype/fterrors.h +1 -1
  20. package/include/freetype2/freetype/ftfntfmt.h +1 -1
  21. package/include/freetype2/freetype/ftgasp.h +1 -1
  22. package/include/freetype2/freetype/ftglyph.h +1 -1
  23. package/include/freetype2/freetype/ftgxval.h +1 -1
  24. package/include/freetype2/freetype/ftgzip.h +1 -1
  25. package/include/freetype2/freetype/ftimage.h +1 -1
  26. package/include/freetype2/freetype/ftincrem.h +1 -1
  27. package/include/freetype2/freetype/ftlcdfil.h +1 -1
  28. package/include/freetype2/freetype/ftlist.h +1 -1
  29. package/include/freetype2/freetype/ftlogging.h +1 -1
  30. package/include/freetype2/freetype/ftlzw.h +1 -1
  31. package/include/freetype2/freetype/ftmac.h +1 -1
  32. package/include/freetype2/freetype/ftmm.h +1 -1
  33. package/include/freetype2/freetype/ftmodapi.h +1 -1
  34. package/include/freetype2/freetype/ftmoderr.h +1 -1
  35. package/include/freetype2/freetype/ftotval.h +1 -1
  36. package/include/freetype2/freetype/ftoutln.h +1 -1
  37. package/include/freetype2/freetype/ftparams.h +1 -1
  38. package/include/freetype2/freetype/ftpfr.h +1 -1
  39. package/include/freetype2/freetype/ftrender.h +1 -1
  40. package/include/freetype2/freetype/ftsizes.h +1 -1
  41. package/include/freetype2/freetype/ftsnames.h +1 -1
  42. package/include/freetype2/freetype/ftstroke.h +1 -1
  43. package/include/freetype2/freetype/ftsynth.h +1 -1
  44. package/include/freetype2/freetype/ftsystem.h +1 -1
  45. package/include/freetype2/freetype/fttrigon.h +1 -1
  46. package/include/freetype2/freetype/fttypes.h +1 -1
  47. package/include/freetype2/freetype/ftwinfnt.h +1 -1
  48. package/include/freetype2/freetype/otsvg.h +1 -1
  49. package/include/freetype2/freetype/t1tables.h +1 -1
  50. package/include/freetype2/freetype/ttnameid.h +2 -2
  51. package/include/freetype2/freetype/tttables.h +1 -1
  52. package/include/freetype2/freetype/tttags.h +1 -1
  53. package/include/freetype2/ft2build.h +1 -1
  54. package/include/harfbuzz/hb-features.h +7 -0
  55. package/include/harfbuzz/hb-version.h +3 -3
  56. package/include/libpng16/png.h +8 -8
  57. package/include/libpng16/pngconf.h +1 -1
  58. package/include/libpng16/pnglibconf.h +1 -1
  59. package/include/pango-1.0/pango/pango-features.h +2 -2
  60. package/include/pango-1.0/pango/pango-script.h +2 -0
  61. package/include/png.h +8 -8
  62. package/include/pngconf.h +1 -1
  63. package/include/pnglibconf.h +1 -1
  64. package/include/vips/version.h +4 -4
  65. package/package.json +1 -1
  66. package/versions.json +7 -7
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * ANSI-specific configuration file (specification only).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Build macros of the FreeType 2 library.
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * User-selectable configuration macros (specification only).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -5,7 +5,7 @@
5
5
  * ANSI-specific library and header configuration file (specification
6
6
  * only).
7
7
  *
8
- * Copyright (C) 2002-2025 by
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 integer types definitions.
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Mac/OS X support configuration header.
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Define a set of compiler macros used in public FreeType headers.
6
6
  *
7
- * Copyright (C) 2020-2025 by
7
+ * Copyright (C) 2020-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 high-level API and common types (specification only).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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 2
5172
+ #define FREETYPE_PATCH 3
5173
5173
 
5174
5174
 
5175
5175
  /**************************************************************************
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Quick computation of advance widths (specification only).
6
6
  *
7
- * Copyright (C) 2008-2025 by
7
+ * Copyright (C) 2008-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 exact bbox computation (specification).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType API for accessing BDF-specific strings (specification).
6
6
  *
7
- * Copyright (C) 2002-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType utility functions for bitmaps (specification).
6
6
  *
7
- * Copyright (C) 2004-2025 by
7
+ * Copyright (C) 2004-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
  * Bzip2-compressed stream support.
6
6
  *
7
- * Copyright (C) 2010-2025 by
7
+ * Copyright (C) 2010-2026 by
8
8
  * Joel Klinghed.
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 Cache subsystem (specification).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType API for accessing CID font information (specification).
6
6
  *
7
- * Copyright (C) 2007-2025 by
7
+ * Copyright (C) 2007-2026 by
8
8
  * Dereg Clegg and Michael Toftdal.
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's glyph color management (specification).
6
6
  *
7
- * Copyright (C) 2018-2025 by
7
+ * Copyright (C) 2018-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 controlling driver modules (specification only).
6
6
  *
7
- * Copyright (C) 2017-2025 by
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 error codes (specification).
6
6
  *
7
- * Copyright (C) 2002-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType error code handling (specification).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Support functions for font formats.
6
6
  *
7
- * Copyright (C) 2002-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Access of TrueType's 'gasp' table (specification).
6
6
  *
7
- * Copyright (C) 2007-2025 by
7
+ * Copyright (C) 2007-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 convenience functions to handle glyphs (specification).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType API for validating TrueTypeGX/AAT tables (specification).
6
6
  *
7
- * Copyright (C) 2004-2025 by
7
+ * Copyright (C) 2004-2026 by
8
8
  * Masatake YAMATO, Redhat K.K,
9
9
  * David Turner, Robert Wilhelm, and Werner Lemberg.
10
10
  *
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Gzip-compressed stream support.
6
6
  *
7
- * Copyright (C) 2002-2025 by
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 glyph image formats and default raster interface
6
6
  * (specification).
7
7
  *
8
- * Copyright (C) 1996-2025 by
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 incremental loading (specification).
6
6
  *
7
- * Copyright (C) 2002-2025 by
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 API for color filtering of subpixel bitmap glyphs
6
6
  * (specification).
7
7
  *
8
- * Copyright (C) 2006-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Generic list support for FreeType (specification).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Additional debugging APIs.
6
6
  *
7
- * Copyright (C) 2020-2025 by
7
+ * Copyright (C) 2020-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
  * LZW-compressed stream support.
6
6
  *
7
- * Copyright (C) 2004-2025 by
7
+ * Copyright (C) 2004-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
  * Additional Mac-specific API.
6
6
  *
7
- * Copyright (C) 1996-2025 by
7
+ * Copyright (C) 1996-2026 by
8
8
  * Just van Rossum, 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 variation font interface (specification).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType modules public interface (specification).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType module error offsets (specification).
6
6
  *
7
- * Copyright (C) 2001-2025 by
7
+ * Copyright (C) 2001-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 validating OpenType tables (specification).
6
6
  *
7
- * Copyright (C) 2004-2025 by
7
+ * Copyright (C) 2004-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
  * 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-2025 by
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-2025 by
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-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType renderer modules public interface (specification).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType size objects management (specification).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * This is _not_ used to retrieve glyph names!
9
9
  *
10
- * Copyright (C) 1996-2025 by
10
+ * Copyright (C) 1996-2026 by
11
11
  * David Turner, Robert Wilhelm, and Werner Lemberg.
12
12
  *
13
13
  * This file is part of the FreeType project, and may only be used,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType path stroker (specification).
6
6
  *
7
- * Copyright (C) 2002-2025 by
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-2025 by
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
  * FreeType low-level system interface definition (specification).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType trigonometric functions (specification).
6
6
  *
7
- * Copyright (C) 2001-2025 by
7
+ * Copyright (C) 2001-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 simple types definitions (specification only).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType API for accessing Windows fnt-specific data.
6
6
  *
7
- * Copyright (C) 2003-2025 by
7
+ * Copyright (C) 2003-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
  * Interface for OT-SVG support related things (specification).
6
6
  *
7
- * Copyright (C) 2022-2025 by
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-2025 by
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-2025 by
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-2025 by
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
  * Tags for TrueType and OpenType tables (specification only).
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * FreeType 2 build and setup macros.
6
6
  *
7
- * Copyright (C) 1996-2025 by
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,
@@ -92,6 +92,13 @@ HB_BEGIN_DECLS
92
92
  */
93
93
  #undef HB_HAS_GRAPHITE
94
94
 
95
+ /**
96
+ * HB_HAS_GPU:
97
+ *
98
+ * Defined if Harfbuzz has been built with the GPU library.
99
+ */
100
+ #undef HB_HAS_GPU
101
+
95
102
  /**
96
103
  * HB_HAS_ICU:
97
104
  *
@@ -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 13
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 2
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 "13.2.0"
63
+ #define HB_VERSION_STRING "14.0.0"
64
64
 
65
65
  /**
66
66
  * HB_VERSION_ATLEAST:
@@ -1,6 +1,6 @@
1
1
  /* png.h - header file for PNG reference library
2
2
  *
3
- * libpng version 1.6.55
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.55, February 2026:
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.55 16 10655 16.so.16.55[.0]
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.55"
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 55
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 10655 /* 1.6.55 */
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 *png_libpng_version_1_6_55;
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 translated keywords are NULL pointers, the structure
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.
@@ -1,6 +1,6 @@
1
1
  /* pngconf.h - machine-configurable file for libpng
2
2
  *
3
- * libpng version 1.6.55
3
+ * libpng version 1.6.56
4
4
  *
5
5
  * Copyright (c) 2018-2026 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.55 */
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 */
@@ -3,8 +3,8 @@
3
3
 
4
4
  #define PANGO_VERSION_MAJOR 1
5
5
  #define PANGO_VERSION_MINOR 57
6
- #define PANGO_VERSION_MICRO 0
6
+ #define PANGO_VERSION_MICRO 1
7
7
 
8
- #define PANGO_VERSION_STRING "1.57.0"
8
+ #define PANGO_VERSION_STRING "1.57.1"
9
9
 
10
10
  #endif /* PANGO_FEATURES_H */
@@ -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.55
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.55, February 2026:
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.55 16 10655 16.so.16.55[.0]
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.55"
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 55
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 10655 /* 1.6.55 */
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 *png_libpng_version_1_6_55;
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 translated keywords are NULL pointers, the structure
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
@@ -1,6 +1,6 @@
1
1
  /* pngconf.h - machine-configurable file for libpng
2
2
  *
3
- * libpng version 1.6.55
3
+ * libpng version 1.6.56
4
4
  *
5
5
  * Copyright (c) 2018-2026 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.55 */
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 */
@@ -4,16 +4,16 @@
4
4
  #ifndef VIPS_VERSION_H
5
5
  #define VIPS_VERSION_H
6
6
 
7
- #define VIPS_VERSION "8.18.1"
8
- #define VIPS_VERSION_STRING "8.18.1"
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 (1)
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 (1)
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",
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.1",
2
+ "aom": "3.13.2",
3
3
  "archive": "3.8.6",
4
4
  "cairo": "1.18.4",
5
- "cgif": "0.5.2",
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.2",
10
+ "freetype": "2.14.3",
11
11
  "fribidi": "1.0.16",
12
12
  "glib": "2.88.0",
13
- "harfbuzz": "13.2.0",
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.0",
19
+ "pango": "1.57.1",
20
20
  "pixman": "0.46.4",
21
- "png": "1.6.55",
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.1",
26
+ "vips": "8.18.2",
27
27
  "webp": "1.6.0",
28
28
  "xml2": "2.15.2",
29
29
  "zlib-ng": "2.3.3"