@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.
- package/include/archive.h +2 -2
- package/include/archive_entry.h +1 -1
- package/include/expat.h +39 -25
- package/include/expat_config.h +9 -9
- package/include/expat_external.h +62 -61
- package/include/harfbuzz/hb-ot-layout.h +6 -0
- package/include/harfbuzz/hb-script-list.h +1 -1
- package/include/harfbuzz/hb-subset.h +5 -0
- package/include/harfbuzz/hb-version.h +3 -3
- package/include/jconfig.h +37 -14
- package/include/jerror.h +47 -42
- package/include/jmorecfg.h +21 -18
- package/include/jpeglib.h +216 -132
- package/include/librsvg-2.0/librsvg/rsvg-version.h +2 -2
- package/include/libxml2/libxml/HTMLparser.h +159 -101
- package/include/libxml2/libxml/HTMLtree.h +49 -74
- package/include/libxml2/libxml/SAX.h +8 -5
- package/include/libxml2/libxml/SAX2.h +18 -15
- package/include/libxml2/libxml/c14n.h +30 -29
- package/include/libxml2/libxml/catalog.h +47 -22
- package/include/libxml2/libxml/chvalid.h +52 -64
- package/include/libxml2/libxml/debugXML.h +18 -15
- package/include/libxml2/libxml/dict.h +22 -19
- package/include/libxml2/libxml/encoding.h +144 -111
- package/include/libxml2/libxml/entities.h +95 -75
- package/include/libxml2/libxml/globals.h +7 -4
- package/include/libxml2/libxml/hash.h +61 -64
- package/include/libxml2/libxml/list.h +59 -51
- package/include/libxml2/libxml/nanoftp.h +7 -4
- package/include/libxml2/libxml/nanohttp.h +10 -7
- package/include/libxml2/libxml/parser.h +1091 -563
- package/include/libxml2/libxml/parserInternals.h +167 -214
- package/include/libxml2/libxml/pattern.h +29 -31
- package/include/libxml2/libxml/relaxng.h +59 -58
- package/include/libxml2/libxml/schemasInternals.h +114 -268
- package/include/libxml2/libxml/schematron.h +59 -51
- package/include/libxml2/libxml/threads.h +19 -20
- package/include/libxml2/libxml/tree.h +873 -623
- package/include/libxml2/libxml/uri.h +21 -22
- package/include/libxml2/libxml/valid.h +169 -199
- package/include/libxml2/libxml/xinclude.h +24 -43
- package/include/libxml2/libxml/xlink.h +55 -51
- package/include/libxml2/libxml/xmlIO.h +127 -145
- package/include/libxml2/libxml/xmlautomata.h +66 -65
- package/include/libxml2/libxml/xmlerror.h +197 -94
- package/include/libxml2/libxml/xmlexports.h +20 -18
- package/include/libxml2/libxml/xmlmemory.h +44 -29
- package/include/libxml2/libxml/xmlmodule.h +14 -15
- package/include/libxml2/libxml/xmlreader.h +137 -131
- package/include/libxml2/libxml/xmlregexp.h +28 -31
- package/include/libxml2/libxml/xmlsave.h +81 -36
- package/include/libxml2/libxml/xmlschemas.h +61 -67
- package/include/libxml2/libxml/xmlschemastypes.h +60 -54
- package/include/libxml2/libxml/xmlstring.h +8 -9
- package/include/libxml2/libxml/xmlunicode.h +6 -3
- package/include/libxml2/libxml/xmlversion.h +44 -121
- package/include/libxml2/libxml/xmlwriter.h +97 -97
- package/include/libxml2/libxml/xpath.h +235 -232
- package/include/libxml2/libxml/xpathInternals.h +247 -277
- package/include/libxml2/libxml/xpointer.h +21 -17
- package/include/tiff.h +1 -0
- package/include/tiffconf.h +1 -1
- package/include/tiffio.h +23 -5
- package/include/tiffvers.h +4 -4
- package/include/vips/version.h +4 -4
- package/package.json +1 -1
- package/versions.json +9 -9
|
@@ -1,330 +1,253 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
*
|
|
1
|
+
/**
|
|
2
|
+
* @file
|
|
3
|
+
*
|
|
4
|
+
* @brief compile-time version information
|
|
5
|
+
*
|
|
6
|
+
* compile-time version information for the XML library
|
|
4
7
|
*
|
|
5
|
-
*
|
|
8
|
+
* @copyright See Copyright for the status of this software.
|
|
6
9
|
*
|
|
7
|
-
*
|
|
10
|
+
* @author Daniel Veillard
|
|
8
11
|
*/
|
|
9
12
|
|
|
10
13
|
#ifndef __XML_VERSION_H__
|
|
11
14
|
#define __XML_VERSION_H__
|
|
12
15
|
|
|
13
16
|
/**
|
|
14
|
-
* LIBXML_DOTTED_VERSION:
|
|
15
|
-
*
|
|
16
17
|
* the version string like "1.2.3"
|
|
17
18
|
*/
|
|
18
|
-
#define LIBXML_DOTTED_VERSION "2.
|
|
19
|
+
#define LIBXML_DOTTED_VERSION "2.15.1"
|
|
19
20
|
|
|
20
21
|
/**
|
|
21
|
-
* LIBXML_VERSION:
|
|
22
|
-
*
|
|
23
22
|
* the version number: 1.2.3 value is 10203
|
|
24
23
|
*/
|
|
25
|
-
#define LIBXML_VERSION
|
|
24
|
+
#define LIBXML_VERSION 21501
|
|
26
25
|
|
|
27
26
|
/**
|
|
28
|
-
* LIBXML_VERSION_STRING:
|
|
29
|
-
*
|
|
30
27
|
* the version number string, 1.2.3 value is "10203"
|
|
31
28
|
*/
|
|
32
|
-
#define LIBXML_VERSION_STRING "
|
|
29
|
+
#define LIBXML_VERSION_STRING "21501"
|
|
33
30
|
|
|
34
31
|
/**
|
|
35
|
-
* LIBXML_VERSION_EXTRA:
|
|
36
|
-
*
|
|
37
32
|
* extra version information, used to show a git commit description
|
|
38
33
|
*/
|
|
39
34
|
#define LIBXML_VERSION_EXTRA ""
|
|
40
35
|
|
|
41
36
|
/**
|
|
42
|
-
* LIBXML_TEST_VERSION:
|
|
43
|
-
*
|
|
44
37
|
* Macro to check that the libxml version in use is compatible with
|
|
45
38
|
* the version the software has been compiled against
|
|
46
39
|
*/
|
|
47
|
-
#define LIBXML_TEST_VERSION xmlCheckVersion(
|
|
40
|
+
#define LIBXML_TEST_VERSION xmlCheckVersion(21501);
|
|
48
41
|
|
|
42
|
+
#if 0
|
|
49
43
|
/**
|
|
50
|
-
* LIBXML_THREAD_ENABLED:
|
|
51
|
-
*
|
|
52
44
|
* Whether the thread support is configured in
|
|
53
45
|
*/
|
|
54
|
-
#if 0
|
|
55
46
|
#define LIBXML_THREAD_ENABLED
|
|
56
47
|
#endif
|
|
57
48
|
|
|
49
|
+
#if 0
|
|
58
50
|
/**
|
|
59
|
-
* LIBXML_THREAD_ALLOC_ENABLED:
|
|
60
|
-
*
|
|
61
51
|
* Whether the allocation hooks are per-thread
|
|
62
52
|
*/
|
|
63
|
-
#if 0
|
|
64
53
|
#define LIBXML_THREAD_ALLOC_ENABLED
|
|
65
54
|
#endif
|
|
66
55
|
|
|
67
56
|
/**
|
|
68
|
-
* LIBXML_TREE_ENABLED:
|
|
69
|
-
*
|
|
70
57
|
* Always enabled since 2.14.0
|
|
71
58
|
*/
|
|
72
59
|
#define LIBXML_TREE_ENABLED
|
|
73
60
|
|
|
61
|
+
#if 0
|
|
74
62
|
/**
|
|
75
|
-
* LIBXML_OUTPUT_ENABLED:
|
|
76
|
-
*
|
|
77
63
|
* Whether the serialization/saving support is configured in
|
|
78
64
|
*/
|
|
79
|
-
#if 0
|
|
80
65
|
#define LIBXML_OUTPUT_ENABLED
|
|
81
66
|
#endif
|
|
82
67
|
|
|
68
|
+
#if 0
|
|
83
69
|
/**
|
|
84
|
-
* LIBXML_PUSH_ENABLED:
|
|
85
|
-
*
|
|
86
70
|
* Whether the push parsing interfaces are configured in
|
|
87
71
|
*/
|
|
88
|
-
#if 0
|
|
89
72
|
#define LIBXML_PUSH_ENABLED
|
|
90
73
|
#endif
|
|
91
74
|
|
|
75
|
+
#if 0
|
|
92
76
|
/**
|
|
93
|
-
* LIBXML_READER_ENABLED:
|
|
94
|
-
*
|
|
95
77
|
* Whether the xmlReader parsing interface is configured in
|
|
96
78
|
*/
|
|
97
|
-
#if 0
|
|
98
79
|
#define LIBXML_READER_ENABLED
|
|
99
80
|
#endif
|
|
100
81
|
|
|
82
|
+
#if 0
|
|
101
83
|
/**
|
|
102
|
-
* LIBXML_PATTERN_ENABLED:
|
|
103
|
-
*
|
|
104
84
|
* Whether the xmlPattern node selection interface is configured in
|
|
105
85
|
*/
|
|
106
|
-
#if 0
|
|
107
86
|
#define LIBXML_PATTERN_ENABLED
|
|
108
87
|
#endif
|
|
109
88
|
|
|
89
|
+
#if 0
|
|
110
90
|
/**
|
|
111
|
-
* LIBXML_WRITER_ENABLED:
|
|
112
|
-
*
|
|
113
91
|
* Whether the xmlWriter saving interface is configured in
|
|
114
92
|
*/
|
|
115
|
-
#if 0
|
|
116
93
|
#define LIBXML_WRITER_ENABLED
|
|
117
94
|
#endif
|
|
118
95
|
|
|
96
|
+
#if 0
|
|
119
97
|
/**
|
|
120
|
-
* LIBXML_SAX1_ENABLED:
|
|
121
|
-
*
|
|
122
98
|
* Whether the older SAX1 interface is configured in
|
|
123
99
|
*/
|
|
124
|
-
#if 0
|
|
125
100
|
#define LIBXML_SAX1_ENABLED
|
|
126
101
|
#endif
|
|
127
102
|
|
|
103
|
+
#if 0
|
|
128
104
|
/**
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
* Whether the HTTP support is configured in
|
|
105
|
+
* HTTP support was removed in 2.15
|
|
132
106
|
*/
|
|
133
|
-
#
|
|
134
|
-
#define LIBXML_HTTP_ENABLED
|
|
107
|
+
#define LIBXML_HTTP_STUBS_ENABLED
|
|
135
108
|
#endif
|
|
136
109
|
|
|
110
|
+
#if 0
|
|
137
111
|
/**
|
|
138
|
-
* LIBXML_VALID_ENABLED:
|
|
139
|
-
*
|
|
140
112
|
* Whether the DTD validation support is configured in
|
|
141
113
|
*/
|
|
142
|
-
#if 0
|
|
143
114
|
#define LIBXML_VALID_ENABLED
|
|
144
115
|
#endif
|
|
145
116
|
|
|
117
|
+
#if 0
|
|
146
118
|
/**
|
|
147
|
-
* LIBXML_HTML_ENABLED:
|
|
148
|
-
*
|
|
149
119
|
* Whether the HTML support is configured in
|
|
150
120
|
*/
|
|
151
|
-
#if 0
|
|
152
121
|
#define LIBXML_HTML_ENABLED
|
|
153
122
|
#endif
|
|
154
123
|
|
|
155
|
-
|
|
156
|
-
* LIBXML_LEGACY_ENABLED:
|
|
157
|
-
*
|
|
124
|
+
/*
|
|
158
125
|
* Removed in 2.14
|
|
159
126
|
*/
|
|
160
127
|
#undef LIBXML_LEGACY_ENABLED
|
|
161
128
|
|
|
129
|
+
#if 0
|
|
162
130
|
/**
|
|
163
|
-
* LIBXML_C14N_ENABLED:
|
|
164
|
-
*
|
|
165
131
|
* Whether the Canonicalization support is configured in
|
|
166
132
|
*/
|
|
167
|
-
#if 0
|
|
168
133
|
#define LIBXML_C14N_ENABLED
|
|
169
134
|
#endif
|
|
170
135
|
|
|
136
|
+
#if 0
|
|
171
137
|
/**
|
|
172
|
-
* LIBXML_CATALOG_ENABLED:
|
|
173
|
-
*
|
|
174
138
|
* Whether the Catalog support is configured in
|
|
175
139
|
*/
|
|
176
|
-
#if 0
|
|
177
140
|
#define LIBXML_CATALOG_ENABLED
|
|
141
|
+
#define LIBXML_SGML_CATALOG_ENABLED
|
|
178
142
|
#endif
|
|
179
143
|
|
|
144
|
+
#if 0
|
|
180
145
|
/**
|
|
181
|
-
* LIBXML_XPATH_ENABLED:
|
|
182
|
-
*
|
|
183
146
|
* Whether XPath is configured in
|
|
184
147
|
*/
|
|
185
|
-
#if 0
|
|
186
148
|
#define LIBXML_XPATH_ENABLED
|
|
187
149
|
#endif
|
|
188
150
|
|
|
151
|
+
#if 0
|
|
189
152
|
/**
|
|
190
|
-
* LIBXML_XPTR_ENABLED:
|
|
191
|
-
*
|
|
192
153
|
* Whether XPointer is configured in
|
|
193
154
|
*/
|
|
194
|
-
#if 0
|
|
195
155
|
#define LIBXML_XPTR_ENABLED
|
|
196
156
|
#endif
|
|
197
157
|
|
|
158
|
+
#if 0
|
|
198
159
|
/**
|
|
199
|
-
* LIBXML_XINCLUDE_ENABLED:
|
|
200
|
-
*
|
|
201
160
|
* Whether XInclude is configured in
|
|
202
161
|
*/
|
|
203
|
-
#if 0
|
|
204
162
|
#define LIBXML_XINCLUDE_ENABLED
|
|
205
163
|
#endif
|
|
206
164
|
|
|
165
|
+
#if 0
|
|
207
166
|
/**
|
|
208
|
-
* LIBXML_ICONV_ENABLED:
|
|
209
|
-
*
|
|
210
167
|
* Whether iconv support is available
|
|
211
168
|
*/
|
|
212
|
-
#if 0
|
|
213
169
|
#define LIBXML_ICONV_ENABLED
|
|
214
170
|
#endif
|
|
215
171
|
|
|
172
|
+
#if 0
|
|
216
173
|
/**
|
|
217
|
-
* LIBXML_ICU_ENABLED:
|
|
218
|
-
*
|
|
219
174
|
* Whether icu support is available
|
|
220
175
|
*/
|
|
221
|
-
#if 0
|
|
222
176
|
#define LIBXML_ICU_ENABLED
|
|
223
177
|
#endif
|
|
224
178
|
|
|
179
|
+
#if 0
|
|
225
180
|
/**
|
|
226
|
-
* LIBXML_ISO8859X_ENABLED:
|
|
227
|
-
*
|
|
228
181
|
* Whether ISO-8859-* support is made available in case iconv is not
|
|
229
182
|
*/
|
|
230
|
-
#if 0
|
|
231
183
|
#define LIBXML_ISO8859X_ENABLED
|
|
232
184
|
#endif
|
|
233
185
|
|
|
186
|
+
#if 0
|
|
234
187
|
/**
|
|
235
|
-
* LIBXML_DEBUG_ENABLED:
|
|
236
|
-
*
|
|
237
188
|
* Whether Debugging module is configured in
|
|
238
189
|
*/
|
|
239
|
-
#if 0
|
|
240
190
|
#define LIBXML_DEBUG_ENABLED
|
|
241
191
|
#endif
|
|
242
192
|
|
|
243
|
-
|
|
244
|
-
* LIBXML_UNICODE_ENABLED:
|
|
245
|
-
*
|
|
193
|
+
/*
|
|
246
194
|
* Removed in 2.14
|
|
247
195
|
*/
|
|
248
196
|
#undef LIBXML_UNICODE_ENABLED
|
|
249
197
|
|
|
198
|
+
#if 0
|
|
250
199
|
/**
|
|
251
|
-
* LIBXML_REGEXP_ENABLED:
|
|
252
|
-
*
|
|
253
200
|
* Whether the regular expressions interfaces are compiled in
|
|
254
201
|
*/
|
|
255
|
-
#if 0
|
|
256
202
|
#define LIBXML_REGEXP_ENABLED
|
|
257
203
|
#endif
|
|
258
204
|
|
|
205
|
+
#if 0
|
|
259
206
|
/**
|
|
260
|
-
* LIBXML_AUTOMATA_ENABLED:
|
|
261
|
-
*
|
|
262
207
|
* Whether the automata interfaces are compiled in
|
|
263
208
|
*/
|
|
264
|
-
#if 0
|
|
265
209
|
#define LIBXML_AUTOMATA_ENABLED
|
|
266
210
|
#endif
|
|
267
211
|
|
|
212
|
+
#if 0
|
|
268
213
|
/**
|
|
269
|
-
* LIBXML_RELAXNG_ENABLED:
|
|
270
|
-
*
|
|
271
214
|
* Whether the RelaxNG validation interfaces are compiled in
|
|
272
215
|
*/
|
|
273
|
-
#if 0
|
|
274
216
|
#define LIBXML_RELAXNG_ENABLED
|
|
275
217
|
#endif
|
|
276
218
|
|
|
219
|
+
#if 0
|
|
277
220
|
/**
|
|
278
|
-
* LIBXML_SCHEMAS_ENABLED:
|
|
279
|
-
*
|
|
280
221
|
* Whether the Schemas validation interfaces are compiled in
|
|
281
222
|
*/
|
|
282
|
-
#if 0
|
|
283
223
|
#define LIBXML_SCHEMAS_ENABLED
|
|
284
224
|
#endif
|
|
285
225
|
|
|
226
|
+
#if 0
|
|
286
227
|
/**
|
|
287
|
-
* LIBXML_SCHEMATRON_ENABLED:
|
|
288
|
-
*
|
|
289
228
|
* Whether the Schematron validation interfaces are compiled in
|
|
290
229
|
*/
|
|
291
|
-
#if 0
|
|
292
230
|
#define LIBXML_SCHEMATRON_ENABLED
|
|
293
231
|
#endif
|
|
294
232
|
|
|
233
|
+
#if 0
|
|
295
234
|
/**
|
|
296
|
-
* LIBXML_MODULES_ENABLED:
|
|
297
|
-
*
|
|
298
235
|
* Whether the module interfaces are compiled in
|
|
299
236
|
*/
|
|
300
|
-
#if 0
|
|
301
237
|
#define LIBXML_MODULES_ENABLED
|
|
302
238
|
/**
|
|
303
|
-
* LIBXML_MODULE_EXTENSION:
|
|
304
|
-
*
|
|
305
239
|
* the string suffix used by dynamic modules (usually shared libraries)
|
|
306
240
|
*/
|
|
307
241
|
#define LIBXML_MODULE_EXTENSION ".so"
|
|
308
242
|
#endif
|
|
309
243
|
|
|
244
|
+
#if 0
|
|
310
245
|
/**
|
|
311
|
-
* LIBXML_ZLIB_ENABLED:
|
|
312
|
-
*
|
|
313
246
|
* Whether the Zlib support is compiled in
|
|
314
247
|
*/
|
|
315
|
-
#if 0
|
|
316
248
|
#define LIBXML_ZLIB_ENABLED
|
|
317
249
|
#endif
|
|
318
250
|
|
|
319
|
-
/**
|
|
320
|
-
* LIBXML_LZMA_ENABLED:
|
|
321
|
-
*
|
|
322
|
-
* Whether the Lzma support is compiled in
|
|
323
|
-
*/
|
|
324
|
-
#if 0
|
|
325
|
-
#define LIBXML_LZMA_ENABLED
|
|
326
|
-
#endif
|
|
327
|
-
|
|
328
251
|
#include <libxml/xmlexports.h>
|
|
329
252
|
|
|
330
253
|
#endif
|