@img/sharp-libvips-dev 1.2.2-rc.1 → 1.2.2

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 (74) hide show
  1. package/include/aom/aom_decoder.h +1 -1
  2. package/include/aom/aom_encoder.h +2 -0
  3. package/include/aom/aomcx.h +106 -25
  4. package/include/freetype2/freetype/config/ftconfig.h +1 -1
  5. package/include/freetype2/freetype/config/ftheader.h +1 -1
  6. package/include/freetype2/freetype/config/ftoption.h +37 -12
  7. package/include/freetype2/freetype/config/ftstdlib.h +1 -1
  8. package/include/freetype2/freetype/config/integer-types.h +29 -2
  9. package/include/freetype2/freetype/config/mac-support.h +1 -1
  10. package/include/freetype2/freetype/config/public-macros.h +3 -3
  11. package/include/freetype2/freetype/freetype.h +51 -47
  12. package/include/freetype2/freetype/ftadvanc.h +1 -1
  13. package/include/freetype2/freetype/ftbbox.h +1 -1
  14. package/include/freetype2/freetype/ftbdf.h +1 -1
  15. package/include/freetype2/freetype/ftbitmap.h +1 -1
  16. package/include/freetype2/freetype/ftbzip2.h +1 -1
  17. package/include/freetype2/freetype/ftcache.h +1 -1
  18. package/include/freetype2/freetype/ftcid.h +1 -1
  19. package/include/freetype2/freetype/ftcolor.h +13 -4
  20. package/include/freetype2/freetype/ftdriver.h +3 -3
  21. package/include/freetype2/freetype/fterrdef.h +1 -1
  22. package/include/freetype2/freetype/fterrors.h +1 -1
  23. package/include/freetype2/freetype/ftfntfmt.h +1 -1
  24. package/include/freetype2/freetype/ftgasp.h +1 -1
  25. package/include/freetype2/freetype/ftglyph.h +1 -1
  26. package/include/freetype2/freetype/ftgxval.h +1 -1
  27. package/include/freetype2/freetype/ftgzip.h +1 -1
  28. package/include/freetype2/freetype/ftimage.h +6 -2
  29. package/include/freetype2/freetype/ftincrem.h +1 -1
  30. package/include/freetype2/freetype/ftlcdfil.h +1 -1
  31. package/include/freetype2/freetype/ftlist.h +1 -1
  32. package/include/freetype2/freetype/ftlogging.h +184 -0
  33. package/include/freetype2/freetype/ftlzw.h +1 -1
  34. package/include/freetype2/freetype/ftmac.h +1 -1
  35. package/include/freetype2/freetype/ftmm.h +159 -103
  36. package/include/freetype2/freetype/ftmodapi.h +1 -1
  37. package/include/freetype2/freetype/ftmoderr.h +1 -1
  38. package/include/freetype2/freetype/ftotval.h +1 -1
  39. package/include/freetype2/freetype/ftoutln.h +1 -1
  40. package/include/freetype2/freetype/ftparams.h +1 -1
  41. package/include/freetype2/freetype/ftpfr.h +1 -1
  42. package/include/freetype2/freetype/ftrender.h +1 -1
  43. package/include/freetype2/freetype/ftsizes.h +1 -1
  44. package/include/freetype2/freetype/ftsnames.h +1 -1
  45. package/include/freetype2/freetype/ftstroke.h +1 -1
  46. package/include/freetype2/freetype/ftsynth.h +1 -1
  47. package/include/freetype2/freetype/ftsystem.h +1 -1
  48. package/include/freetype2/freetype/fttrigon.h +1 -1
  49. package/include/freetype2/freetype/fttypes.h +1 -1
  50. package/include/freetype2/freetype/ftwinfnt.h +2 -3
  51. package/include/freetype2/freetype/otsvg.h +1 -1
  52. package/include/freetype2/freetype/t1tables.h +1 -1
  53. package/include/freetype2/freetype/ttnameid.h +129 -129
  54. package/include/freetype2/freetype/tttables.h +8 -5
  55. package/include/freetype2/freetype/tttags.h +1 -1
  56. package/include/freetype2/ft2build.h +1 -1
  57. package/include/glib-2.0/gio/gdbuserror.h +9 -8
  58. package/include/glib-2.0/gio/ginetaddress.h +12 -0
  59. package/include/glib-2.0/gio/gioenums.h +9 -2
  60. package/include/glib-2.0/glib/gstring.h +2 -2
  61. package/include/glib-2.0/glib/gunicode.h +1 -1
  62. package/include/glib-2.0/gobject/glib-types.h +1 -1
  63. package/include/glib-2.0/gobject/gparam.h +1 -1
  64. package/include/glib-2.0/gobject/gvalue.h +78 -35
  65. package/include/harfbuzz/hb-script-list.h +12 -0
  66. package/include/harfbuzz/hb-version.h +3 -3
  67. package/include/librsvg-2.0/librsvg/rsvg-version.h +2 -2
  68. package/include/libxml2/libxml/valid.h +0 -3
  69. package/include/libxml2/libxml/xmlerror.h +1 -1
  70. package/include/libxml2/libxml/xmlversion.h +4 -4
  71. package/include/vips/connection.h +4 -4
  72. package/include/vips/version.h +4 -4
  73. package/package.json +1 -1
  74. package/versions.json +8 -8
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Tags for TrueType and OpenType tables (specification only).
6
6
  *
