@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
package/README.md CHANGED
@@ -16,7 +16,6 @@ used under the terms of the following licences:
16
16
  | fontconfig | [fontconfig Licence](https://gitlab.freedesktop.org/fontconfig/fontconfig/blob/main/COPYING) (BSD-like) |
17
17
  | freetype | [freetype Licence](https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT) (BSD-like) |
18
18
  | fribidi | LGPLv3 |
19
- | gdk-pixbuf | LGPLv3 |
20
19
  | glib | LGPLv3 |
21
20
  | harfbuzz | MIT Licence |
22
21
  | highway | Apache-2.0 License, BSD 3-Clause |
@@ -27,7 +26,7 @@ used under the terms of the following licences:
27
26
  | libheif | LGPLv3 |
28
27
  | libimagequant | [BSD 2-Clause](https://github.com/lovell/libimagequant/blob/main/COPYRIGHT) |
29
28
  | libnsgif | MIT Licence |
30
- | libpng | [libpng License](https://github.com/glennrp/libpng/blob/master/LICENSE) |
29
+ | libpng | [libpng License](https://github.com/pnggroup/libpng/blob/master/LICENSE) |
31
30
  | librsvg | LGPLv3 |
32
31
  | libspng | [BSD 2-Clause, libpng License](https://github.com/randy408/libspng/blob/master/LICENSE) |
33
32
  | libtiff | [libtiff License](https://gitlab.com/libtiff/libtiff/blob/master/LICENSE.md) (BSD-like) |
@@ -30,7 +30,7 @@
30
30
  extern "C" {
31
31
  #endif
32
32
 
33
- #include "aom/aom_codec.h"
33
+ #include "aom/aom_codec.h" // IWYU pragma: export
34
34
  #include "aom/aom_frame_buffer.h"
35
35
 
36
36
  /*!\brief Current ABI version number
@@ -30,7 +30,7 @@
30
30
  extern "C" {
31
31
  #endif
32
32
 
33
- #include "aom/aom_codec.h"
33
+ #include "aom/aom_codec.h" // IWYU pragma: export
34
34
  #include "aom/aom_external_partition.h"
35
35
 
36
36
  /*!\brief Current ABI version number
@@ -637,6 +637,7 @@ typedef struct aom_codec_enc_cfg {
637
637
  /*!\brief Target data rate
638
638
  *
639
639
  * Target bitrate to use for this stream, in kilobits per second.
640
+ * Max allowed value is 2000000
640
641
  */
641
642
  unsigned int rc_target_bitrate;
642
643
 
@@ -1044,6 +1045,11 @@ aom_fixed_buf_t *aom_codec_get_global_headers(aom_codec_ctx_t *ctx);
1044
1045
  * Interface is not an encoder interface.
1045
1046
  * \retval #AOM_CODEC_INVALID_PARAM
1046
1047
  * A parameter was NULL, the image format is unsupported, etc.
1048
+ *
1049
+ * \note
1050
+ * `duration` is of the unsigned long type, which can be 32 or 64 bits.
1051
+ * `duration` must be less than or equal to UINT32_MAX so that its range is
1052
+ * independent of the size of unsigned long.
1047
1053
  */
1048
1054
  aom_codec_err_t aom_codec_encode(aom_codec_ctx_t *ctx, const aom_image_t *img,
1049
1055
  aom_codec_pts_t pts, unsigned long duration,
@@ -103,7 +103,8 @@ typedef enum aom_transfer_characteristics {
103
103
  AOM_CICP_TC_SMPTE_428 = 17, /**< SMPTE ST 428 */
104
104
  AOM_CICP_TC_HLG = 18, /**< BT.2100 HLG, ARIB STD-B67 */
105
105
  AOM_CICP_TC_RESERVED_19 = 19 /**< For future use (values 19-255) */
106
- } aom_transfer_characteristics_t; /**< alias for enum aom_transfer_function */
106
+ } aom_transfer_characteristics_t; /**< alias for enum
107
+ aom_transfer_characteristics */
107
108
 
108
109
  /*!\brief List of supported matrix coefficients */
109
110
  typedef enum aom_matrix_coefficients {
@@ -125,7 +126,7 @@ typedef enum aom_matrix_coefficients {
125
126
  AOM_CICP_MC_CHROMAT_CL = 13, /**< Chromaticity-derived constant luminance */
126
127
  AOM_CICP_MC_ICTCP = 14, /**< BT.2100 ICtCp */
127
128
  AOM_CICP_MC_RESERVED_15 = 15 /**< For future use (values 15-255) */
128
- } aom_matrix_coefficients_t;
129
+ } aom_matrix_coefficients_t; /**< alias for enum aom_matrix_coefficients */
129
130
 
130
131
  /*!\brief List of supported color range */
131
132
  typedef enum aom_color_range {
@@ -144,7 +145,8 @@ typedef enum aom_chroma_sample_position {
144
145
  /**< sample, between two vertical samples */
145
146
  AOM_CSP_COLOCATED = 2, /**< Co-located with luma(0, 0) sample */
146
147
  AOM_CSP_RESERVED = 3 /**< Reserved value */
147
- } aom_chroma_sample_position_t; /**< alias for enum aom_transfer_function */
148
+ } aom_chroma_sample_position_t; /**< alias for enum aom_chroma_sample_position
149
+ */
148
150
 
149
151
  /*!\brief List of insert flags for Metadata
150
152
  *
@@ -244,10 +246,13 @@ typedef struct aom_image {
244
246
  * is NULL, the storage for the descriptor will be
245
247
  * allocated on the heap.
246
248
  * \param[in] fmt Format for the image
247
- * \param[in] d_w Width of the image
248
- * \param[in] d_h Height of the image
249
+ * \param[in] d_w Width of the image. Must not exceed 0x08000000
250
+ * (2^27).
251
+ * \param[in] d_h Height of the image. Must not exceed 0x08000000
252
+ * (2^27).
249
253
  * \param[in] align Alignment, in bytes, of the image buffer and
250
- * each row in the image (stride).
254
+ * each row in the image (stride). Must not exceed
255
+ * 65536.
251
256
  *
252
257
  * \return Returns a pointer to the initialized image descriptor. If the img
253
258
  * parameter is non-null, the value of the img parameter will be
@@ -267,10 +272,12 @@ aom_image_t *aom_img_alloc(aom_image_t *img, aom_img_fmt_t fmt,
267
272
  * is NULL, the storage for the descriptor will be
268
273
  * allocated on the heap.
269
274
  * \param[in] fmt Format for the image
270
- * \param[in] d_w Width of the image
271
- * \param[in] d_h Height of the image
275
+ * \param[in] d_w Width of the image. Must not exceed 0x08000000
276
+ * (2^27).
277
+ * \param[in] d_h Height of the image. Must not exceed 0x08000000
278
+ * (2^27).
272
279
  * \param[in] align Alignment, in bytes, of each row in the image
273
- * (stride).
280
+ * (stride). Must not exceed 65536.
274
281
  * \param[in] img_data Storage to use for the image
275
282
  *
276
283
  * \return Returns a pointer to the initialized image descriptor. If the img
@@ -291,12 +298,17 @@ aom_image_t *aom_img_wrap(aom_image_t *img, aom_img_fmt_t fmt, unsigned int d_w,
291
298
  * is NULL, the storage for the descriptor will be
292
299
  * allocated on the heap.
293
300
  * \param[in] fmt Format for the image
294
- * \param[in] d_w Width of the image
295
- * \param[in] d_h Height of the image
301
+ * \param[in] d_w Width of the image. Must not exceed 0x08000000
302
+ * (2^27).
303
+ * \param[in] d_h Height of the image. Must not exceed 0x08000000
304
+ * (2^27).
296
305
  * \param[in] align Alignment, in bytes, of the image buffer and
297
- * each row in the image (stride).
306
+ * each row in the image (stride). Must not exceed
307
+ * 65536.
298
308
  * \param[in] size_align Alignment, in pixels, of the image width and height.
309
+ * Must not exceed 65536.
299
310
  * \param[in] border A border that is padded on four sides of the image.
311
+ * Must not exceed 65536.
300
312
  *
301
313
  * \return Returns a pointer to the initialized image descriptor. If the img
302
314
  * parameter is non-null, the value of the img parameter will be
@@ -12,7 +12,7 @@
12
12
  #define AOM_AOM_AOM_INTEGER_H_
13
13
 
14
14
  /* get ptrdiff_t, size_t, wchar_t, NULL */
15
- #include <stddef.h>
15
+ #include <stddef.h> // IWYU pragma: export
16
16
 
17
17
  #if defined(_MSC_VER)
18
18
  #define AOM_FORCE_INLINE __forceinline
@@ -33,8 +33,8 @@
33
33
  #endif
34
34
  #endif // __cplusplus
35
35
 
36
- #include <stdint.h>
37
- #include <inttypes.h>
36
+ #include <stdint.h> // IWYU pragma: export
37
+ #include <inttypes.h> // IWYU pragma: export
38
38
 
39
39
  #if defined(__cplusplus)
40
40
  extern "C" {
@@ -1533,6 +1533,12 @@ enum aome_enc_control_id {
1533
1533
  */
1534
1534
  AV1E_SET_MAX_CONSEC_FRAME_DROP_CBR = 164,
1535
1535
 
1536
+ /*!\brief Codec control to set the frame drop mode for SVC,
1537
+ * unsigned int parameter. The valid values are constants of the
1538
+ * AOM_SVC_FRAME_DROP_MODE enum: AOM_LAYER_DROP or AOM_FULL_SUPERFRAME_DROP.
1539
+ */
1540
+ AV1E_SET_SVC_FRAME_DROP_MODE = 165,
1541
+
1536
1542
  // Any new encoder control IDs should be added above.
1537
1543
  // Maximum allowed encoder control ID is 229.
1538
1544
  // No encoder control ID should be added below.
@@ -1699,6 +1705,12 @@ typedef struct aom_svc_ref_frame_comp_pred {
1699
1705
  int use_comp_pred[3]; /**<Compound reference flag. */
1700
1706
  } aom_svc_ref_frame_comp_pred_t;
1701
1707
 
1708
+ /*!brief Frame drop modes for spatial/quality layer SVC */
1709
+ typedef enum {
1710
+ AOM_LAYER_DROP, /**< Any spatial layer can drop. */
1711
+ AOM_FULL_SUPERFRAME_DROP, /**< Only full superframe can drop. */
1712
+ } AOM_SVC_FRAME_DROP_MODE;
1713
+
1702
1714
  /*!\cond */
1703
1715
  /*!\brief Encoder control function parameter type
1704
1716
  *
@@ -2178,6 +2190,9 @@ AOM_CTRL_USE_TYPE(AV1E_GET_LUMA_CDEF_STRENGTH, int *)
2178
2190
  AOM_CTRL_USE_TYPE(AV1E_SET_BITRATE_ONE_PASS_CBR, unsigned int)
2179
2191
  #define AOM_CTRL_AV1E_SET_BITRATE_ONE_PASS_CBR
2180
2192
 
2193
+ AOM_CTRL_USE_TYPE(AV1E_SET_SVC_FRAME_DROP_MODE, unsigned int)
2194
+ #define AOM_CTRL_AV1E_SET_SVC_FRAME_DROP_MODE
2195
+
2181
2196
  AOM_CTRL_USE_TYPE(AV1E_SET_MAX_CONSEC_FRAME_DROP_CBR, int)
2182
2197
  #define AOM_CTRL_AV1E_SET_MAX_CONSEC_FRAME_DROP_CBR
2183
2198
 
@@ -234,8 +234,11 @@ enum aom_dec_control_id {
234
234
  */
235
235
  AV1D_GET_IMG_FORMAT,
236
236
 
237
- /*!\brief Codec control function to get the size of the tile, unsigned int*
238
- * parameter
237
+ /*!\brief Codec control function to get the width and height (in pixels) of
238
+ * the tiles in a tile list, unsigned int* parameter
239
+ *
240
+ * Tile width is in the high 16 bits of the output value, and tile height is
241
+ * in the low 16 bits of the output value.
239
242
  */
240
243
  AV1D_GET_TILE_SIZE,
241
244
 
package/include/archive.h CHANGED
@@ -21,8 +21,6 @@
21
21
  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22
22
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23
23
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24
- *
25
- * $FreeBSD: src/lib/libarchive/archive.h.in,v 1.50 2008/05/26 17:00:22 kientzle Exp $
26
24
  */
27
25
 
28
26
  #ifndef ARCHIVE_H_INCLUDED
@@ -36,7 +34,7 @@
36
34
  * assert that ARCHIVE_VERSION_NUMBER >= 2012108.
37
35
  */
38
36
  /* Note: Compiler will complain if this does not match archive_entry.h! */
39
- #define ARCHIVE_VERSION_NUMBER 3007002
37
+ #define ARCHIVE_VERSION_NUMBER 3007004
40
38
 
41
39
  #include <sys/stat.h>
42
40
  #include <stddef.h> /* for wchar_t */
@@ -157,7 +155,7 @@ __LA_DECL int archive_version_number(void);
157
155
  /*
158
156
  * Textual name/version of the library, useful for version displays.
159
157
  */
160
- #define ARCHIVE_VERSION_ONLY_STRING "3.7.2"
158
+ #define ARCHIVE_VERSION_ONLY_STRING "3.7.4"
161
159
  #define ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
162
160
  __LA_DECL const char * archive_version_string(void);
163
161
 
@@ -535,6 +533,10 @@ __LA_DECL int archive_read_open_filenames(struct archive *,
535
533
  const char **_filenames, size_t _block_size);
536
534
  __LA_DECL int archive_read_open_filename_w(struct archive *,
537
535
  const wchar_t *_filename, size_t _block_size);
536
+ #if defined(_WIN32) && !defined(__CYGWIN__)
537
+ __LA_DECL int archive_read_open_filenames_w(struct archive *,
538
+ const wchar_t **_filenames, size_t _block_size);
539
+ #endif
538
540
  /* archive_read_open_file() is a deprecated synonym for ..._open_filename(). */
539
541
  __LA_DECL int archive_read_open_file(struct archive *,
540
542
  const char *_filename, size_t _block_size) __LA_DEPRECATED;
@@ -893,7 +895,7 @@ __LA_DECL int archive_write_set_options(struct archive *_a,
893
895
  const char *opts);
894
896
 
895
897
  /*
896
- * Set a encryption passphrase.
898
+ * Set an encryption passphrase.
897
899
  */
898
900
  __LA_DECL int archive_write_set_passphrase(struct archive *_a, const char *p);
899
901
  __LA_DECL int archive_write_set_passphrase_callback(struct archive *,
@@ -22,15 +22,13 @@
22
22
  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23
23
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24
24
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25
- *
26
- * $FreeBSD: head/lib/libarchive/archive_entry.h 201096 2009-12-28 02:41:27Z kientzle $
27
25
  */
28
26
 
29
27
  #ifndef ARCHIVE_ENTRY_H_INCLUDED
30
28
  #define ARCHIVE_ENTRY_H_INCLUDED
31
29
 
32
30
  /* Note: Compiler will complain if this does not match archive.h! */
33
- #define ARCHIVE_VERSION_NUMBER 3007002
31
+ #define ARCHIVE_VERSION_NUMBER 3007004
34
32
 
35
33
  /*
36
34
  * Note: archive_entry.h is for use outside of libarchive; the
@@ -251,11 +249,13 @@ __LA_DECL int archive_entry_dev_is_set(struct archive_entry *);
251
249
  __LA_DECL dev_t archive_entry_devmajor(struct archive_entry *);
252
250
  __LA_DECL dev_t archive_entry_devminor(struct archive_entry *);
253
251
  __LA_DECL __LA_MODE_T archive_entry_filetype(struct archive_entry *);
252
+ __LA_DECL int archive_entry_filetype_is_set(struct archive_entry *);
254
253
  __LA_DECL void archive_entry_fflags(struct archive_entry *,
255
254
  unsigned long * /* set */,
256
255
  unsigned long * /* clear */);
257
256
  __LA_DECL const char *archive_entry_fflags_text(struct archive_entry *);
258
257
  __LA_DECL la_int64_t archive_entry_gid(struct archive_entry *);
258
+ __LA_DECL int archive_entry_gid_is_set(struct archive_entry *);
259
259
  __LA_DECL const char *archive_entry_gname(struct archive_entry *);
260
260
  __LA_DECL const char *archive_entry_gname_utf8(struct archive_entry *);
261
261
  __LA_DECL const wchar_t *archive_entry_gname_w(struct archive_entry *);
@@ -274,6 +274,7 @@ __LA_DECL const char *archive_entry_pathname(struct archive_entry *);
274
274
  __LA_DECL const char *archive_entry_pathname_utf8(struct archive_entry *);
275
275
  __LA_DECL const wchar_t *archive_entry_pathname_w(struct archive_entry *);
276
276
  __LA_DECL __LA_MODE_T archive_entry_perm(struct archive_entry *);
277
+ __LA_DECL int archive_entry_perm_is_set(struct archive_entry *);
277
278
  __LA_DECL dev_t archive_entry_rdev(struct archive_entry *);
278
279
  __LA_DECL dev_t archive_entry_rdevmajor(struct archive_entry *);
279
280
  __LA_DECL dev_t archive_entry_rdevminor(struct archive_entry *);
@@ -287,6 +288,7 @@ __LA_DECL const char *archive_entry_symlink_utf8(struct archive_entry *);
287
288
  __LA_DECL int archive_entry_symlink_type(struct archive_entry *);
288
289
  __LA_DECL const wchar_t *archive_entry_symlink_w(struct archive_entry *);
289
290
  __LA_DECL la_int64_t archive_entry_uid(struct archive_entry *);
291
+ __LA_DECL int archive_entry_uid_is_set(struct archive_entry *);
290
292
  __LA_DECL const char *archive_entry_uname(struct archive_entry *);
291
293
  __LA_DECL const char *archive_entry_uname_utf8(struct archive_entry *);
292
294
  __LA_DECL const wchar_t *archive_entry_uname_w(struct archive_entry *);
package/include/cgif.h CHANGED
@@ -13,6 +13,9 @@ extern "C" {
13
13
  #define CGIF_ATTR_NO_GLOBAL_TABLE (1uL << 2) // disable global color table (global color table is default)
14
14
  #define CGIF_ATTR_HAS_TRANSPARENCY (1uL << 3) // first entry in color table contains transparency (alpha channel)
15
15
  #define CGIF_ATTR_NO_LOOP (1uL << 4) // don't loop a GIF animation: only play it one time.
16
+
17
+ #define CGIF_GEN_KEEP_IDENT_FRAMES (1uL << 0) // keep frames that are identical to previous frame (default is to drop them)
18
+
16
19
  #define CGIF_FRAME_ATTR_USE_LOCAL_TABLE (1uL << 0) // use a local color table for a frame (local color table is not used by default)
17
20
  #define CGIF_FRAME_ATTR_HAS_ALPHA (1uL << 1) // alpha channel index provided by user (transIndex field)
18
21
  #define CGIF_FRAME_ATTR_HAS_SET_TRANS (1uL << 2) // transparency setting provided by user (transIndex field)
@@ -273,7 +273,7 @@ FT_BEGIN_HEADER
273
273
  * options set by those programs have precedence, overwriting the value
274
274
  * here with the configured one.
275
275
  */
276
- /* #define FT_CONFIG_OPTION_USE_PNG */
276
+ #define FT_CONFIG_OPTION_USE_PNG
277
277
 
278
278
 
279
279
  /**************************************************************************
@@ -7,10 +7,10 @@
7
7
  #define FRIBIDI_NAME "GNU FriBidi"
8
8
  #define FRIBIDI_BUGREPORT "https://github.com/fribidi/fribidi/issues/new"
9
9
 
10
- #define FRIBIDI_VERSION "1.0.13"
10
+ #define FRIBIDI_VERSION "1.0.15"
11
11
  #define FRIBIDI_MAJOR_VERSION 1
12
12
  #define FRIBIDI_MINOR_VERSION 0
13
- #define FRIBIDI_MICRO_VERSION 13
13
+ #define FRIBIDI_MICRO_VERSION 15
14
14
  #define FRIBIDI_INTERFACE_VERSION 4
15
15
  #define FRIBIDI_INTERFACE_VERSION_STRING "4"
16
16
 
@@ -2,9 +2,9 @@
2
2
  * generated by gen-unicode-version (fribidi unknown)
3
3
  * from the file ReadMe.txt */
4
4
 
5
- #define FRIBIDI_UNICODE_VERSION "14.0.0"
6
- #define FRIBIDI_UNICODE_MAJOR_VERSION 14
7
- #define FRIBIDI_UNICODE_MINOR_VERSION 0
5
+ #define FRIBIDI_UNICODE_VERSION "15.1.0"
6
+ #define FRIBIDI_UNICODE_MAJOR_VERSION 15
7
+ #define FRIBIDI_UNICODE_MINOR_VERSION 1
8
8
  #define FRIBIDI_UNICODE_MICRO_VERSION 0
9
9
 
10
10
  /* End of generated fribidi-unicode-version.h */
@@ -49,32 +49,47 @@ typedef struct _GAppLaunchContextPrivate GAppLaunchContextPrivate;
49
49
  /**
50
50
  * GAppInfoIface:
51
51
  * @g_iface: The parent interface.
52
- * @dup: Copies a #GAppInfo.
53
- * @equal: Checks two #GAppInfos for equality.
54
- * @get_id: Gets a string identifier for a #GAppInfo.
55
- * @get_name: Gets the name of the application for a #GAppInfo.
56
- * @get_description: Gets a short description for the application described by the #GAppInfo.
57
- * @get_executable: Gets the executable name for the #GAppInfo.
58
- * @get_icon: Gets the #GIcon for the #GAppInfo.
59
- * @launch: Launches an application specified by the #GAppInfo.
60
- * @supports_uris: Indicates whether the application specified supports launching URIs.
61
- * @supports_files: Indicates whether the application specified accepts filename arguments.
52
+ * @dup: Copies a [iface@Gio.AppInfo].
53
+ * @equal: Checks two [iface@Gio.AppInfo]s for equality.
54
+ * @get_id: Gets a string identifier for a [iface@Gio.AppInfo].
55
+ * @get_name: Gets the name of the application for a [iface@Gio.AppInfo].
56
+ * @get_description: Gets a short description for the application described by
57
+ * the [iface@Gio.AppInfo].
58
+ * @get_executable: Gets the executable name for the [iface@Gio.AppInfo].
59
+ * @get_icon: Gets the [iface@Gio.Icon] for the [iface@Gio.AppInfo].
60
+ * @launch: Launches an application specified by the [iface@Gio.AppInfo].
61
+ * @supports_uris: Indicates whether the application specified supports
62
+ * launching URIs.
63
+ * @supports_files: Indicates whether the application specified accepts
64
+ * filename arguments.
62
65
  * @launch_uris: Launches an application with a list of URIs.
63
- * @should_show: Returns whether an application should be shown (e.g. when getting a list of installed applications).
64
- * [FreeDesktop.Org Startup Notification Specification](http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt).
65
- * @set_as_default_for_type: Sets an application as default for a given content type.
66
- * @set_as_default_for_extension: Sets an application as default for a given file extension.
67
- * @add_supports_type: Adds to the #GAppInfo information about supported file types.
68
- * @can_remove_supports_type: Checks for support for removing supported file types from a #GAppInfo.
69
- * @remove_supports_type: Removes a supported application type from a #GAppInfo.
70
- * @can_delete: Checks if a #GAppInfo can be deleted. Since 2.20
71
- * @do_delete: Deletes a #GAppInfo. Since 2.20
72
- * @get_commandline: Gets the commandline for the #GAppInfo. Since 2.20
73
- * @get_display_name: Gets the display name for the #GAppInfo. Since 2.24
74
- * @set_as_last_used_for_type: Sets the application as the last used. See g_app_info_set_as_last_used_for_type().
75
- * @get_supported_types: Retrieves the list of content types that @app_info claims to support.
76
- * @launch_uris_async: Asynchronously launches an application with a list of URIs. (Since: 2.60)
77
- * @launch_uris_finish: Finishes an operation started with @launch_uris_async. (Since: 2.60)
66
+ * @should_show: Returns whether an application should be shown (e.g. when
67
+ * getting a list of installed applications).
68
+ * [FreeDesktop.Org Startup Notification Specification](http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt).
69
+ * @set_as_default_for_type: Sets an application as default for a given content
70
+ * type.
71
+ * @set_as_default_for_extension: Sets an application as default for a given
72
+ * file extension.
73
+ * @add_supports_type: Adds to the [iface@Gio.AppInfo] information about
74
+ * supported file types.
75
+ * @can_remove_supports_type: Checks for support for removing supported file
76
+ * types from a [iface@Gio.AppInfo].
77
+ * @remove_supports_type: Removes a supported application type from a
78
+ * [iface@Gio.AppInfo].
79
+ * @can_delete: Checks if a [iface@Gio.AppInfo] can be deleted. (Since 2.20)
80
+ * @do_delete: Deletes a [iface@Gio.AppInfo]. (Since 2.20)
81
+ * @get_commandline: Gets the commandline for the [iface@Gio.AppInfo].
82
+ * (Since 2.20)
83
+ * @get_display_name: Gets the display name for the [iface@Gio.AppInfo].
84
+ * (Since 2.24)
85
+ * @set_as_last_used_for_type: Sets the application as the last used. See
86
+ * [method@Gio.AppInfo.set_as_last_used_for_type].
87
+ * @get_supported_types: Retrieves the list of content types that @app_info
88
+ * claims to support.
89
+ * @launch_uris_async: Asynchronously launches an application with a list of
90
+ * URIs. (Since: 2.60)
91
+ * @launch_uris_finish: Finishes an operation started with @launch_uris_async.
92
+ * (Since: 2.60)
78
93
 
79
94
  * Application Information interface, for operating system portability.
80
95
  */
@@ -46,7 +46,7 @@ typedef struct _GAsyncResultIface GAsyncResultIface;
46
46
  * @get_source_object: Gets the source object that issued the asynchronous operation.
47
47
  * @is_tagged: Checks if a result is tagged with a particular source.
48
48
  *
49
- * Interface definition for #GAsyncResult.
49
+ * Interface definition for [iface@Gio.AsyncResult].
50
50
  **/
51
51
  struct _GAsyncResultIface
52
52
  {
@@ -84,6 +84,11 @@ GConverterResult g_converter_convert (GConverter *converter,
84
84
  GIO_AVAILABLE_IN_ALL
85
85
  void g_converter_reset (GConverter *converter);
86
86
 
87
+ GIO_AVAILABLE_IN_2_82
88
+ GBytes * g_converter_convert_bytes (GConverter *converter,
89
+ GBytes *bytes,
90
+ GError **error);
91
+
87
92
 
88
93
  G_END_DECLS
89
94
 
@@ -79,7 +79,7 @@ struct _GDBusArgInfo
79
79
  * @out_args: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusArgInfo structures or %NULL if there are no out arguments.
80
80
  * @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
81
81
  *
82
- * Information about a method on an D-Bus interface.
82
+ * Information about a method on a D-Bus interface.
83
83
  *
84
84
  * Since: 2.26
85
85
  */
@@ -944,6 +944,14 @@ void g_file_copy_async (GFile
944
944
  gpointer progress_callback_data,
945
945
  GAsyncReadyCallback callback,
946
946
  gpointer user_data);
947
+ GIO_AVAILABLE_IN_2_82
948
+ void g_file_copy_async_with_closures (GFile *source,
949
+ GFile *destination,
950
+ GFileCopyFlags flags,
951
+ int io_priority,
952
+ GCancellable *cancellable,
953
+ GClosure *progress_callback_closure,
954
+ GClosure *ready_callback_closure);
947
955
  GIO_AVAILABLE_IN_ALL
948
956
  gboolean g_file_copy_finish (GFile *file,
949
957
  GAsyncResult *res,
@@ -966,6 +974,14 @@ void g_file_move_async (GFile
966
974
  gpointer progress_callback_data,
967
975
  GAsyncReadyCallback callback,
968
976
  gpointer user_data);
977
+ GIO_AVAILABLE_IN_2_82
978
+ void g_file_move_async_with_closures (GFile *source,
979
+ GFile *destination,
980
+ GFileCopyFlags flags,
981
+ int io_priority,
982
+ GCancellable *cancellable,
983
+ GClosure *progress_callback_closure,
984
+ GClosure *ready_callback_closure);
969
985
  GIO_AVAILABLE_IN_2_72
970
986
  gboolean g_file_move_finish (GFile *file,
971
987
  GAsyncResult *result,
@@ -984,3 +984,37 @@
984
984
  #define GIO_AVAILABLE_ENUMERATOR_IN_2_80
985
985
  #define GIO_AVAILABLE_TYPE_IN_2_80
986
986
  #endif
987
+
988
+ #if GLIB_VERSION_MIN_REQUIRED >= GLIB_VERSION_2_82
989
+ #define GIO_DEPRECATED_IN_2_82 GIO_DEPRECATED
990
+ #define GIO_DEPRECATED_IN_2_82_FOR(f) GIO_DEPRECATED_FOR (f)
991
+ #define GIO_DEPRECATED_MACRO_IN_2_82 GLIB_DEPRECATED_MACRO
992
+ #define GIO_DEPRECATED_MACRO_IN_2_82_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
993
+ #define GIO_DEPRECATED_ENUMERATOR_IN_2_82 GLIB_DEPRECATED_ENUMERATOR
994
+ #define GIO_DEPRECATED_ENUMERATOR_IN_2_82_FOR(f) GLIB_DEPRECATED_ENUMERATOR_FOR (f)
995
+ #define GIO_DEPRECATED_TYPE_IN_2_82 GLIB_DEPRECATED_TYPE
996
+ #define GIO_DEPRECATED_TYPE_IN_2_82_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
997
+ #else
998
+ #define GIO_DEPRECATED_IN_2_82 _GIO_EXTERN
999
+ #define GIO_DEPRECATED_IN_2_82_FOR(f) _GIO_EXTERN
1000
+ #define GIO_DEPRECATED_MACRO_IN_2_82
1001
+ #define GIO_DEPRECATED_MACRO_IN_2_82_FOR(f)
1002
+ #define GIO_DEPRECATED_ENUMERATOR_IN_2_82
1003
+ #define GIO_DEPRECATED_ENUMERATOR_IN_2_82_FOR(f)
1004
+ #define GIO_DEPRECATED_TYPE_IN_2_82
1005
+ #define GIO_DEPRECATED_TYPE_IN_2_82_FOR(f)
1006
+ #endif
1007
+
1008
+ #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_82
1009
+ #define GIO_AVAILABLE_IN_2_82 GIO_UNAVAILABLE (2, 82)
1010
+ #define GIO_AVAILABLE_STATIC_INLINE_IN_2_82 GLIB_UNAVAILABLE_STATIC_INLINE (2, 82)
1011
+ #define GIO_AVAILABLE_MACRO_IN_2_82 GLIB_UNAVAILABLE_MACRO (2, 82)
1012
+ #define GIO_AVAILABLE_ENUMERATOR_IN_2_82 GLIB_UNAVAILABLE_ENUMERATOR (2, 82)
1013
+ #define GIO_AVAILABLE_TYPE_IN_2_82 GLIB_UNAVAILABLE_TYPE (2, 82)
1014
+ #else
1015
+ #define GIO_AVAILABLE_IN_2_82 _GIO_EXTERN
1016
+ #define GIO_AVAILABLE_STATIC_INLINE_IN_2_82
1017
+ #define GIO_AVAILABLE_MACRO_IN_2_82
1018
+ #define GIO_AVAILABLE_ENUMERATOR_IN_2_82
1019
+ #define GIO_AVAILABLE_TYPE_IN_2_82
1020
+ #endif
@@ -322,6 +322,14 @@ void g_settings_bind_with_mapping (GSettin
322
322
  GSettingsBindSetMapping set_mapping,
323
323
  gpointer user_data,
324
324
  GDestroyNotify destroy);
325
+ GIO_AVAILABLE_IN_2_82
326
+ void g_settings_bind_with_mapping_closures (GSettings *settings,
327
+ const char *key,
328
+ GObject *object,
329
+ const char *property,
330
+ GSettingsBindFlags flags,
331
+ GClosure *get_mapping,
332
+ GClosure *set_mapping);
325
333
  GIO_AVAILABLE_IN_ALL
326
334
  void g_settings_bind_writable (GSettings *settings,
327
335
  const gchar *key,
@@ -42,11 +42,11 @@ G_BEGIN_DECLS
42
42
  * GVfsFileLookupFunc:
43
43
  * @vfs: a #GVfs
44
44
  * @identifier: the identifier to look up a #GFile for. This can either
45
- * be an URI or a parse name as returned by g_file_get_parse_name()
45
+ * be a URI or a parse name as returned by g_file_get_parse_name()
46
46
  * @user_data: user data passed to the function
47
47
  *
48
48
  * This function type is used by g_vfs_register_uri_scheme() to make it
49
- * possible for a client to associate an URI scheme to a different #GFile
49
+ * possible for a client to associate a URI scheme to a different #GFile
50
50
  * implementation.
51
51
  *
52
52
  * The client should return a reference to the new file that has been
@@ -984,3 +984,37 @@
984
984
  #define GI_AVAILABLE_ENUMERATOR_IN_2_80
985
985
  #define GI_AVAILABLE_TYPE_IN_2_80
986
986
  #endif
987
+
988
+ #if GLIB_VERSION_MIN_REQUIRED >= GLIB_VERSION_2_82
989
+ #define GI_DEPRECATED_IN_2_82 GI_DEPRECATED
990
+ #define GI_DEPRECATED_IN_2_82_FOR(f) GI_DEPRECATED_FOR (f)
991
+ #define GI_DEPRECATED_MACRO_IN_2_82 GLIB_DEPRECATED_MACRO
992
+ #define GI_DEPRECATED_MACRO_IN_2_82_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
993
+ #define GI_DEPRECATED_ENUMERATOR_IN_2_82 GLIB_DEPRECATED_ENUMERATOR
994
+ #define GI_DEPRECATED_ENUMERATOR_IN_2_82_FOR(f) GLIB_DEPRECATED_ENUMERATOR_FOR (f)
995
+ #define GI_DEPRECATED_TYPE_IN_2_82 GLIB_DEPRECATED_TYPE
996
+ #define GI_DEPRECATED_TYPE_IN_2_82_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
997
+ #else
998
+ #define GI_DEPRECATED_IN_2_82 _GI_EXTERN
999
+ #define GI_DEPRECATED_IN_2_82_FOR(f) _GI_EXTERN
1000
+ #define GI_DEPRECATED_MACRO_IN_2_82
1001
+ #define GI_DEPRECATED_MACRO_IN_2_82_FOR(f)
1002
+ #define GI_DEPRECATED_ENUMERATOR_IN_2_82
1003
+ #define GI_DEPRECATED_ENUMERATOR_IN_2_82_FOR(f)
1004
+ #define GI_DEPRECATED_TYPE_IN_2_82
1005
+ #define GI_DEPRECATED_TYPE_IN_2_82_FOR(f)
1006
+ #endif
1007
+
1008
+ #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_82
1009
+ #define GI_AVAILABLE_IN_2_82 GI_UNAVAILABLE (2, 82)
1010
+ #define GI_AVAILABLE_STATIC_INLINE_IN_2_82 GLIB_UNAVAILABLE_STATIC_INLINE (2, 82)
1011
+ #define GI_AVAILABLE_MACRO_IN_2_82 GLIB_UNAVAILABLE_MACRO (2, 82)
1012
+ #define GI_AVAILABLE_ENUMERATOR_IN_2_82 GLIB_UNAVAILABLE_ENUMERATOR (2, 82)
1013
+ #define GI_AVAILABLE_TYPE_IN_2_82 GLIB_UNAVAILABLE_TYPE (2, 82)
1014
+ #else
1015
+ #define GI_AVAILABLE_IN_2_82 _GI_EXTERN
1016
+ #define GI_AVAILABLE_STATIC_INLINE_IN_2_82
1017
+ #define GI_AVAILABLE_MACRO_IN_2_82
1018
+ #define GI_AVAILABLE_ENUMERATOR_IN_2_82
1019
+ #define GI_AVAILABLE_TYPE_IN_2_82
1020
+ #endif
@@ -81,7 +81,7 @@ GQuark g_bookmark_file_error_quark (void);
81
81
  * pointed by the URI like its MIME type, the application that is registering
82
82
  * the bookmark and the icon that should be used to represent the bookmark.
83
83
  * The data is stored using the
84
- * [Desktop Bookmark Specification](http://www.gnome.org/~ebassi/bookmark-spec).
84
+ * [Desktop Bookmark Specification](https://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec/).
85
85
  *
86
86
  * The syntax of the bookmark files is described in detail inside the
87
87
  * Desktop Bookmark Specification, here is a quick summary: bookmark
@@ -118,7 +118,7 @@ struct _GIOChannel
118
118
  /* Group the flags together, immediately after partial_write_buf, to save memory */
119
119
 
120
120
  guint use_buffer : 1; /* The encoding uses the buffers */
121
- guint do_encode : 1; /* The encoding uses the GIConv coverters */
121
+ guint do_encode : 1; /* The encoding uses the GIConv converters */
122
122
  guint close_on_unref : 1; /* Close the channel on final unref */
123
123
  guint is_readable : 1; /* Cached GIOFlag */
124
124
  guint is_writeable : 1; /* ditto */
@@ -370,7 +370,7 @@ GIOChannel *g_io_channel_win32_new_messages (guint hwnd);
370
370
  #endif
371
371
 
372
372
  /* Create an IO channel for C runtime (emulated Unix-like) file
373
- * descriptors. After calling g_io_add_watch() on a IO channel
373
+ * descriptors. After calling g_io_add_watch() on an IO channel
374
374
  * returned by this function, you shouldn't call read() on the file
375
375
  * descriptor. This is because adding polling for a file descriptor is
376
376
  * implemented on Win32 by starting a thread that sits blocked in a