@img/sharp-libvips-dev 1.2.2 → 1.2.4-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.
Files changed (67) hide show
  1. package/include/archive.h +2 -2
  2. package/include/archive_entry.h +1 -1
  3. package/include/expat.h +39 -25
  4. package/include/expat_config.h +9 -9
  5. package/include/expat_external.h +62 -61
  6. package/include/harfbuzz/hb-ot-layout.h +6 -0
  7. package/include/harfbuzz/hb-script-list.h +1 -1
  8. package/include/harfbuzz/hb-subset.h +5 -0
  9. package/include/harfbuzz/hb-version.h +3 -3
  10. package/include/jconfig.h +37 -14
  11. package/include/jerror.h +47 -42
  12. package/include/jmorecfg.h +21 -18
  13. package/include/jpeglib.h +216 -132
  14. package/include/librsvg-2.0/librsvg/rsvg-version.h +2 -2
  15. package/include/libxml2/libxml/HTMLparser.h +159 -101
  16. package/include/libxml2/libxml/HTMLtree.h +49 -74
  17. package/include/libxml2/libxml/SAX.h +8 -5
  18. package/include/libxml2/libxml/SAX2.h +18 -15
  19. package/include/libxml2/libxml/c14n.h +30 -29
  20. package/include/libxml2/libxml/catalog.h +47 -22
  21. package/include/libxml2/libxml/chvalid.h +52 -64
  22. package/include/libxml2/libxml/debugXML.h +18 -15
  23. package/include/libxml2/libxml/dict.h +22 -19
  24. package/include/libxml2/libxml/encoding.h +144 -111
  25. package/include/libxml2/libxml/entities.h +95 -75
  26. package/include/libxml2/libxml/globals.h +7 -4
  27. package/include/libxml2/libxml/hash.h +61 -64
  28. package/include/libxml2/libxml/list.h +59 -51
  29. package/include/libxml2/libxml/nanoftp.h +7 -4
  30. package/include/libxml2/libxml/nanohttp.h +10 -7
  31. package/include/libxml2/libxml/parser.h +1091 -563
  32. package/include/libxml2/libxml/parserInternals.h +167 -214
  33. package/include/libxml2/libxml/pattern.h +29 -31
  34. package/include/libxml2/libxml/relaxng.h +59 -58
  35. package/include/libxml2/libxml/schemasInternals.h +114 -268
  36. package/include/libxml2/libxml/schematron.h +59 -51
  37. package/include/libxml2/libxml/threads.h +19 -20
  38. package/include/libxml2/libxml/tree.h +873 -623
  39. package/include/libxml2/libxml/uri.h +21 -22
  40. package/include/libxml2/libxml/valid.h +169 -199
  41. package/include/libxml2/libxml/xinclude.h +24 -43
  42. package/include/libxml2/libxml/xlink.h +55 -51
  43. package/include/libxml2/libxml/xmlIO.h +127 -145
  44. package/include/libxml2/libxml/xmlautomata.h +66 -65
  45. package/include/libxml2/libxml/xmlerror.h +197 -94
  46. package/include/libxml2/libxml/xmlexports.h +20 -18
  47. package/include/libxml2/libxml/xmlmemory.h +44 -29
  48. package/include/libxml2/libxml/xmlmodule.h +14 -15
  49. package/include/libxml2/libxml/xmlreader.h +137 -131
  50. package/include/libxml2/libxml/xmlregexp.h +28 -31
  51. package/include/libxml2/libxml/xmlsave.h +81 -36
  52. package/include/libxml2/libxml/xmlschemas.h +61 -67
  53. package/include/libxml2/libxml/xmlschemastypes.h +60 -54
  54. package/include/libxml2/libxml/xmlstring.h +8 -9
  55. package/include/libxml2/libxml/xmlunicode.h +6 -3
  56. package/include/libxml2/libxml/xmlversion.h +44 -121
  57. package/include/libxml2/libxml/xmlwriter.h +97 -97
  58. package/include/libxml2/libxml/xpath.h +235 -232
  59. package/include/libxml2/libxml/xpathInternals.h +247 -277
  60. package/include/libxml2/libxml/xpointer.h +21 -17
  61. package/include/tiff.h +1 -0
  62. package/include/tiffconf.h +1 -1
  63. package/include/tiffio.h +23 -5
  64. package/include/tiffvers.h +4 -4
  65. package/include/vips/version.h +4 -4
  66. package/package.json +1 -1
  67. package/versions.json +9 -9