7
- * Copyright (C) 1996-2024 by
7
+ * Copyright (C) 1996-2025 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-2024 by
7
+ * Copyright (C) 1996-2025 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,
@@ -34,14 +34,15 @@ G_BEGIN_DECLS
34
34
  /**
35
35
  * G_DBUS_ERROR:
36
36
  *
37
- * Error domain for errors generated by a remote message bus. Errors
38
- * in this domain will be from the #GDBusError enumeration. See
39
- * #GError for more information on error domains.
37
+ * Error domain for errors generated by a remote message bus.
38
+ *
39
+ * Errors in this domain will be from the [error@Gio.DBusError] enumeration.
40
+ * See [type@GLib.Error] for more information on error domains.
40
41
  *
41
42
  * Note that this error domain is intended only for
42
43
  * returning errors from a remote message bus process. Errors
43
- * generated locally in-process by e.g. #GDBusConnection should use the
44
- * %G_IO_ERROR domain.
44
+ * generated locally in-process (for example, by [class@Gio.DBusConnection])
45
+ * should use the [error@Gio.IOErrorEnum] domain.
45
46
  *
46
47
  * Since: 2.26
47
48
  */
@@ -60,10 +61,10 @@ gboolean g_dbus_error_strip_remote_error (GError *error);
60
61
 
61
62
  /**
62
63
  * GDBusErrorEntry:
63
- * @error_code: An error code.
64
- * @dbus_error_name: The D-Bus error name to associate with @error_code.
64
+ * @error_code: an error code
65
+ * @dbus_error_name: the D-Bus error name to associate with @error_code
65
66
  *
66
- * Struct used in g_dbus_error_register_error_domain().
67
+ * Struct used in [func@Gio.DBusError.register_error_domain].
67
68
  *
68
69
  * Since: 2.26
69
70
  */
