@img/sharp-libvips-dev 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/README.md +1 -2
  2. package/include/aom/aom_decoder.h +1 -1
  3. package/include/aom/aom_encoder.h +7 -1
  4. package/include/aom/aom_image.h +24 -12
  5. package/include/aom/aom_integer.h +3 -3
  6. package/include/aom/aomcx.h +15 -0
  7. package/include/aom/aomdx.h +5 -2
  8. package/include/archive.h +7 -5
  9. package/include/archive_entry.h +5 -3
  10. package/include/cgif.h +3 -0
  11. package/include/freetype2/freetype/config/ftoption.h +1 -1
  12. package/include/fribidi/fribidi-config.h +2 -2
  13. package/include/fribidi/fribidi-unicode-version.h +3 -3
  14. package/include/glib-2.0/gio/gappinfo.h +40 -25
  15. package/include/glib-2.0/gio/gasyncresult.h +1 -1
  16. package/include/glib-2.0/gio/gconverter.h +5 -0
  17. package/include/glib-2.0/gio/gdbusintrospection.h +1 -1
  18. package/include/glib-2.0/gio/gfile.h +16 -0
  19. package/include/glib-2.0/gio/gio-visibility.h +34 -0
  20. package/include/glib-2.0/gio/gsettings.h +8 -0
  21. package/include/glib-2.0/gio/gvfs.h +2 -2
  22. package/include/glib-2.0/girepository/gi-visibility.h +34 -0
  23. package/include/glib-2.0/glib/gbookmarkfile.h +1 -1
  24. package/include/glib-2.0/glib/giochannel.h +2 -2
  25. package/include/glib-2.0/glib/glib-visibility.h +34 -0
  26. package/include/glib-2.0/glib/gmacros.h +12 -5
  27. package/include/glib-2.0/glib/gmain.h +93 -7
  28. package/include/glib-2.0/glib/gqsort.h +8 -1
  29. package/include/glib-2.0/glib/gstrfuncs.h +0 -12
  30. package/include/glib-2.0/glib/gstrvbuilder.h +3 -0
  31. package/include/glib-2.0/glib/gunicode.h +1 -1
  32. package/include/glib-2.0/glib/gversionmacros.h +9 -0
  33. package/include/glib-2.0/gmodule/gmodule-visibility.h +34 -0
  34. package/include/glib-2.0/gobject/gobject-visibility.h +34 -0
  35. package/include/glib-2.0/gobject/gtype.h +6 -6
  36. package/include/harfbuzz/hb-buffer.h +6 -0
  37. package/include/harfbuzz/hb-common.h +6 -9
  38. package/include/harfbuzz/hb-cplusplus.hh +8 -11
  39. package/include/harfbuzz/hb-subset.h +17 -4
  40. package/include/harfbuzz/hb-version.h +3 -3
  41. package/include/hwy/abort.h +28 -0
  42. package/include/hwy/aligned_allocator.h +48 -1
  43. package/include/hwy/base.h +235 -34
  44. package/include/hwy/detect_compiler_arch.h +84 -10
  45. package/include/hwy/detect_targets.h +95 -29
  46. package/include/hwy/foreach_target.h +12 -1
  47. package/include/hwy/highway.h +205 -50
  48. package/include/hwy/ops/arm_neon-inl.h +841 -99
  49. package/include/hwy/ops/arm_sve-inl.h +413 -141
  50. package/include/hwy/ops/emu128-inl.h +373 -360
  51. package/include/hwy/ops/generic_ops-inl.h +804 -401
  52. package/include/hwy/ops/inside-inl.h +691 -0
  53. package/include/hwy/ops/ppc_vsx-inl.h +456 -166
  54. package/include/hwy/ops/rvv-inl.h +537 -249
  55. package/include/hwy/ops/scalar-inl.h +169 -79
  56. package/include/hwy/ops/set_macros-inl.h +106 -18
  57. package/include/hwy/ops/shared-inl.h +23 -0
  58. package/include/hwy/ops/wasm_128-inl.h +130 -108
  59. package/include/hwy/ops/x86_128-inl.h +1892 -577
  60. package/include/hwy/ops/x86_256-inl.h +625 -184
  61. package/include/hwy/ops/x86_512-inl.h +733 -131
  62. package/include/hwy/targets.h +22 -21
  63. package/include/hwy/timer-inl.h +3 -3
  64. package/include/hwy/timer.h +5 -1
  65. package/include/libheif/heif.h +170 -15
  66. package/include/libheif/heif_items.h +237 -0
  67. package/include/libheif/heif_properties.h +38 -2
  68. package/include/libheif/heif_regions.h +1 -1
  69. package/include/libheif/heif_version.h +2 -2
  70. package/include/libpng16/pnglibconf.h +1 -1
  71. package/include/librsvg-2.0/librsvg/rsvg-cairo.h +1 -1
  72. package/include/librsvg-2.0/librsvg/rsvg-features.h +3 -4
  73. package/include/librsvg-2.0/librsvg/rsvg-pixbuf.h +235 -0
  74. package/include/librsvg-2.0/librsvg/rsvg-version.h +3 -3
  75. package/include/librsvg-2.0/librsvg/rsvg.h +55 -176
  76. package/include/libxml2/libxml/HTMLparser.h +12 -19
  77. package/include/libxml2/libxml/c14n.h +1 -12
  78. package/include/libxml2/libxml/debugXML.h +1 -1
  79. package/include/libxml2/libxml/encoding.h +9 -0
  80. package/include/libxml2/libxml/entities.h +12 -1
  81. package/include/libxml2/libxml/hash.h +19 -0
  82. package/include/libxml2/libxml/list.h +2 -2
  83. package/include/libxml2/libxml/nanohttp.h +17 -0
  84. package/include/libxml2/libxml/parser.h +61 -55
  85. package/include/libxml2/libxml/parserInternals.h +9 -1
  86. package/include/libxml2/libxml/pattern.h +6 -0
  87. package/include/libxml2/libxml/tree.h +32 -12
  88. package/include/libxml2/libxml/uri.h +11 -0
  89. package/include/libxml2/libxml/valid.h +29 -2
  90. package/include/libxml2/libxml/xinclude.h +7 -0
  91. package/include/libxml2/libxml/xmlIO.h +21 -4
  92. package/include/libxml2/libxml/xmlerror.h +14 -0
  93. package/include/libxml2/libxml/xmlexports.h +111 -15
  94. package/include/libxml2/libxml/xmlmemory.h +8 -45
  95. package/include/libxml2/libxml/xmlreader.h +2 -0
  96. package/include/libxml2/libxml/xmlsave.h +5 -0
  97. package/include/libxml2/libxml/xmlunicode.h +165 -1
  98. package/include/libxml2/libxml/xmlversion.h +15 -179
  99. package/include/libxml2/libxml/xmlwriter.h +1 -0
  100. package/include/libxml2/libxml/xpath.h +4 -0
  101. package/include/pango-1.0/pango/pango-features.h +3 -3
  102. package/include/pango-1.0/pango/pango-item.h +4 -2
  103. package/include/pango-1.0/pango/pango-version-macros.h +25 -0
  104. package/include/pango-1.0/pango/pangofc-font.h +2 -1
  105. package/include/pnglibconf.h +1 -1
  106. package/include/vips/util.h +1 -2
  107. package/include/vips/version.h +4 -4
  108. package/include/webp/decode.h +58 -56
  109. package/include/webp/demux.h +25 -21
  110. package/include/webp/encode.h +44 -39
  111. package/include/webp/mux.h +76 -15
  112. package/include/webp/mux_types.h +2 -1
  113. package/include/webp/sharpyuv/sharpyuv.h +77 -8
  114. package/include/webp/types.h +29 -8
  115. package/include/zconf.h +1 -1
  116. package/include/zlib.h +12 -12
  117. package/package.json +1 -1
  118. package/versions.json +14 -15