package/include/archive.h CHANGED
@@ -34,7 +34,7 @@
34
34
  * assert that ARCHIVE_VERSION_NUMBER >= 2012108.
35
35
  */
36
36
  /* Note: Compiler will complain if this does not match archive_entry.h! */
37
- #define ARCHIVE_VERSION_NUMBER 3008001
37
+ #define ARCHIVE_VERSION_NUMBER 3008002
38
38
 
39
39
  #include <sys/stat.h>
40
40
  #include <stddef.h> /* for wchar_t */
@@ -177,7 +177,7 @@ __LA_DECL int archive_version_number(void);
177
177
  /*
178
178
  * Textual name/version of the library, useful for version displays.
179
179
  */
180
- #define ARCHIVE_VERSION_ONLY_STRING "3.8.1"
180
+ #define ARCHIVE_VERSION_ONLY_STRING "3.8.2"
181
181
  #define ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
182
182
  __LA_DECL const char * archive_version_string(void);
183
183
 
@@ -28,7 +28,7 @@
28
28
  #define ARCHIVE_ENTRY_H_INCLUDED
29
29
 
30
30
  /* Note: Compiler will complain if this does not match archive.h! */
31
- #define ARCHIVE_VERSION_NUMBER 3008001
31
+ #define ARCHIVE_VERSION_NUMBER 3008002
32
32
 
33
33
  /*
34
34
  * Note: archive_entry.h is for use outside of libarchive; the
package/include/expat.h CHANGED
@@ -19,6 +19,7 @@
19
19
  Copyright (c) 2023 Hanno Böck <hanno@gentoo.org>
20
20
  Copyright (c) 2023 Sony Corporation / Snild Dolkow <snild@sony.com>
21
21
  Copyright (c) 2024 Taichi Haradaguchi <20001722@ymail.ne.jp>
22
+ Copyright (c) 2025 Matthew Fernandez <matthew.fernandez@gmail.com>
22
23
  Licensed under the MIT license:
23
24
 
24
25
  Permission is hereby granted, free of charge, to any person obtaining
@@ -42,21 +43,21 @@
42
43
  */
43
44
 
44
45
  #ifndef Expat_INCLUDED
45
- #define Expat_INCLUDED 1
46
+ # define Expat_INCLUDED 1
46
47
 
47
- #include <stdlib.h>
48
- #include "expat_external.h"
48
+ # include <stdlib.h>
49
+ # include "expat_external.h"
49
50
 