@@ -71,6 +71,12 @@ GInetAddress * g_inet_address_new_from_bytes (const guint8
71
71
  GIO_AVAILABLE_IN_ALL
72
72
  GInetAddress * g_inet_address_new_loopback (GSocketFamily family);
73
73
 
74
+ GIO_AVAILABLE_IN_2_86
75
+ GInetAddress * g_inet_address_new_from_bytes_with_ipv6_info (const guint8 *bytes,
76
+ GSocketFamily family,
77
+ guint32 flowinfo,
78
+ guint32 scope_id);
79
+
74
80
  GIO_AVAILABLE_IN_ALL
75
81
  GInetAddress * g_inet_address_new_any (GSocketFamily family);
76
82
 
@@ -120,6 +126,12 @@ gboolean g_inet_address_get_is_mc_org_local (GInetAddress
120
126
  GIO_AVAILABLE_IN_ALL
121
127
  gboolean g_inet_address_get_is_mc_site_local (GInetAddress *address);
122
128
 
129
+ GIO_AVAILABLE_IN_2_86
130
+ guint32 g_inet_address_get_scope_id (GInetAddress *address);
131
+
132
+ GIO_AVAILABLE_IN_2_86
133
+ guint32 g_inet_address_get_flowinfo (GInetAddress *address);
134
+
123
135
  G_END_DECLS
124
136
 
125
137
  #endif /* __G_INET_ADDRESS_H__ */
@@ -987,13 +987,20 @@ typedef enum
987
987
  * @G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT: Allow another message bus connection to claim the name.
988
988
  * @G_BUS_NAME_OWNER_FLAGS_REPLACE: If another message bus connection owns the name and have
989
989
  * specified %G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT, then take the name from the other connection.
990
- * @G_BUS_NAME_OWNER_FLAGS_DO_NOT_QUEUE: If another message bus connection owns the name, immediately
991
- * return an error from g_bus_own_name() rather than entering the waiting queue for that name. (Since 2.54)
992
990
  *
993
991
  * Flags used in g_bus_own_name().
994
992
  *
995
993
  * Since: 2.26
996
994
  */
995
+ /**
996
+ * G_BUS_NAME_OWNER_FLAGS_DO_NOT_QUEUE:
997
+ *
998
+ * If another message bus connection owns the name, immediately return an error
999
+ * from [func@Gio.bus_own_name] rather than entering the waiting queue for that
1000
+ * name.
1001
+ *
1002
+ * Since: 2.54
1003
+ **/
997
1004
  typedef enum
998
1005
  {
999
1006
  G_BUS_NAME_OWNER_FLAGS_NONE = 0, /*< nick=none >*/
@@ -234,10 +234,10 @@ g_string_append_len_inline (GString *gstring,
234
234
  else
235
235
  len_unsigned = (gsize) len;
236
236
 
237
- if (G_LIKELY (gstring->len + len_unsigned < gstring->allocated_len))
237
+ if (G_LIKELY (len_unsigned < gstring->allocated_len - gstring->len))
238
238
  {
239
239
  char *end = gstring->str + gstring->len;
240
- if (G_LIKELY (val + len_unsigned <= end || val > end + len_unsigned))
240
+ if (G_LIKELY (val + len_unsigned <= end || val >= end + len_unsigned))
241
241
  memcpy (end, val, len_unsigned);
242
242
  else
243
243
  memmove (end, val, len_unsigned);
@@ -864,7 +864,7 @@ gchar *g_utf8_truncate_middle (const gchar *string,
864
864
  gsize truncate_length);
865
865
 
866
866
  /* Find the UTF-8 character corresponding to ch, in string p. These
867
- functions are equivalants to strchr and strrchr */
867
+ functions are equivalents to strchr and strrchr */
868
868
  GLIB_AVAILABLE_IN_ALL
869
869
  gchar* g_utf8_strchr (const gchar *p,
870
870
  gssize len,
@@ -28,7 +28,7 @@
28
28
 
29
29
  G_BEGIN_DECLS
30
30
 
31
- /* A hack necesssary to preprocess this file with g-ir-scanner */
31
+ /* A hack necessary to preprocess this file with g-ir-scanner */
32
32
  #ifdef __GI_SCANNER__
33
33
  typedef gsize GType;
34
34
  #endif
@@ -411,7 +411,7 @@ GType g_param_type_register_static (const gchar *name,
411
411
  GOBJECT_AVAILABLE_IN_2_66
412
412
  gboolean g_param_spec_is_valid_name (const gchar *name);
413
413
 
414
- /* For registering builting types */
414
+ /* For registering builtin types */
415
415
  GType _g_param_type_register_static_constant (const gchar *name,
416
416
  const GParamSpecTypeInfo *pspec_info,
417
417
  GType opt_type);
@@ -32,53 +32,61 @@ G_BEGIN_DECLS
32
32
  /* --- type macros --- */
33
33
  /**
34
34
  * G_TYPE_IS_VALUE:
35
- * @type: A #GType value.
35
+ * @type: a type
36
36
  *
37
- * Checks whether the passed in type ID can be used for g_value_init().
37
+ * Checks whether the passed in type ID can be used for
38
+ * [method@GObject.Value.init].
38
39
  *
39
40
  * That is, this macro checks whether this type provides an implementation
40
- * of the #GTypeValueTable functions required for a type to create a #GValue of.
41
+ * of the [struct@GObject.TypeValueTable] functions required to be able to
42
+ * create a [struct@GObject.Value] instance.
41
43
  *
42
- * Returns: Whether @type is suitable as a #GValue type.
44
+ * Returns: Whether @type is suitable as a [struct@GObject.Value] type.
43
45
  */
44
46
  #define G_TYPE_IS_VALUE(type) (g_type_check_is_value_type (type))
47
+
45
48
  /**
46
49
  * G_IS_VALUE:
47
- * @value: A #GValue structure.
50
+ * @value: a [struct@GObject.Value] structure
48
51
  *
49
- * Checks if @value is a valid and initialized #GValue structure.
52
+ * Checks if @value is a valid and initialized [struct@GObject.Value] structure.
50
53
  *
51
- * Returns: %TRUE on success.
54
+ * Returns: true on success; false otherwise
52
55
  */
53
56
  #define G_IS_VALUE(value) (G_TYPE_CHECK_VALUE (value))
57
+
54
58
  /**
55
59
  * G_VALUE_TYPE:
56
- * @value: A #GValue structure.
60
+ * @value: a [struct@GObject.Value] structure
57
61
  *
58
62
  * Get the type identifier of @value.
59
63
  *
60
- * Returns: the #GType.
64
+ * Returns: the type ID
61
65
  */
62
66
  #define G_VALUE_TYPE(value) (((GValue*) (value))->g_type)
67
+
63
68
  /**
64
69
  * G_VALUE_TYPE_NAME:
65
- * @value: A #GValue structure.
70
+ * @value: a [struct@GObject.Value] structure
66
71
  *
67
- * Gets the type name of @value.
72
+ * Gets the name of the type of @value.
68
73
  *
69
- * Returns: the type name.
74
+ * Returns: the type name
70
75
  */
71
76
  #define G_VALUE_TYPE_NAME(value) (g_type_name (G_VALUE_TYPE (value)))
77
+
72
78
  /**
73
79
  * G_VALUE_HOLDS:
74
- * @value: A #GValue structure.
75
- * @type: A #GType value.
80
+ * @value: (not nullable): a [struct@GObject.Value] structure
81
+ * @type: a [type@GObject.Type]
76
82
  *
77
- * Checks if @value holds (or contains) a value of @type.
78
- * This macro will also check for @value != %NULL and issue a
83
+ * Checks if @value holds a value of @type.
84
+ *
85
+ * This macro will also check for `value != NULL` and issue a
79
86
  * warning if the check fails.
80
87
  *
81
- * Returns: %TRUE if @value holds the @type.
88
+ * Returns: true if @value is non-`NULL` and holds a value of the given @type;
89
+ * false otherwise
82
90
  */
83
91
  #define G_VALUE_HOLDS(value,type) (G_TYPE_CHECK_VALUE_TYPE ((value), (type)))
84
92
 
@@ -86,29 +94,39 @@ G_BEGIN_DECLS
86
94
  /* --- typedefs & structures --- */
87
95
  /**
88
96
  * GValueTransform:
89
- * @src_value: Source value.
90
- * @dest_value: Target value.
97
+ * @src_value: source value
98
+ * @dest_value: target value
91
99
  *
92
100
  * The type of value transformation functions which can be registered with
93
- * g_value_register_transform_func().
101
+ * [func@GObject.Value.register_transform_func].
94
102
  *
95
103
  * @dest_value will be initialized to the correct destination type.
96
104
  */
97
105
  typedef void (*GValueTransform) (const GValue *src_value,
98
106
  GValue *dest_value);
107
+
99
108
  /**
100
109
  * GValue:
101
110
  *
102
111
  * An opaque structure used to hold different types of values.
103
112
  *
113
+ * Before it can be used, a `GValue` has to be initialized to a specific type by
114
+ * calling [method@GObject.Value.init] on it.
115
+ *
116
+ * Many types which are stored within a `GValue` need to allocate data on the
117
+ * heap, so [method@GObject.Value.unset] must always be called on a `GValue` to
118
+ * free any such data once you’re finished with the `GValue`, even if the
119
+ * `GValue` itself is stored on the stack.
120
+ *
104
121
  * The data within the structure has protected scope: it is accessible only
105
- * to functions within a #GTypeValueTable structure, or implementations of
106
- * the g_value_*() API. That is, code portions which implement new fundamental
107
- * types.
122
+ * to functions within a [struct@GObject.TypeValueTable] structure, or
123
+ * implementations of the `g_value_*()` API. That is, code which implements new
124
+ * fundamental types.
108
125
  *
109
- * #GValue users cannot make any assumptions about how data is stored
126
+ * `GValue` users cannot make any assumptions about how data is stored
110
127
  * within the 2 element @data union, and the @g_type member should
111
- * only be accessed through the G_VALUE_TYPE() macro.
128
+ * only be accessed through the [func@GObject.VALUE_TYPE] macro and related
129
+ * macros.
112
130
  */
113
131
  struct _GValue
114
132
  {
@@ -174,18 +192,32 @@ void g_value_register_transform_func (GType src_type,
174
192
  /**
175
193
  * G_VALUE_NOCOPY_CONTENTS:
176
194
  *
177
- * If passed to G_VALUE_COLLECT(), allocated data won't be copied
178
- * but used verbatim. This does not affect ref-counted types like
179
- * objects. This does not affect usage of g_value_copy(), the data will
195
+ * Flag to indicate that allocated data in a [struct@GObject.Value] shouldn’t be
196
+ * copied.
197
+ *
198
+ * If passed to [func@GObject.VALUE_COLLECT], allocated data won’t be copied
199
+ * but used verbatim. This does not affect ref-counted types like objects.
200
+ *
201
+ * This does not affect usage of [method@GObject.Value.copy]: the data will
180
202
  * be copied if it is not ref-counted.
203
+ *
204
+ * This flag should be checked by implementations of
205
+ * [callback@GObject.TypeValueFreeFunc], [callback@GObject.TypeValueCollectFunc]
206
+ * and [callback@GObject.TypeValueLCopyFunc].
181
207
  */
182
208
  #define G_VALUE_NOCOPY_CONTENTS (1 << 27)
183
209
 
184
210
  /**
185
211
  * G_VALUE_INTERNED_STRING:
186
212
  *
187
- * For string values, indicates that the string contained is canonical and will
188
- * exist for the duration of the process. See g_value_set_interned_string().
213
+ * Flag to indicate that a string in a [struct@GObject.Value] is canonical and
214
+ * will exist for the duration of the process.
215
+ *
216
+ * See [method@GObject.Value.set_interned_string].
217
+ *
218
+ * This flag should be checked by implementations of
219
+ * [callback@GObject.TypeValueFreeFunc], [callback@GObject.TypeValueCollectFunc]
220
+ * and [callback@GObject.TypeValueLCopyFunc].
189
221
  *
190
222
  * Since: 2.66
191
223
  */
@@ -194,13 +226,24 @@ void g_value_register_transform_func (GType src_type,
194
226
  /**
195
227
  * G_VALUE_INIT:
196
228
  *
197
- * A #GValue must be initialized before it can be used. This macro can
198
- * be used as initializer instead of an explicit `{ 0 }` when declaring
199
- * a variable, but it cannot be assigned to a variable.
229
+ * Clears a [struct@GObject.Value] to zero at declaration time.
230
+ *
231
+ * A [struct@GObject.Value] must be cleared and then initialized before it can
232
+ * be used. This macro can be assigned to a variable instead of an explicit
233
+ * `{ 0 }` when declaring it, but it cannot be assigned to a variable after
234
+ * declaration time.
200
235
  *
201
- * |[<!-- language="C" -->
236
+ * After the [struct@GObject.Value] is cleared, it must be initialized by
237
+ * calling [method@GObject.Value.init] on it before any other methods can be
238
+ * called on it.
239
+ *
240
+ * ```c
202
241
  * GValue value = G_VALUE_INIT;
203
- * ]|
242
+ *
243
+ * g_value_init (&value, SOME_G_TYPE);
244
+ * …
245
+ * g_value_unset (&value);
246
+ * ```
204
247
  *
205
248
  * Since: 2.30
206
249
  */
@@ -223,6 +223,10 @@ HB_END_DECLS
223
223
  * @HB_SCRIPT_SUNUWAR: `Sunu`, Since: 10.0.0
224
224
  * @HB_SCRIPT_TODHRI: `Todr`, Since: 10.0.0
225
225
  * @HB_SCRIPT_TULU_TIGALARI: `Tutg`, Since: 10.0.0
226
+ * @HB_SCRIPT_BERIA_ERFE: `Berf`, Since: 11.5.0
227
+ * @HB_SCRIPT_SIDETIC: `Sidt`, Since: 11.5.0
228
+ * @HB_SCRIPT_TAI_YO: `Tayo`, Since: 11.5.0
229
+ * @HB_SCRIPT_TOLONG_SIKI: `Tols`, Since: 11.5.0
226
230
  * @HB_SCRIPT_INVALID: No script set
227
231
  *
228
232
  * Data type for scripts. Each #hb_script_t's value is an #hb_tag_t corresponding
@@ -461,6 +465,14 @@ typedef enum
461
465
  HB_SCRIPT_TODHRI = HB_TAG ('T','o','d','r'), /*16.0*/
462
466
  HB_SCRIPT_TULU_TIGALARI = HB_TAG ('T','u','t','g'), /*16.0*/
463
467
 
468
+ /*
469
+ * Since REPLACEME
470
+ */
471
+ HB_SCRIPT_BERIA_ERFE = HB_TAG ('B','e','r','f'), /*17.0*/
472
+ HB_SCRIPT_SIDETIC = HB_TAG ('S','i','d','t'), /*17.0*/
473
+ HB_SCRIPT_TAI_YO = HB_TAG ('T','a','y','o'), /*17.0*/
474
+ HB_SCRIPT_TOLONG_SIKI = HB_TAG ('T','o','l','s'), /*17.0*/
475
+
464
476
  /* No script set. */
465
477
  HB_SCRIPT_INVALID = HB_TAG_NONE,
466
478
 
@@ -47,20 +47,20 @@ HB_BEGIN_DECLS
47
47
  *
48
48
  * The minor component of the library version available at compile-time.
49
49
  */
50
- #define HB_VERSION_MINOR 4
50
+ #define HB_VERSION_MINOR 5
51
51
  /**
52
52
  * HB_VERSION_MICRO:
53
53
  *
54
54
  * The micro component of the library version available at compile-time.
55
55
  */
56
- #define HB_VERSION_MICRO 5
56
+ #define HB_VERSION_MICRO 0
57
57
 
58
58
  /**
59
59
  * HB_VERSION_STRING:
60
60
  *
61
61
  * A string literal containing the library version available at compile-time.
62
62
  */
63
- #define HB_VERSION_STRING "11.4.5"
63
+ #define HB_VERSION_STRING "11.5.0"
64
64
 
65
65
  /**
66
66
  * HB_VERSION_ATLEAST:
@@ -7,7 +7,7 @@
7
7
 
8
8
  #define LIBRSVG_MAJOR_VERSION (2)
9
9
  #define LIBRSVG_MINOR_VERSION (61)
10
- #define LIBRSVG_MICRO_VERSION (0)
11
- #define LIBRSVG_VERSION "2.61.0"
10
+ #define LIBRSVG_MICRO_VERSION (1)
11
+ #define LIBRSVG_VERSION "2.61.1"
12
12
 
13
13
  #endif
@@ -139,7 +139,6 @@ typedef struct _xmlHashTable xmlRefTable;
139
139
  typedef xmlRefTable *xmlRefTablePtr;
140
140
 
141
141
  /* Notation */
142
- XML_DEPRECATED
143
142
  XMLPUBFUN xmlNotationPtr
144
143
  xmlAddNotationDecl (xmlValidCtxtPtr ctxt,
145
144
  xmlDtdPtr dtd,
@@ -204,7 +203,6 @@ XMLPUBFUN void
204
203
  #endif /* LIBXML_OUTPUT_ENABLED */
205
204
 
206
205
  /* Element */
207
- XML_DEPRECATED
208
206
  XMLPUBFUN xmlElementPtr
209
207
  xmlAddElementDecl (xmlValidCtxtPtr ctxt,
210
208
  xmlDtdPtr dtd,
@@ -240,7 +238,6 @@ XMLPUBFUN xmlEnumerationPtr
240
238
  xmlCopyEnumeration (xmlEnumerationPtr cur);
241
239
 
242
240
  /* Attribute */
243
- XML_DEPRECATED
244
241
  XMLPUBFUN xmlAttributePtr
245
242
  xmlAddAttributeDecl (xmlValidCtxtPtr ctxt,
246
243
  xmlDtdPtr dtd,
@@ -20,7 +20,7 @@ extern "C" {
20
20
  * Backward compatibility
21
21
  */
22
22
  #define initGenericErrorDefaultFunc(h) \
23
- xmlSetGenericErrorFunc(NULL, (h) ? *(h) : NULL)
23
+ xmlSetGenericErrorFunc(NULL, (h) ? *((xmlGenericErrorFunc *) (h)) : NULL)
24
24
 
25
25
  /**
26
26
  * xmlErrorLevel:
@@ -15,21 +15,21 @@
15
15
  *
16
16
  * the version string like "1.2.3"
17
17
  */
18
- #define LIBXML_DOTTED_VERSION "2.14.5"
18
+ #define LIBXML_DOTTED_VERSION "2.14.6"
19
19
 
20
20
  /**
21
21
  * LIBXML_VERSION:
22
22
  *
23
23
  * the version number: 1.2.3 value is 10203
24
24
  */
25
- #define LIBXML_VERSION 21405
25
+ #define LIBXML_VERSION 21406
26
26
 
27
27
  /**
28
28
  * LIBXML_VERSION_STRING:
29
29
  *
30
30
  * the version number string, 1.2.3 value is "10203"
31
31
  */
32
- #define LIBXML_VERSION_STRING "21405"
32
+ #define LIBXML_VERSION_STRING "21406"
33
33
 
34
34
  /**
35
35
  * LIBXML_VERSION_EXTRA:
@@ -44,7 +44,7 @@
44
44
  * Macro to check that the libxml version in use is compatible with
45
45
  * the version the software has been compiled against
46
46
  */
47
- #define LIBXML_TEST_VERSION xmlCheckVersion(21405);
47
+ #define LIBXML_TEST_VERSION xmlCheckVersion(21406);
48
48
 
49
49
  /**
50
50
  * LIBXML_THREAD_ENABLED:
@@ -321,6 +321,8 @@ typedef struct _VipsGInputStreamClass {
321
321
 
322
322
  } VipsGInputStreamClass;
323
323
 
324
+ VIPS_API
325
+ GType vips_g_input_stream_get_type(void);
324
326
  VIPS_API
325
327
  GInputStream *vips_g_input_stream_new_from_source(VipsSource *source);
326
328
 
@@ -343,10 +345,6 @@ GInputStream *vips_g_input_stream_new_from_source(VipsSource *source);
343
345
  (G_TYPE_INSTANCE_GET_CLASS((obj), \
344
346
  VIPS_TYPE_SOURCE_G_INPUT_STREAM, VipsSourceGInputStreamClass))
345
347
 
346
- /**
347
- * VipsSourceGInputStream: (copy-func g_object_ref)
348
- * (free-func g_object_unref)
349
- */
350
348
  typedef struct _VipsSourceGInputStream {
351
349
  VipsSource parent_instance;
352
350
 
@@ -366,6 +364,8 @@ typedef struct _VipsSourceGInputStreamClass {
366
364
 
367
365
  } VipsSourceGInputStreamClass;
368
366
 
367
+ VIPS_API
368
+ GType vips_source_g_input_stream_get_type(void);
369
369
  VIPS_API
370
370
  VipsSourceGInputStream *vips_source_g_input_stream_new(GInputStream *stream);
371
371
 
@@ -4,16 +4,16 @@
4
4
  #ifndef VIPS_VERSION_H
5
5
  #define VIPS_VERSION_H
6
6
 
7
- #define VIPS_VERSION "8.17.1"
8
- #define VIPS_VERSION_STRING "8.17.1"
7
+ #define VIPS_VERSION "8.17.2"
8
+ #define VIPS_VERSION_STRING "8.17.2"
9
9
  #define VIPS_MAJOR_VERSION (8)
10
10
  #define VIPS_MINOR_VERSION (17)
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 (61)
16
- #define VIPS_LIBRARY_REVISION (1)
16
+ #define VIPS_LIBRARY_REVISION (2)
17
17
  #define VIPS_LIBRARY_AGE (19)
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\nJXL load/save with libjxl: false (dynamic module: false)\nJPEG2000 load/save with OpenJPEG: false\nPNG load/save with spng: 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\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.2.2-rc.1",
3
+ "version": "1.2.2",
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,5 +1,5 @@
1
1
  {
2
- "aom": "3.12.1",
2
+ "aom": "3.13.1",
3
3
  "archive": "3.8.1",
4
4
  "cairo": "1.18.4",
5
5
  "cgif": "0.5.0",
@@ -7,10 +7,10 @@
7
7
  "expat": "2.7.1",
8
8
  "ffi": "3.5.2",
9
9
  "fontconfig": "2.17.1",
10
- "freetype": "2.13.3",
10
+ "freetype": "2.14.1",
11
11
  "fribidi": "1.0.16",
12
- "glib": "2.85.4",
13
- "harfbuzz": "11.4.5",
12
+ "glib": "2.86.0",
13
+ "harfbuzz": "11.5.0",
14
14
  "heif": "1.20.2",
15
15
  "highway": "1.3.0",
16
16
  "imagequant": "2.4.1",
@@ -19,12 +19,12 @@
19
19
  "pango": "1.57.0",
20
20
  "pixman": "0.46.4",
21
21
  "png": "1.6.50",
22
- "proxy-libintl": "0.4",
23
- "rsvg": "2.61.0",
22
+ "proxy-libintl": "0.5",
23
+ "rsvg": "2.61.1",
24
24
  "spng": "0.7.4",
25
25
  "tiff": "4.7.0",
26
- "vips": "8.17.1",
26
+ "vips": "8.17.2",
27
27
  "webp": "1.6.0",
28
- "xml2": "2.14.5",
28
+ "xml2": "2.14.6",
29
29
  "zlib-ng": "2.2.5"
30
30
  }