@@ -10,40 +10,26 @@
10
10
  #ifndef __XML_VERSION_H__
11
11
  #define __XML_VERSION_H__
12
12
 
13
- #include <libxml/xmlexports.h>
14
-
15
- #ifdef __cplusplus
16
- extern "C" {
17
- #endif
18
-
19
- /*
20
- * use those to be sure nothing nasty will happen if
21
- * your library and includes mismatch
22
- */
23
- #ifndef LIBXML2_COMPILING_MSCCDEF
24
- XMLPUBFUN void xmlCheckVersion(int version);
25
- #endif /* LIBXML2_COMPILING_MSCCDEF */
26
-
27
13
  /**
28
14
  * LIBXML_DOTTED_VERSION:
29
15
  *
30
16
  * the version string like "1.2.3"
31
17
  */
32
- #define LIBXML_DOTTED_VERSION "2.12.6"
18
+ #define LIBXML_DOTTED_VERSION "2.13.3"
33
19
 
34
20
  /**
35
21
  * LIBXML_VERSION:
36
22
  *
37
23
  * the version number: 1.2.3 value is 10203
38
24
  */
39
- #define LIBXML_VERSION 21206
25
+ #define LIBXML_VERSION 21303
40
26
 
41
27
  /**
42
28
  * LIBXML_VERSION_STRING:
43
29
  *
44
30
  * the version number string, 1.2.3 value is "10203"
45
31
  */
46
- #define LIBXML_VERSION_STRING "21206"
32
+ #define LIBXML_VERSION_STRING "21303"
47
33
 
48
34
  /**
49
35
  * LIBXML_VERSION_EXTRA:
@@ -58,32 +44,7 @@ XMLPUBFUN void xmlCheckVersion(int version);
58
44
  * Macro to check that the libxml version in use is compatible with
59
45
  * the version the software has been compiled against
60
46
  */
61
- #define LIBXML_TEST_VERSION xmlCheckVersion(21206);
62
-
63
- #ifndef VMS
64
- #if 0
65
- /**
66
- * WITH_TRIO:
67
- *
68
- * defined if the trio support need to be configured in
69
- */
70
- #define WITH_TRIO
71
- #else
72
- /**
73
- * WITHOUT_TRIO:
74
- *
75
- * defined if the trio support should not be configured in
76
- */
77
- #define WITHOUT_TRIO
78
- #endif
79
- #else /* VMS */
80
- /**
81
- * WITH_TRIO:
82
- *
83
- * defined if the trio support need to be configured in
84
- */
85
- #define WITH_TRIO 1
86
- #endif /* VMS */
47
+ #define LIBXML_TEST_VERSION xmlCheckVersion(21303);
87
48
 
88
49
  /**
89
50
  * LIBXML_THREAD_ENABLED:
@@ -108,7 +69,7 @@ XMLPUBFUN void xmlCheckVersion(int version);
108
69
  *
109
70
  * Whether the DOM like tree manipulation API support is configured in
110
71
  */
111
- #if 1
72
+ #if 0
112
73
  #define LIBXML_TREE_ENABLED
113
74
  #endif
114
75
 
@@ -117,7 +78,7 @@ XMLPUBFUN void xmlCheckVersion(int version);
117
78
  *
118
79
  * Whether the serialization/saving support is configured in
119
80
  */
120
- #if 1
81
+ #if 0
121
82
  #define LIBXML_OUTPUT_ENABLED
122
83
  #endif
123
84
 
@@ -126,7 +87,7 @@ XMLPUBFUN void xmlCheckVersion(int version);
126
87
  *
127
88
  * Whether the push parsing interfaces are configured in
128
89
  */
129
- #if 1
90
+ #if 0
130
91
  #define LIBXML_PUSH_ENABLED
131
92
  #endif
132
93
 
@@ -135,7 +96,7 @@ XMLPUBFUN void xmlCheckVersion(int version);
135
96
  *
136
97
  * Whether the xmlReader parsing interface is configured in
137
98
  */
138
- #if 1
99
+ #if 0
139
100
  #define LIBXML_READER_ENABLED
140
101
  #endif
141
102
 
@@ -153,7 +114,7 @@ XMLPUBFUN void xmlCheckVersion(int version);
153
114
  *
154
115
  * Whether the xmlWriter saving interface is configured in
155
116
  */
156
- #if 1
117
+ #if 0
157
118
  #define LIBXML_WRITER_ENABLED
158
119
  #endif
159
120
 
@@ -180,7 +141,7 @@ XMLPUBFUN void xmlCheckVersion(int version);
180
141
  *
181
142
  * Whether the HTTP support is configured in
182
143
  */
183
- #if 1
144
+ #if 0
184
145
  #define LIBXML_HTTP_ENABLED
185
146
  #endif
186
147
 
@@ -189,7 +150,7 @@ XMLPUBFUN void xmlCheckVersion(int version);
189
150
  *
190
151
  * Whether the DTD validation support is configured in
191
152
  */
192
- #if 1
153
+ #if 0
193
154
  #define LIBXML_VALID_ENABLED
194
155
  #endif
195
156
 
@@ -301,24 +262,6 @@ XMLPUBFUN void xmlCheckVersion(int version);
301
262
  #define LIBXML_DEBUG_ENABLED
302
263
  #endif
303
264
 
304
- /**
305
- * DEBUG_MEMORY_LOCATION:
306
- *
307
- * Whether the memory debugging is configured in
308
- */
309
- #if 0
310
- #define DEBUG_MEMORY_LOCATION
311
- #endif
312
-
313
- /**
314
- * LIBXML_DEBUG_RUNTIME:
315
- *
316
- * Removed
317
- */
318
- #if 0
319
- #define LIBXML_DEBUG_RUNTIME
320
- #endif
321
-
322
265
  /**
323
266
  * LIBXML_UNICODE_ENABLED:
324
267
  *
@@ -346,17 +289,6 @@ XMLPUBFUN void xmlCheckVersion(int version);
346
289
  #define LIBXML_AUTOMATA_ENABLED
347
290
  #endif
348
291
 
349
- /**
350
- * LIBXML_EXPR_ENABLED:
351
- *
352
- * Whether the formal expressions interfaces are compiled in
353
- *
354
- * This code is unused and disabled unconditionally for now.
355
- */
356
- #if 0
357
- #define LIBXML_EXPR_ENABLED
358
- #endif
359
-
360
292
  /**
361
293
  * LIBXML_SCHEMAS_ENABLED:
362
294
  *
@@ -387,7 +319,7 @@ XMLPUBFUN void xmlCheckVersion(int version);
387
319
  *
388
320
  * the string suffix used by dynamic modules (usually shared libraries)
389
321
  */
390
- #define LIBXML_MODULE_EXTENSION ""
322
+ #define LIBXML_MODULE_EXTENSION ".so"
391
323
  #endif
392
324
 
393
325
  /**
@@ -395,7 +327,7 @@ XMLPUBFUN void xmlCheckVersion(int version);
395
327
  *
396
328
  * Whether the Zlib support is compiled in
397
329
  */
398
- #if 1
330
+ #if 0
399
331
  #define LIBXML_ZLIB_ENABLED
400
332
  #endif
401
333
 
@@ -408,104 +340,8 @@ XMLPUBFUN void xmlCheckVersion(int version);
408
340
  #define LIBXML_LZMA_ENABLED
409
341
  #endif
410
342
 
411
- #ifdef __GNUC__
412
- /** DOC_DISABLE */
413
-
414
- #ifndef ATTRIBUTE_UNUSED
415
- # if ((__GNUC__ > 2) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 7)))
416
- # define ATTRIBUTE_UNUSED __attribute__((unused))
417
- # else
418
- # define ATTRIBUTE_UNUSED
419
- # endif
420
- #endif
421
-
422
- #ifndef LIBXML_ATTR_ALLOC_SIZE
423
- # if (!defined(__clang__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 3))))
424
- # define LIBXML_ATTR_ALLOC_SIZE(x) __attribute__((alloc_size(x)))
425
- # else
426
- # define LIBXML_ATTR_ALLOC_SIZE(x)
427
- # endif
428
- #else
429
- # define LIBXML_ATTR_ALLOC_SIZE(x)
430
- #endif
431
-
432
- #ifndef LIBXML_ATTR_FORMAT
433
- # if ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)))
434
- # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
435
- # else
436
- # define LIBXML_ATTR_FORMAT(fmt,args)
437
- # endif
438
- #else
439
- # define LIBXML_ATTR_FORMAT(fmt,args)
440
- #endif
441
-
442
- #ifndef XML_DEPRECATED
443
- # if defined (IN_LIBXML) || (__GNUC__ * 100 + __GNUC_MINOR__ < 301)
444
- # define XML_DEPRECATED
445
- /* Available since at least GCC 3.1 */
446
- # else
447
- # define XML_DEPRECATED __attribute__((deprecated))
448
- # endif
449
- #endif
450
-
451
- #if defined(__clang__) || (__GNUC__ * 100 + __GNUC_MINOR__ >= 406)
452
- #if defined(__clang__) || (__GNUC__ * 100 + __GNUC_MINOR__ >= 800)
453
- #define XML_IGNORE_FPTR_CAST_WARNINGS \
454
- _Pragma("GCC diagnostic push") \
455
- _Pragma("GCC diagnostic ignored \"-Wpedantic\"") \
456
- _Pragma("GCC diagnostic ignored \"-Wcast-function-type\"")
457
- #else
458
- #define XML_IGNORE_FPTR_CAST_WARNINGS \
459
- _Pragma("GCC diagnostic push") \
460
- _Pragma("GCC diagnostic ignored \"-Wpedantic\"")
461
- #endif
462
- #define XML_POP_WARNINGS \
463
- _Pragma("GCC diagnostic pop")
464
- #else
465
- #define XML_IGNORE_FPTR_CAST_WARNINGS
466
- #define XML_POP_WARNINGS
467
- #endif
468
-
469
- #else /* ! __GNUC__ */
470
- #define ATTRIBUTE_UNUSED
471
- #define LIBXML_ATTR_ALLOC_SIZE(x)
472
- #define LIBXML_ATTR_FORMAT(fmt,args)
473
- #ifndef XML_DEPRECATED
474
- # if defined (IN_LIBXML) || !defined (_MSC_VER)
475
- # define XML_DEPRECATED
476
- /* Available since Visual Studio 2005 */
477
- # elif defined (_MSC_VER) && (_MSC_VER >= 1400)
478
- # define XML_DEPRECATED __declspec(deprecated)
479
- # endif
480
- #endif
481
- #if defined (_MSC_VER) && (_MSC_VER >= 1400)
482
- # define XML_IGNORE_FPTR_CAST_WARNINGS __pragma(warning(push))
483
- #else
484
- # define XML_IGNORE_FPTR_CAST_WARNINGS
485
- #endif
486
- #ifndef XML_POP_WARNINGS
487
- # if defined (_MSC_VER) && (_MSC_VER >= 1400)
488
- # define XML_POP_WARNINGS __pragma(warning(pop))
489
- # else
490
- # define XML_POP_WARNINGS
491
- # endif
492
- #endif
493
- #endif /* __GNUC__ */
494
-
495
- #define XML_NO_ATTR
496
-
497
- #ifdef LIBXML_THREAD_ENABLED
498
- #define XML_DECLARE_GLOBAL(name, type, attrs) \
499
- attrs XMLPUBFUN type *__##name(void);
500
- #define XML_GLOBAL_MACRO(name) (*__##name())
501
- #else
502
- #define XML_DECLARE_GLOBAL(name, type, attrs) \
503
- attrs XMLPUBVAR type name;
504
- #endif
505
-
506
- #ifdef __cplusplus
507
- }
508
- #endif /* __cplusplus */
343
+ #include <libxml/xmlexports.h>
344
+
509
345
  #endif