50
- #ifdef __cplusplus
51
+ # ifdef __cplusplus
51
52
  extern "C" {
52
- #endif
53
+ # endif
53
54
 
54
55
  struct XML_ParserStruct;
55
56
  typedef struct XML_ParserStruct *XML_Parser;
56
57
 
57
58
  typedef unsigned char XML_Bool;
58
- #define XML_TRUE ((XML_Bool)1)
59
- #define XML_FALSE ((XML_Bool)0)
59
+ # define XML_TRUE ((XML_Bool)1)
60
+ # define XML_FALSE ((XML_Bool)0)
60
61
 
61
62
  /* The XML_Status enum gives the possible return values for several
62
63
  API functions. The preprocessor #defines are included so this
@@ -73,11 +74,11 @@ typedef unsigned char XML_Bool;
73
74
  */
74
75
  enum XML_Status {
75
76
  XML_STATUS_ERROR = 0,
76
- #define XML_STATUS_ERROR XML_STATUS_ERROR
77
+ # define XML_STATUS_ERROR XML_STATUS_ERROR
77
78
  XML_STATUS_OK = 1,
78
- #define XML_STATUS_OK XML_STATUS_OK
79
+ # define XML_STATUS_OK XML_STATUS_OK
79
80
  XML_STATUS_SUSPENDED = 2
80
- #define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED
81
+ # define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED
81
82
  };
82
83
 
83
84
  enum XML_Error {
@@ -276,7 +277,7 @@ XML_ParserCreate_MM(const XML_Char *encoding,
276
277
 
277
278
  /* Prepare a parser object to be reused. This is particularly
278
279
  valuable when memory allocation overhead is disproportionately high,
279
- such as when a large number of small documnents need to be parsed.
280
+ such as when a large number of small documents need to be parsed.
280
281
  All handlers are cleared from the parser, except for the
281
282
  unknownEncodingHandler. The parser's external state is re-initialized
282
283
  except for the values of ns and ns_triplets.
@@ -680,7 +681,7 @@ XMLPARSEAPI(void)
680
681
  XML_SetUserData(XML_Parser parser, void *userData);
681
682
 
682
683
  /* Returns the last value set by XML_SetUserData or NULL. */
683
- #define XML_GetUserData(parser) (*(void **)(parser))
684
+ # define XML_GetUserData(parser) (*(void **)(parser))
684
685
 
685
686
  /* This is equivalent to supplying an encoding argument to
686
687
  XML_ParserCreate. On success XML_SetEncoding returns non-zero,
@@ -752,7 +753,7 @@ XML_GetSpecifiedAttributeCount(XML_Parser parser);
752
753
  XMLPARSEAPI(int)
753
754
  XML_GetIdAttributeIndex(XML_Parser parser);
754
755
 
755
- #ifdef XML_ATTR_INFO
756
+ # ifdef XML_ATTR_INFO
756
757
  /* Source file byte offsets for the start and end of attribute names and values.
757
758
  The value indices are exclusive of surrounding quotes; thus in a UTF-8 source
758
759
  file an attribute value of "blah" will yield:
@@ -773,7 +774,7 @@ typedef struct {
773
774
  */
774
775
  XMLPARSEAPI(const XML_AttrInfo *)
775
776
  XML_GetAttributeInfo(XML_Parser parser);
776
- #endif
777
+ # endif
777
778
 
778
779
  /* Parses some input. Returns XML_STATUS_ERROR if a fatal error is
779
780
  detected. The last call to XML_Parse must have isFinal true; len
@@ -970,9 +971,9 @@ XMLPARSEAPI(const char *)
970
971
  XML_GetInputContext(XML_Parser parser, int *offset, int *size);
971
972
 
972
973
  /* For backwards compatibility with previous versions. */
973
- #define XML_GetErrorLineNumber XML_GetCurrentLineNumber
974
- #define XML_GetErrorColumnNumber XML_GetCurrentColumnNumber
975
- #define XML_GetErrorByteIndex XML_GetCurrentByteIndex
974
+ # define XML_GetErrorLineNumber XML_GetCurrentLineNumber
975
+ # define XML_GetErrorColumnNumber XML_GetCurrentColumnNumber
976
+ # define XML_GetErrorByteIndex XML_GetCurrentByteIndex
976
977
 
977
978
  /* Frees the content model passed to the element declaration handler */
978
979
  XMLPARSEAPI(void)
@@ -1032,7 +1033,10 @@ enum XML_FeatureEnum {
1032
1033
  XML_FEATURE_BILLION_LAUGHS_ATTACK_PROTECTION_MAXIMUM_AMPLIFICATION_DEFAULT,
1033
1034
  XML_FEATURE_BILLION_LAUGHS_ATTACK_PROTECTION_ACTIVATION_THRESHOLD_DEFAULT,
1034
1035
  /* Added in Expat 2.6.0. */
1035
- XML_FEATURE_GE
1036
+ XML_FEATURE_GE,
1037
+ /* Added in Expat 2.7.2. */
1038
+ XML_FEATURE_ALLOC_TRACKER_MAXIMUM_AMPLIFICATION_DEFAULT,
1039
+ XML_FEATURE_ALLOC_TRACKER_ACTIVATION_THRESHOLD_DEFAULT,
1036
1040
  /* Additional features must be added to the end of this enum. */
1037
1041
  };
1038
1042
 
@@ -1045,7 +1049,7 @@ typedef struct {
1045
1049
  XMLPARSEAPI(const XML_Feature *)
1046
1050
  XML_GetFeatureList(void);
1047
1051
 
1048
- #if defined(XML_DTD) || (defined(XML_GE) && XML_GE == 1)
1052
+ # if defined(XML_DTD) || (defined(XML_GE) && XML_GE == 1)
1049
1053
  /* Added in Expat 2.4.0 for XML_DTD defined and
1050
1054
  * added in Expat 2.6.0 for XML_GE == 1. */
1051
1055
  XMLPARSEAPI(XML_Bool)
@@ -1057,7 +1061,17 @@ XML_SetBillionLaughsAttackProtectionMaximumAmplification(
1057
1061
  XMLPARSEAPI(XML_Bool)
1058
1062
  XML_SetBillionLaughsAttackProtectionActivationThreshold(
1059
1063
  XML_Parser parser, unsigned long long activationThresholdBytes);
1060
- #endif
1064
+
1065
+ /* Added in Expat 2.7.2. */
1066
+ XMLPARSEAPI(XML_Bool)
1067
+ XML_SetAllocTrackerMaximumAmplification(XML_Parser parser,
1068
+ float maximumAmplificationFactor);
1069
+
1070
+ /* Added in Expat 2.7.2. */
1071
+ XMLPARSEAPI(XML_Bool)
1072
+ XML_SetAllocTrackerActivationThreshold(
1073
+ XML_Parser parser, unsigned long long activationThresholdBytes);
1074
+ # endif
1061
1075
 
1062
1076
  /* Added in Expat 2.6.0. */
1063
1077
  XMLPARSEAPI(XML_Bool)
@@ -1066,12 +1080,12 @@ XML_SetReparseDeferralEnabled(XML_Parser parser, XML_Bool enabled);
1066
1080
  /* Expat follows the semantic versioning convention.
1067
1081
  See https://semver.org
1068
1082
  */
1069
- #define XML_MAJOR_VERSION 2
1070
- #define XML_MINOR_VERSION 7
1071
- #define XML_MICRO_VERSION 1
1083
+ # define XML_MAJOR_VERSION 2
1084
+ # define XML_MINOR_VERSION 7
1085
+ # define XML_MICRO_VERSION 3
1072
1086
 
1073
- #ifdef __cplusplus
1087
+ # ifdef __cplusplus
1074
1088
  }
1075
- #endif
1089
+ # endif
1076
1090
 
1077
1091
  #endif /* not Expat_INCLUDED */
@@ -25,7 +25,7 @@
25
25
  /* Define to 1 if you have the <fcntl.h> header file. */
26
26
  #define HAVE_FCNTL_H 1
27
27
 
28
- /* Define to 1 if you have the `getpagesize' function. */
28
+ /* Define to 1 if you have the 'getpagesize' function. */
29
29
  #define HAVE_GETPAGESIZE 1
30
30
 
31
31
  /* Define to 1 if you have the `getrandom' function. */
@@ -34,10 +34,10 @@
34
34
  /* Define to 1 if you have the <inttypes.h> header file. */
35
35
  #define HAVE_INTTYPES_H 1
36
36
 
37
- /* Define to 1 if you have the `bsd' library (-lbsd). */
37
+ /* Define to 1 if you have the 'bsd' library (-lbsd). */
38
38
  /* #undef HAVE_LIBBSD */
39
39
 
40
- /* Define to 1 if you have a working `mmap' system call. */
40
+ /* Define to 1 if you have a working 'mmap' system call. */
41
41
  #define HAVE_MMAP 1
42
42
 
43
43
  /* Define to 1 if you have the <stdint.h> header file. */
@@ -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.7.1"
86
+ #define PACKAGE_STRING "expat 2.7.3"
87
87
 
88
88
  /* Define to the one symbol short name of this package. */
89
89
  #define PACKAGE_TARNAME "expat"
@@ -92,15 +92,15 @@
92
92
  #define PACKAGE_URL ""
93
93
 
94
94
  /* Define to the version of this package. */
95
- #define PACKAGE_VERSION "2.7.1"
95
+ #define PACKAGE_VERSION "2.7.3"
96
96
 
97
- /* Define to 1 if all of the C90 standard headers exist (not just the ones
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
99
99
  backward compatibility; new code need not use it. */
100
100
  #define STDC_HEADERS 1
101
101
 
102
102
  /* Version number of package */
103
- #define VERSION "2.7.1"
103
+ #define VERSION "2.7.3"
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). */
@@ -134,10 +134,10 @@
134
134
  /* Define to make XML Namespaces functionality available. */
135
135
  #define XML_NS 1
136
136
 
137
- /* Define to empty if `const' does not conform to ANSI C. */
137
+ /* Define to empty if 'const' does not conform to ANSI C. */
138
138
  /* #undef const */
139
139
 
140
- /* Define to `long int' if <sys/types.h> does not define. */
140
+ /* Define to 'long int' if <sys/types.h> does not define. */
141
141
  /* #undef off_t */
142
142
 
143
143
  #endif // ndef EXPAT_CONFIG_H
@@ -38,7 +38,7 @@
38
38
  */
39
39
 
40
40
  #ifndef Expat_External_INCLUDED
41
- #define Expat_External_INCLUDED 1
41
+ # define Expat_External_INCLUDED 1
42
42
 
43
43
  /* External API definitions */
44
44
 
@@ -64,12 +64,12 @@
64
64
  compiled with the cdecl calling convention as the default since
65
65
  system headers may assume the cdecl convention.
66
66
  */
67
- #ifndef XMLCALL
68
- # if defined(_MSC_VER)
69
- # define XMLCALL __cdecl
70
- # elif defined(__GNUC__) && defined(__i386) && ! defined(__INTEL_COMPILER)
71
- # define XMLCALL __attribute__((cdecl))
72
- # else
67
+ # ifndef XMLCALL
68
+ # if defined(_MSC_VER)
69
+ # define XMLCALL __cdecl
70
+ # elif defined(__GNUC__) && defined(__i386) && ! defined(__INTEL_COMPILER)
71
+ # define XMLCALL __attribute__((cdecl))
72
+ # else
73
73
  /* For any platform which uses this definition and supports more than
74
74
  one calling convention, we need to extend this definition to
75
75
  declare the convention used on that platform, if it's possible to
@@ -80,86 +80,87 @@
80
80
  pre-processor and how to specify the same calling convention as the
81
81
  platform's malloc() implementation.
82
82
  */
83
- # define XMLCALL
84
- # endif
85
- #endif /* not defined XMLCALL */
83
+ # define XMLCALL
84
+ # endif
85
+ # endif /* not defined XMLCALL */
86
86
 
87
- #if ! defined(XML_STATIC) && ! defined(XMLIMPORT)
88
- # ifndef XML_BUILDING_EXPAT
87
+ # if ! defined(XML_STATIC) && ! defined(XMLIMPORT)
88
+ # ifndef XML_BUILDING_EXPAT
89
89
  /* using Expat from an application */
90
90
 
91
- # if defined(_MSC_EXTENSIONS) && ! defined(__BEOS__) && ! defined(__CYGWIN__)
92
- # define XMLIMPORT __declspec(dllimport)
91
+ # if defined(_MSC_EXTENSIONS) && ! defined(__BEOS__) \
92
+ && ! defined(__CYGWIN__)
93
+ # define XMLIMPORT __declspec(dllimport)
94
+ # endif
95
+
93
96
  # endif
97
+ # endif /* not defined XML_STATIC */
94
98
 
99
+ # ifndef XML_ENABLE_VISIBILITY
100
+ # define XML_ENABLE_VISIBILITY 0
95
101
  # endif
96
- #endif /* not defined XML_STATIC */
97
-
98
- #ifndef XML_ENABLE_VISIBILITY
99
- # define XML_ENABLE_VISIBILITY 0
100
- #endif
101
102
 
102
- #if ! defined(XMLIMPORT) && XML_ENABLE_VISIBILITY
103
- # define XMLIMPORT __attribute__((visibility("default")))
104
- #endif
103
+ # if ! defined(XMLIMPORT) && XML_ENABLE_VISIBILITY
104
+ # define XMLIMPORT __attribute__((visibility("default")))
105
+ # endif
105
106
 
106
107
  /* If we didn't define it above, define it away: */
107
- #ifndef XMLIMPORT
108
- # define XMLIMPORT
109
- #endif
110
-
111
- #if defined(__GNUC__) \
112
- && (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96))
113
- # define XML_ATTR_MALLOC __attribute__((__malloc__))
114
- #else
115
- # define XML_ATTR_MALLOC
116
- #endif
117
-
118
- #if defined(__GNUC__) \
119
- && ((__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))
120
- # define XML_ATTR_ALLOC_SIZE(x) __attribute__((__alloc_size__(x)))
121
- #else
122
- # define XML_ATTR_ALLOC_SIZE(x)
123
- #endif
124
-
125
- #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL
126
-
127
- #ifdef __cplusplus
128
- extern "C" {
129
- #endif
108
+ # ifndef XMLIMPORT
109
+ # define XMLIMPORT
110
+ # endif
111
+
112
+ # if defined(__GNUC__) \
113
+ && (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96))
114
+ # define XML_ATTR_MALLOC __attribute__((__malloc__))
115
+ # else
116
+ # define XML_ATTR_MALLOC
117
+ # endif
130
118
 
131
- #ifdef XML_UNICODE_WCHAR_T
132
- # ifndef XML_UNICODE
133
- # define XML_UNICODE
119
+ # if defined(__GNUC__) \
120
+ && ((__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))
121
+ # define XML_ATTR_ALLOC_SIZE(x) __attribute__((__alloc_size__(x)))
122
+ # else
123
+ # define XML_ATTR_ALLOC_SIZE(x)
134
124
  # endif
135
- # if defined(__SIZEOF_WCHAR_T__) && (__SIZEOF_WCHAR_T__ != 2)
136
- # error "sizeof(wchar_t) != 2; Need -fshort-wchar for both Expat and libc"
125
+
126
+ # define XMLPARSEAPI(type) XMLIMPORT type XMLCALL
127
+
128
+ # ifdef __cplusplus
129
+ extern "C" {
137
130
  # endif
138
- #endif
139
131
 
140
- #ifdef XML_UNICODE /* Information is UTF-16 encoded. */
141
132
  # ifdef XML_UNICODE_WCHAR_T
133
+ # ifndef XML_UNICODE
134
+ # define XML_UNICODE
135
+ # endif
136
+ # if defined(__SIZEOF_WCHAR_T__) && (__SIZEOF_WCHAR_T__ != 2)
137
+ # error "sizeof(wchar_t) != 2; Need -fshort-wchar for both Expat and libc"
138
+ # endif
139
+ # endif
140
+
141
+ # ifdef XML_UNICODE /* Information is UTF-16 encoded. */
142
+ # ifdef XML_UNICODE_WCHAR_T
142
143
  typedef wchar_t XML_Char;
143
144
  typedef wchar_t XML_LChar;
144
- # else
145
+ # else
145
146
  typedef unsigned short XML_Char;
146
147
  typedef char XML_LChar;
147
- # endif /* XML_UNICODE_WCHAR_T */
148
- #else /* Information is UTF-8 encoded. */
148
+ # endif /* XML_UNICODE_WCHAR_T */
149
+ # else /* Information is UTF-8 encoded. */
149
150
  typedef char XML_Char;
150
151
  typedef char XML_LChar;
151
- #endif /* XML_UNICODE */
152
+ # endif /* XML_UNICODE */
152
153
 
153
- #ifdef XML_LARGE_SIZE /* Use large integers for file/stream positions. */
154
+ # ifdef XML_LARGE_SIZE /* Use large integers for file/stream positions. */
154
155
  typedef long long XML_Index;
155
156
  typedef unsigned long long XML_Size;
156
- #else
157
+ # else
157
158
  typedef long XML_Index;
158
159
  typedef unsigned long XML_Size;
159
- #endif /* XML_LARGE_SIZE */
160
+ # endif /* XML_LARGE_SIZE */
160
161
 
161
- #ifdef __cplusplus
162
+ # ifdef __cplusplus
162
163
  }
163
- #endif
164
+ # endif
164
165
 
165
166
  #endif /* not Expat_External_INCLUDED */
@@ -383,6 +383,12 @@ hb_ot_layout_lookup_get_glyph_alternates (hb_face_t *face,
383
383
  unsigned *alternate_count /* IN/OUT */,
384
384
  hb_codepoint_t *alternate_glyphs /* OUT */);
385
385
 
386
+ HB_EXTERN hb_bool_t
387
+ hb_ot_layout_lookup_collect_glyph_alternates (hb_face_t *face,
388
+ unsigned lookup_index,
389
+ hb_map_t *alternate_count /* IN/OUT */,
390
+ hb_map_t *alternate_glyphs /* IN/OUT */);
391
+
386
392
  HB_EXTERN hb_bool_t
387
393
  hb_ot_layout_lookup_would_substitute (hb_face_t *face,
388
394
  unsigned int lookup_index,
@@ -466,7 +466,7 @@ typedef enum
466
466
  HB_SCRIPT_TULU_TIGALARI = HB_TAG ('T','u','t','g'), /*16.0*/
467
467
 
468
468
  /*
469
- * Since REPLACEME
469
+ * Since 11.5.0
470
470
  */
471
471
  HB_SCRIPT_BERIA_ERFE = HB_TAG ('B','e','r','f'), /*17.0*/
472
472
  HB_SCRIPT_SIDETIC = HB_TAG ('S','i','d','t'), /*17.0*/
@@ -80,6 +80,10 @@ typedef struct hb_subset_plan_t hb_subset_plan_t;
80
80
  * @HB_SUBSET_FLAGS_IFTB_REQUIREMENTS: If set enforce requirements on the output subset
81
81
  * to allow it to be used with incremental font transfer IFTB patches. Primarily,
82
82
  * this forces all outline data to use long (32 bit) offsets. Since: EXPERIMENTAL
83
+ * @HB_SUBSET_FLAGS_RETAIN_NUM_GLYPHS: If this flag is set along side
84
+ * HB_SUBSET_FLAGS_RETAIN_GIDS then the number of glyphs in the font won't
85
+ * be reduced as a result of subsetting. If necessary empty glyphs will be
86
+ * included at the end of the font to keep the number of glyphs unchanged.
83
87
  *
84
88
  * List of boolean properties that can be configured on the subset input.
85
89
  *
@@ -101,6 +105,7 @@ typedef enum { /*< flags >*/
101
105
  HB_SUBSET_FLAGS_NO_BIDI_CLOSURE = 0x00000800u,
102
106
  #ifdef HB_EXPERIMENTAL_API
103
107
  HB_SUBSET_FLAGS_IFTB_REQUIREMENTS = 0x00001000u,
108
+ HB_SUBSET_FLAGS_RETAIN_NUM_GLYPHS = 0x00002000u,
104
109
  #endif
105
110
  } hb_subset_flags_t;
106
111
 
@@ -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 11
44
+ #define HB_VERSION_MAJOR 12
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 5
50
+ #define HB_VERSION_MINOR 1
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 "11.5.0"
63
+ #define HB_VERSION_STRING "12.1.0"
64
64
 
65
65
  /**
66
66
  * HB_VERSION_ATLEAST:
package/include/jconfig.h CHANGED
@@ -4,34 +4,57 @@
4
4
  #define JPEG_LIB_VERSION 80
5
5
 
6
6
  /* libjpeg-turbo version */
7
- #define LIBJPEG_TURBO_VERSION 4.1.5
7
+ #define LIBJPEG_TURBO_VERSION 5.0.0
8
8
 
9
9
  /* libjpeg-turbo version in integer form */
10
- #define LIBJPEG_TURBO_VERSION_NUMBER 4001005
10
+ #define LIBJPEG_TURBO_VERSION_NUMBER 5000000
11
11
 
12
- /* Support arithmetic encoding */
12
+ /* Support arithmetic encoding when using 8-bit samples */
13
13
  #define C_ARITH_CODING_SUPPORTED 1
14
14
 
15
- /* Support arithmetic decoding */
15
+ /* Support arithmetic decoding when using 8-bit samples */
16
16
  #define D_ARITH_CODING_SUPPORTED 1
17
17
 
18
18
  /* Support in-memory source/destination managers */
19
- /* #undef MEM_SRCDST_SUPPORTED */
19
+ #define MEM_SRCDST_SUPPORTED 1
20
20
 
21
- /* Use accelerated SIMD routines. */
21
+ /* Use accelerated SIMD routines when using 8-bit samples */
22
22
  #define WITH_SIMD 1
23
23
 
24
- /*
25
- * Define BITS_IN_JSAMPLE as either
26
- * 8 for 8-bit sample values (the usual setting)
27
- * 12 for 12-bit sample values
28
- * Only 8 and 12 are legal data precisions for lossy JPEG according to the
29
- * JPEG standard, and the IJG code does not support anything else!
30
- * We do not support run-time selection of data precision, sorry.
24
+ /* This version of libjpeg-turbo supports run-time selection of data precision,
25
+ * so BITS_IN_JSAMPLE is no longer used to specify the data precision at build
26
+ * time. However, some downstream software expects the macro to be defined.
27
+ * Since 12-bit data precision is an opt-in feature that requires explicitly
28
+ * calling 12-bit-specific libjpeg API functions and using 12-bit-specific data
29
+ * types, the unmodified portion of the libjpeg API still behaves as if it were
30
+ * built for 8-bit precision, and JSAMPLE is still literally an 8-bit data
31
+ * type. Thus, it is correct to define BITS_IN_JSAMPLE to 8 here.
31
32
  */
33
+ #ifndef BITS_IN_JSAMPLE
34
+ #define BITS_IN_JSAMPLE 8
35
+ #endif
32
36
 
33
- #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
37
+ #ifdef _WIN32
38
+
39
+ #undef RIGHT_SHIFT_IS_UNSIGNED
40
+
41
+ /* Define "boolean" as unsigned char, not int, per Windows custom */
42
+ #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
43
+ typedef unsigned char boolean;
44
+ #endif
45
+ #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
46
+
47
+ /* Define "INT32" as int, not long, per Windows custom */
48
+ #if !(defined(_BASETSD_H_) || defined(_BASETSD_H)) /* don't conflict if basetsd.h already read */
49
+ typedef short INT16;
50
+ typedef signed int INT32;
51
+ #endif
52
+ #define XMD_H /* prevent jmorecfg.h from redefining it */
53
+
54
+ #else
34
55
 
35
56
  /* Define if your (broken) compiler shifts signed values as if they were
36
57
  unsigned. */
37
58
  /* #undef RIGHT_SHIFT_IS_UNSIGNED */
59
+
60
+ #endif