510
346
 
511
347
 
@@ -478,6 +478,7 @@ extern "C" {
478
478
  * misc
479
479
  */
480
480
  XMLPUBFUN int xmlTextWriterFlush(xmlTextWriterPtr writer);
481
+ XMLPUBFUN int xmlTextWriterClose(xmlTextWriterPtr writer);
481
482
 
482
483
  #ifdef __cplusplus
483
484
  }
@@ -515,6 +515,10 @@ XMLPUBFUN xmlXPathContextPtr
515
515
  xmlXPathNewContext (xmlDocPtr doc);
516
516
  XMLPUBFUN void
517
517
  xmlXPathFreeContext (xmlXPathContextPtr ctxt);
518
+ XMLPUBFUN void
519
+ xmlXPathSetErrorHandler(xmlXPathContextPtr ctxt,
520
+ xmlStructuredErrorFunc handler,
521
+ void *context);
518
522
  XMLPUBFUN int
519
523
  xmlXPathContextSetCache(xmlXPathContextPtr ctxt,
520
524
  int active,
@@ -2,9 +2,9 @@
2
2
  #define PANGO_FEATURES_H
3
3
 
4
4
  #define PANGO_VERSION_MAJOR 1
5
- #define PANGO_VERSION_MINOR 52
6
- #define PANGO_VERSION_MICRO 1
5
+ #define PANGO_VERSION_MINOR 54
6
+ #define PANGO_VERSION_MICRO 0
7
7
 
8
- #define PANGO_VERSION_STRING "1.52.1"
8
+ #define PANGO_VERSION_STRING "1.54.0"
9
9
 
10
10
  #endif /* PANGO_FEATURES_H */
@@ -100,7 +100,6 @@ struct _PangoAnalysis
100
100
  * @offset: byte offset of the start of this item in text.
101
101
  * @length: length of this item in bytes.
102
102
  * @num_chars: number of Unicode characters in the item.
103
- * @char_offset: character offset of the start of this item in text. Since 1.50
104
103
  * @analysis: analysis results for the item.
105
104
  *
106
105
  * The `PangoItem` structure stores information about a segment of text.
@@ -128,6 +127,10 @@ PangoItem * pango_item_copy (PangoItem *item);
128
127
  PANGO_AVAILABLE_IN_ALL
129
128
  void pango_item_free (PangoItem *item);
130
129
 
130
+
131
+ PANGO_AVAILABLE_IN_1_54
132
+ int pango_item_get_char_offset (PangoItem *item);
133
+
131
134
  PANGO_AVAILABLE_IN_ALL
132
135
  PangoItem * pango_item_split (PangoItem *orig,
133
136
  int split_index,
@@ -159,7 +162,6 @@ GList * pango_itemize_with_base_dir (PangoContext *context
159
162
  PangoAttrList *attrs,
160
163
  PangoAttrIterator *cached_iter);
161
164
 
162
-
163
165
  G_END_DECLS
164
166
 
165
167
  #endif /* __PANGO_ITEM_H__ */
@@ -292,6 +292,16 @@
292
292
  */
293
293
  #define PANGO_VERSION_1_52 (G_ENCODE_VERSION (1, 52))
294
294
 
295
+ /**
296
+ * PANGO_VERSION_1_54:
297
+ *
298
+ * A macro that evaluates to the 1.54 version of Pango, in a format
299
+ * that can be used by the C pre-processor.
300
+ *
301
+ * Since: 1.54
302
+ */
303
+ #define PANGO_VERSION_1_54 (G_ENCODE_VERSION (1, 54))
304
+
295
305
  /* evaluates to the current stable version; for development cycles,
296
306
  * this means the next stable target
297
307
  */
@@ -753,4 +763,19 @@
753
763
  # define PANGO_AVAILABLE_IN_1_52 _PANGO_EXTERN
754
764
  #endif
755
765
 
766
+ #if PANGO_VERSION_MIN_REQUIRED >= PANGO_VERSION_1_54
767
+ # define PANGO_DEPRECATED_IN_1_54 PANGO_DEPRECATED
768
+ # define PANGO_DEPRECATED_IN_1_54_FOR(f) PANGO_DEPRECATED_FOR(f)
769
+ #else
770
+ # define PANGO_DEPRECATED_IN_1_54 _PANGO_EXTERN
771
+ # define PANGO_DEPRECATED_IN_1_54_FOR(f) _PANGO_EXTERN
772
+ #endif
773
+
774
+ #if PANGO_VERSION_MAX_ALLOWED < PANGO_VERSION_1_54
775
+ # define PANGO_AVAILABLE_IN_1_54 PANGO_UNAVAILABLE(1, 54)
776
+ #else
777
+ # define PANGO_AVAILABLE_IN_1_54 _PANGO_EXTERN
778
+ #endif
779
+
756
780
  #endif /* __PANGO_VERSION_H__ */
781
+
@@ -73,7 +73,8 @@ struct _PangoFcFont
73
73
  PangoFont parent_instance;
74
74
 
75
75
  FcPattern *font_pattern; /* fully resolved pattern */
76
- PangoFontMap *fontmap; /* associated map */
76
+ PangoFontMap *fontmap; /* associated map (no strong reference is held,
77
+ * but a g_object_add_weak_pointer() guards it) */
77
78
  gpointer priv; /* used internally */
78
79
  PangoMatrix matrix; /* unused */
79
80
  PangoFontDescription *description;
@@ -214,7 +214,7 @@
214
214
  #define PNG_USER_HEIGHT_MAX 1000000
215
215
  #define PNG_USER_WIDTH_MAX 1000000
216
216
  #define PNG_ZBUF_SIZE 8192
217
- #define PNG_ZLIB_VERNUM 0x130f
217
+ #define PNG_ZLIB_VERNUM 0x131f
218
218
  #define PNG_Z_DEFAULT_COMPRESSION (-1)
219
219
  #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0
220
220
  #define PNG_Z_DEFAULT_STRATEGY 1
@@ -335,8 +335,7 @@ int vips__file_write(void *data, size_t size, size_t nmemb, FILE *stream);
335
335
  /* TODO(kleisauke): VIPS_API is required by the magick module.
336
336
  */
337
337
  VIPS_API
338
- gint64 vips__get_bytes(const char *filename,
339
- unsigned char buf[], gint64 len);
338
+ gint64 vips__get_bytes(const char *filename, unsigned char buf[], gint64 len);
340
339
  int vips__fgetc(FILE *fp);
341
340
 
342
341
  GValue *vips__gvalue_ref_string_new(const char *text);
@@ -4,16 +4,16 @@
4
4
  #ifndef VIPS_VERSION_H
5
5
  #define VIPS_VERSION_H
6
6
 
7
- #define VIPS_VERSION "8.15.2"
8
- #define VIPS_VERSION_STRING "8.15.2"
7
+ #define VIPS_VERSION "8.15.3"
8
+ #define VIPS_VERSION_STRING "8.15.3"
9
9
  #define VIPS_MAJOR_VERSION (8)
10
10
  #define VIPS_MINOR_VERSION (15)
11
- #define VIPS_MICRO_VERSION (2)
11
+ #define VIPS_MICRO_VERSION (3)
12
12
 
13
13
  /* The ABI version, as used for library versioning.
14
14
  */
15
15
  #define VIPS_LIBRARY_CURRENT (59)
16
- #define VIPS_LIBRARY_REVISION (2)
16
+ #define VIPS_LIBRARY_REVISION (3)
17
17
  #define VIPS_LIBRARY_AGE (17)
18
18
 
19
19
  #define VIPS_CONFIG "enable debug: false\nenable deprecated: false\nenable modules: false\nenable cplusplus: true\nenable RAD load/save: false\nenable Analyze7 load/save: false\nenable PPM load/save: false\nenable GIF load: true\nuse fftw for FFTs: false\nSIMD support with highway: true\naccelerate loops with ORC: false\nICC profile support with lcms: true\nzlib: true\ntext rendering with pangocairo: true\nfont file support with fontconfig: true\nEXIF metadata support with libexif: true\nJPEG load/save with libjpeg: true\nJXL load/save with libjxl: false (dynamic module: false)\nJPEG2000 load/save with OpenJPEG: false\nPNG load/save with libspng: true\nPNG load/save with libpng: false\nselected quantisation package: imagequant\nTIFF load/save with libtiff: 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: false\nPDF load with poppler-glib: false (dynamic module: false)\nSVG load with librsvg: true\nEXR load with OpenEXR: false\nOpenSlide load: false (dynamic module: false)\nMatlab load with libmatio: false\nNIfTI load/save with niftiio: false\nFITS load/save with cfitsio: false\nGIF save with cgif: true\nselected Magick package: none (dynamic module: false)\nMagick API version: none\nMagick load: false\nMagick save: false"