@img/sharp-libvips-dev-wasm32 1.0.5 → 1.0.6
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/aom/aom.h +1 -1
- package/include/aom/aom_codec.h +4 -4
- package/include/aom/aom_decoder.h +1 -1
- package/include/aom/aom_encoder.h +3 -1
- package/include/aom/aom_external_partition.h +1 -1
- package/include/aom/aom_frame_buffer.h +1 -1
- package/include/aom/aom_image.h +1 -1
- package/include/aom/aom_integer.h +1 -9
- package/include/aom/aomcx.h +47 -4
- package/include/aom/aomdx.h +1 -1
- package/include/expat.h +1 -1
- package/include/expat_config.h +3 -6
- package/include/glib-2.0/gio/gioenums.h +2 -2
- package/include/glib-2.0/glib/gmain.h +52 -47
- package/include/glib-2.0/glib/gstring.h +4 -0
- package/include/glib-2.0/gobject/gobjectnotifyqueue.c +2 -2
- package/include/resvg.h +22 -5
- package/include/tiffio.h +11 -11
- package/include/tiffvers.h +4 -4
- package/include/vips/version.h +4 -4
- package/include/zlib.h +3 -3
- package/lib/glib-2.0/include/glibconfig.h +1 -1
- package/lib/libaom.a +0 -0
- package/lib/libcgif.a +0 -0
- package/lib/libexif.a +0 -0
- package/lib/libexpat.a +0 -0
- package/lib/libexpat.la +1 -1
- package/lib/libffi.a +0 -0
- package/lib/libgio-2.0.a +0 -0
- package/lib/libglib-2.0.a +0 -0
- package/lib/libgmodule-2.0.a +0 -0
- package/lib/libgobject-2.0.a +0 -0
- package/lib/libgthread-2.0.a +0 -0
- package/lib/libheif.a +0 -0
- package/lib/libhwy.a +0 -0
- package/lib/libimagequant.a +0 -0
- package/lib/libjpeg.a +0 -0
- package/lib/liblcms2.a +0 -0
- package/lib/libresvg.a +0 -0
- package/lib/libsharpyuv.a +0 -0
- package/lib/libspng.a +0 -0
- package/lib/libtiff.a +0 -0
- package/lib/libtiff.la +3 -3
- package/lib/libvips-cpp.a +0 -0
- package/lib/libvips.a +0 -0
- package/lib/libwebp.a +0 -0
- package/lib/libwebpdemux.a +0 -0
- package/lib/libwebpmux.a +0 -0
- package/lib/libz.a +0 -0
- package/lib/pkgconfig/aom.pc +2 -2
- package/lib/pkgconfig/expat.pc +1 -1
- package/lib/pkgconfig/gio-2.0.pc +1 -1
- package/lib/pkgconfig/glib-2.0.pc +1 -1
- package/lib/pkgconfig/gmodule-2.0.pc +1 -1
- package/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- package/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- package/lib/pkgconfig/gobject-2.0.pc +1 -1
- package/lib/pkgconfig/gthread-2.0.pc +1 -1
- package/lib/pkgconfig/libjpeg.pc +3 -3
- package/lib/pkgconfig/libtiff-4.pc +1 -1
- package/lib/pkgconfig/vips-cpp.pc +1 -1
- package/lib/pkgconfig/vips.pc +1 -1
- package/package.json +1 -1
- package/versions.json +8 -8
package/include/aom/aom.h
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016, Alliance for Open Media. All rights reserved
|
|
2
|
+
* Copyright (c) 2016, Alliance for Open Media. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
* This source code is subject to the terms of the BSD 2 Clause License and
|
|
5
5
|
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
|
package/include/aom/aom_codec.h
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016, Alliance for Open Media. All rights reserved
|
|
2
|
+
* Copyright (c) 2016, Alliance for Open Media. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
* This source code is subject to the terms of the BSD 2 Clause License and
|
|
5
5
|
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
|
|
@@ -102,7 +102,7 @@ extern "C" {
|
|
|
102
102
|
|
|
103
103
|
/*!\brief Decorator indicating a function is deprecated */
|
|
104
104
|
#ifndef AOM_DEPRECATED
|
|
105
|
-
#if defined(__GNUC__)
|
|
105
|
+
#if defined(__GNUC__)
|
|
106
106
|
#define AOM_DEPRECATED __attribute__((deprecated))
|
|
107
107
|
#elif defined(_MSC_VER)
|
|
108
108
|
#define AOM_DEPRECATED
|
|
@@ -112,7 +112,7 @@ extern "C" {
|
|
|
112
112
|
#endif /* AOM_DEPRECATED */
|
|
113
113
|
|
|
114
114
|
#ifndef AOM_DECLSPEC_DEPRECATED
|
|
115
|
-
#if defined(__GNUC__)
|
|
115
|
+
#if defined(__GNUC__)
|
|
116
116
|
#define AOM_DECLSPEC_DEPRECATED /**< \copydoc #AOM_DEPRECATED */
|
|
117
117
|
#elif defined(_MSC_VER)
|
|
118
118
|
/*!\brief \copydoc #AOM_DEPRECATED */
|
|
@@ -132,7 +132,7 @@ extern "C" {
|
|
|
132
132
|
|
|
133
133
|
/*!\brief Decorator indicating that given struct/union/enum is packed */
|
|
134
134
|
#ifndef ATTRIBUTE_PACKED
|
|
135
|
-
#if defined(__GNUC__)
|
|
135
|
+
#if defined(__GNUC__)
|
|
136
136
|
#define ATTRIBUTE_PACKED __attribute__((packed))
|
|
137
137
|
#elif defined(_MSC_VER)
|
|
138
138
|
#define ATTRIBUTE_PACKED
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016, Alliance for Open Media. All rights reserved
|
|
2
|
+
* Copyright (c) 2016, Alliance for Open Media. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
* This source code is subject to the terms of the BSD 2 Clause License and
|
|
5
5
|
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016, Alliance for Open Media. All rights reserved
|
|
2
|
+
* Copyright (c) 2016, Alliance for Open Media. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
* This source code is subject to the terms of the BSD 2 Clause License and
|
|
5
5
|
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
|
|
@@ -802,6 +802,8 @@ typedef struct aom_codec_enc_cfg {
|
|
|
802
802
|
* S-Frame.
|
|
803
803
|
*
|
|
804
804
|
* Otherwise: the considered frame will be made into an S-Frame.
|
|
805
|
+
*
|
|
806
|
+
* \attention Not implemented.
|
|
805
807
|
*/
|
|
806
808
|
unsigned int sframe_mode;
|
|
807
809
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2021, Alliance for Open Media. All rights reserved
|
|
2
|
+
* Copyright (c) 2021, Alliance for Open Media. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
* This source code is subject to the terms of the BSD 2 Clause License and
|
|
5
5
|
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016, Alliance for Open Media. All rights reserved
|
|
2
|
+
* Copyright (c) 2016, Alliance for Open Media. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
* This source code is subject to the terms of the BSD 2 Clause License and
|
|
5
5
|
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
|
package/include/aom/aom_image.h
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016, Alliance for Open Media. All rights reserved
|
|
2
|
+
* Copyright (c) 2016, Alliance for Open Media. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
* This source code is subject to the terms of the BSD 2 Clause License and
|
|
5
5
|
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016, Alliance for Open Media. All rights reserved
|
|
2
|
+
* Copyright (c) 2016, Alliance for Open Media. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
* This source code is subject to the terms of the BSD 2 Clause License and
|
|
5
5
|
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
|
|
@@ -14,14 +14,6 @@
|
|
|
14
14
|
/* get ptrdiff_t, size_t, wchar_t, NULL */
|
|
15
15
|
#include <stddef.h> // IWYU pragma: export
|
|
16
16
|
|
|
17
|
-
#if defined(_MSC_VER)
|
|
18
|
-
#define AOM_FORCE_INLINE __forceinline
|
|
19
|
-
#define AOM_INLINE __inline
|
|
20
|
-
#else
|
|
21
|
-
#define AOM_FORCE_INLINE __inline__ __attribute__((always_inline))
|
|
22
|
-
#define AOM_INLINE inline
|
|
23
|
-
#endif
|
|
24
|
-
|
|
25
17
|
/* Assume platforms have the C99 standard integer types. */
|
|
26
18
|
|
|
27
19
|
#if defined(__cplusplus)
|
package/include/aom/aomcx.h
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016, Alliance for Open Media. All rights reserved
|
|
2
|
+
* Copyright (c) 2016, Alliance for Open Media. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
* This source code is subject to the terms of the BSD 2 Clause License and
|
|
5
5
|
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
|
|
@@ -1527,9 +1527,10 @@ enum aome_enc_control_id {
|
|
|
1527
1527
|
*/
|
|
1528
1528
|
AV1E_SET_BITRATE_ONE_PASS_CBR = 163,
|
|
1529
1529
|
|
|
1530
|
-
/*!\brief Codec control to set the maximum number of consecutive frame drops
|
|
1531
|
-
* allowed for the frame dropper in 1 pass
|
|
1532
|
-
* zero has no effect.
|
|
1530
|
+
/*!\brief Codec control to set the maximum number of consecutive frame drops,
|
|
1531
|
+
* in units of frames, allowed for the frame dropper in 1 pass
|
|
1532
|
+
* CBR mode, int parameter. Value of zero has no effect.
|
|
1533
|
+
* \deprecated Use the new control AV1E_SET_MAX_CONSEC_FRAME_DROP_MS_CBR.
|
|
1533
1534
|
*/
|
|
1534
1535
|
AV1E_SET_MAX_CONSEC_FRAME_DROP_CBR = 164,
|
|
1535
1536
|
|
|
@@ -1539,6 +1540,36 @@ enum aome_enc_control_id {
|
|
|
1539
1540
|
*/
|
|
1540
1541
|
AV1E_SET_SVC_FRAME_DROP_MODE = 165,
|
|
1541
1542
|
|
|
1543
|
+
/*!\brief Codec control to set auto tiling, unsigned int parameter.
|
|
1544
|
+
* Value of 1 means encoder will set number of tile_columns and tile_rows,
|
|
1545
|
+
* based on the number of threads and resolution. This will override any
|
|
1546
|
+
* settings set via SET_TILE_COLUMNS/ROWS. If the value is 0 no change is
|
|
1547
|
+
* done, the previous setting (if any) for tile_columns/rows is preserved.
|
|
1548
|
+
*/
|
|
1549
|
+
AV1E_SET_AUTO_TILES = 166,
|
|
1550
|
+
|
|
1551
|
+
/*!\brief Codec control to get the high motion content flag, used for
|
|
1552
|
+
* screen content realtime (RTC) encoding, int * parameter.
|
|
1553
|
+
* Returns an integer.
|
|
1554
|
+
* 1 means high motion content flag is set to 1, 0 means set to 0.
|
|
1555
|
+
*/
|
|
1556
|
+
AV1E_GET_HIGH_MOTION_CONTENT_SCREEN_RTC = 167,
|
|
1557
|
+
|
|
1558
|
+
/*!\brief Codec control to enable post encode frame drop for RTC encoding,
|
|
1559
|
+
* int parameter.
|
|
1560
|
+
*
|
|
1561
|
+
* Value of 1 means encoder will enable post encode drop. Default is 0 (not
|
|
1562
|
+
* enabled). Post encode drop is only allowed when frame dropping is enabled
|
|
1563
|
+
* (aom_codec_enc_cfg::rc_dropframe_thresh > 0).
|
|
1564
|
+
*/
|
|
1565
|
+
AV1E_SET_POSTENCODE_DROP_RTC = 168,
|
|
1566
|
+
|
|
1567
|
+
/*!\brief Codec control to set the maximum number of consecutive frame drops,
|
|
1568
|
+
* in units of time (milliseconds), allowed for the frame dropper in 1 pass
|
|
1569
|
+
* CBR mode, int parameter. Value of zero has no effect.
|
|
1570
|
+
*/
|
|
1571
|
+
AV1E_SET_MAX_CONSEC_FRAME_DROP_MS_CBR = 169,
|
|
1572
|
+
|
|
1542
1573
|
// Any new encoder control IDs should be added above.
|
|
1543
1574
|
// Maximum allowed encoder control ID is 229.
|
|
1544
1575
|
// No encoder control ID should be added below.
|
|
@@ -2196,6 +2227,18 @@ AOM_CTRL_USE_TYPE(AV1E_SET_SVC_FRAME_DROP_MODE, unsigned int)
|
|
|
2196
2227
|
AOM_CTRL_USE_TYPE(AV1E_SET_MAX_CONSEC_FRAME_DROP_CBR, int)
|
|
2197
2228
|
#define AOM_CTRL_AV1E_SET_MAX_CONSEC_FRAME_DROP_CBR
|
|
2198
2229
|
|
|
2230
|
+
AOM_CTRL_USE_TYPE(AV1E_SET_AUTO_TILES, unsigned int)
|
|
2231
|
+
#define AOM_CTRL_AV1E_SET_AUTO_TILES
|
|
2232
|
+
|
|
2233
|
+
AOM_CTRL_USE_TYPE(AV1E_GET_HIGH_MOTION_CONTENT_SCREEN_RTC, int *)
|
|
2234
|
+
#define AOM_CTRL_AV1E_GET_HIGH_MOTION_CONTENT_SCREEN_RTC
|
|
2235
|
+
|
|
2236
|
+
AOM_CTRL_USE_TYPE(AV1E_SET_POSTENCODE_DROP_RTC, int)
|
|
2237
|
+
#define AOM_CTRL_AV1E_SET_POSTENCODE_DROP_RTC
|
|
2238
|
+
|
|
2239
|
+
AOM_CTRL_USE_TYPE(AV1E_SET_MAX_CONSEC_FRAME_DROP_MS_CBR, int)
|
|
2240
|
+
#define AOM_CTRL_AV1E_SET_MAX_CONSEC_FRAME_DROP_MS_CBR
|
|
2241
|
+
|
|
2199
2242
|
/*!\endcond */
|
|
2200
2243
|
/*! @} - end defgroup aom_encoder */
|
|
2201
2244
|
#ifdef __cplusplus
|
package/include/aom/aomdx.h
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016, Alliance for Open Media. All rights reserved
|
|
2
|
+
* Copyright (c) 2016, Alliance for Open Media. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
* This source code is subject to the terms of the BSD 2 Clause License and
|
|
5
5
|
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
|
package/include/expat.h
CHANGED
package/include/expat_config.h
CHANGED
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
#define PACKAGE_NAME "expat"
|
|
84
84
|
|
|
85
85
|
/* Define to the full name and version of this package. */
|
|
86
|
-
#define PACKAGE_STRING "expat 2.6.
|
|
86
|
+
#define PACKAGE_STRING "expat 2.6.3"
|
|
87
87
|
|
|
88
88
|
/* Define to the one symbol short name of this package. */
|
|
89
89
|
#define PACKAGE_TARNAME "expat"
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
#define PACKAGE_URL ""
|
|
93
93
|
|
|
94
94
|
/* Define to the version of this package. */
|
|
95
|
-
#define PACKAGE_VERSION "2.6.
|
|
95
|
+
#define PACKAGE_VERSION "2.6.3"
|
|
96
96
|
|
|
97
97
|
/* Define to 1 if all of the C90 standard headers exist (not just the ones
|
|
98
98
|
required in a freestanding environment). This macro is provided for
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
#define STDC_HEADERS 1
|
|
101
101
|
|
|
102
102
|
/* Version number of package */
|
|
103
|
-
#define VERSION "2.6.
|
|
103
|
+
#define VERSION "2.6.3"
|
|
104
104
|
|
|
105
105
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
|
106
106
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
|
@@ -140,7 +140,4 @@
|
|
|
140
140
|
/* Define to `long int' if <sys/types.h> does not define. */
|
|
141
141
|
/* #undef off_t */
|
|
142
142
|
|
|
143
|
-
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
|
144
|
-
/* #undef size_t */
|
|
145
|
-
|
|
146
143
|
#endif // ndef EXPAT_CONFIG_H
|
|
@@ -290,8 +290,8 @@ typedef enum /*< flags >*/ {
|
|
|
290
290
|
* assemble/disassemble a virtual drive from several physical
|
|
291
291
|
* drives.
|
|
292
292
|
* @G_DRIVE_START_STOP_TYPE_PASSWORD: The start/stop methods will
|
|
293
|
-
* unlock/lock the disk (for example using the ATA
|
|
294
|
-
*
|
|
293
|
+
* unlock/lock the disk (for example using the ATA `SECURITY UNLOCK
|
|
294
|
+
* DEVICE` command)
|
|
295
295
|
*
|
|
296
296
|
* Enumeration describing how a drive can be started/stopped.
|
|
297
297
|
*
|
|
@@ -48,8 +48,8 @@ typedef enum /*< flags >*/
|
|
|
48
48
|
* `g_main_context_{prepare,query,check,dispatch}` to integrate GMainContext in
|
|
49
49
|
* other event loops.
|
|
50
50
|
*
|
|
51
|
-
* Flags to pass to
|
|
52
|
-
* of a
|
|
51
|
+
* Flags to pass to [ctor@GLib.MainContext.new_with_flags] which affect the
|
|
52
|
+
* behaviour of a [struct@GLib.MainContext].
|
|
53
53
|
*
|
|
54
54
|
* Since: 2.72
|
|
55
55
|
*/
|
|
@@ -121,15 +121,17 @@ typedef struct _GSourceCallbackFuncs GSourceCallbackFuncs;
|
|
|
121
121
|
* %TRUE in either its @prepare or its @check function, or if a ready time
|
|
122
122
|
* has been reached. The @dispatch function receives a callback function and
|
|
123
123
|
* user data. The callback function may be %NULL if the source was never
|
|
124
|
-
* connected to a callback using
|
|
125
|
-
* function should call the callback function with @user_data and
|
|
126
|
-
* additional parameters are needed for this type of event source.
|
|
127
|
-
* return value of the @dispatch function should be
|
|
128
|
-
* source should be removed or
|
|
124
|
+
* connected to a callback using [method@GLib.Source.set_callback]. The
|
|
125
|
+
* @dispatch function should call the callback function with @user_data and
|
|
126
|
+
* whatever additional parameters are needed for this type of event source.
|
|
127
|
+
* The return value of the @dispatch function should be
|
|
128
|
+
* [const@GLib.SOURCE_REMOVE] if the source should be removed or
|
|
129
|
+
* [const@GLib.SOURCE_CONTINUE] to keep it.
|
|
129
130
|
* @finalize: Called when the source is finalized. At this point, the source
|
|
130
131
|
* will have been destroyed, had its callback cleared, and have been removed
|
|
131
|
-
* from its
|
|
132
|
-
* so methods can be called on it from within this
|
|
132
|
+
* from its [struct@GLib.MainContext], but it will still have its final
|
|
133
|
+
* reference count, so methods can be called on it from within this
|
|
134
|
+
* function.
|
|
133
135
|
*
|
|
134
136
|
* The `GSourceFuncs` struct contains a table of
|
|
135
137
|
* functions used to handle event sources in a generic manner.
|
|
@@ -182,15 +184,17 @@ typedef struct _GSourceFuncs GSourceFuncs;
|
|
|
182
184
|
* @user_data: data passed to the function, set when the source was
|
|
183
185
|
* created with one of the above functions
|
|
184
186
|
*
|
|
185
|
-
* Specifies the type of function passed to
|
|
186
|
-
*
|
|
187
|
+
* Specifies the type of function passed to [func@GLib.timeout_add],
|
|
188
|
+
* [func@GLib.timeout_add_full], [func@GLib.idle_add], and
|
|
189
|
+
* [func@GLib.idle_add_full].
|
|
187
190
|
*
|
|
188
|
-
* When calling
|
|
189
|
-
* different type to this type. Use
|
|
190
|
-
* incompatible function types.
|
|
191
|
+
* When calling [method@GLib.Source.set_callback], you may need to cast a
|
|
192
|
+
* function of a different type to this type. Use [func@GLib.SOURCE_FUNC] to
|
|
193
|
+
* avoid warnings about incompatible function types.
|
|
191
194
|
*
|
|
192
|
-
* Returns: %FALSE if the source should be removed.
|
|
193
|
-
*
|
|
195
|
+
* Returns: %FALSE if the source should be removed.
|
|
196
|
+
* [const@GLib.SOURCE_CONTINUE] and [const@GLib.SOURCE_REMOVE] are more
|
|
197
|
+
* memorable names for the return value.
|
|
194
198
|
*/
|
|
195
199
|
typedef gboolean (*GSourceFunc) (gpointer user_data);
|
|
196
200
|
|
|
@@ -202,7 +206,7 @@ typedef gboolean (*GSourceFunc) (gpointer user_data);
|
|
|
202
206
|
* A source function that is only called once before being removed from the main
|
|
203
207
|
* context automatically.
|
|
204
208
|
*
|
|
205
|
-
* See:
|
|
209
|
+
* See: [func@GLib.idle_add_once], [func@GLib.timeout_add_once]
|
|
206
210
|
*
|
|
207
211
|
* Since: 2.74
|
|
208
212
|
*/
|
|
@@ -212,15 +216,16 @@ typedef void (* GSourceOnceFunc) (gpointer user_data);
|
|
|
212
216
|
* G_SOURCE_FUNC:
|
|
213
217
|
* @f: a function pointer.
|
|
214
218
|
*
|
|
215
|
-
* Cast a function pointer to a
|
|
216
|
-
* onwards with `-Wextra` or `-Wcast-function-type` enabled
|
|
217
|
-
* types being incompatible.
|
|
219
|
+
* Cast a function pointer to a [callback@GLib.SourceFunc], suppressing
|
|
220
|
+
* warnings from GCC 8 onwards with `-Wextra` or `-Wcast-function-type` enabled
|
|
221
|
+
* about the function types being incompatible.
|
|
218
222
|
*
|
|
219
223
|
* For example, the correct type of callback for a source created by
|
|
220
|
-
*
|
|
221
|
-
* than
|
|
222
|
-
*
|
|
223
|
-
* back to the correct type before it is
|
|
224
|
+
* [func@GLib.child_watch_source_new] is #GChildWatchFunc, which accepts more
|
|
225
|
+
* arguments than [callback@GLib.SourceFunc]. Casting the function with
|
|
226
|
+
* `(GSourceFunc)` to call [method@GLib.Source.set_callback] will trigger a
|
|
227
|
+
* warning, even though it will be cast back to the correct type before it is
|
|
228
|
+
* called by the source.
|
|
224
229
|
*
|
|
225
230
|
* Since: 2.58
|
|
226
231
|
*/
|
|
@@ -231,13 +236,13 @@ typedef void (* GSourceOnceFunc) (gpointer user_data);
|
|
|
231
236
|
* @pid: the process id of the child process
|
|
232
237
|
* @wait_status: Status information about the child process, encoded
|
|
233
238
|
* in a platform-specific manner
|
|
234
|
-
* @user_data: user data passed to
|
|
239
|
+
* @user_data: user data passed to [func@GLib.child_watch_add]
|
|
235
240
|
*
|
|
236
241
|
* Prototype of a #GChildWatchSource callback, called when a child
|
|
237
242
|
* process has exited.
|
|
238
243
|
*
|
|
239
|
-
* To interpret @wait_status, see the documentation
|
|
240
|
-
*
|
|
244
|
+
* To interpret @wait_status, see the documentation for
|
|
245
|
+
* [func@GLib.spawn_check_wait_status]. In particular,
|
|
241
246
|
* on Unix platforms, note that it is usually not equal
|
|
242
247
|
* to the integer passed to `exit()` or returned from `main()`.
|
|
243
248
|
*/
|
|
@@ -250,8 +255,8 @@ typedef void (*GChildWatchFunc) (GPid pid,
|
|
|
250
255
|
* GSourceDisposeFunc:
|
|
251
256
|
* @source: #GSource that is currently being disposed
|
|
252
257
|
*
|
|
253
|
-
* Dispose function for @source. See
|
|
254
|
-
* details.
|
|
258
|
+
* Dispose function for @source. See [method@GLib.Source.set_dispose_function]
|
|
259
|
+
* for details.
|
|
255
260
|
*
|
|
256
261
|
* Since: 2.64
|
|
257
262
|
*/
|
|
@@ -420,7 +425,7 @@ struct _GSourceFuncs
|
|
|
420
425
|
* Use this for default priority event sources.
|
|
421
426
|
*
|
|
422
427
|
* In GLib this priority is used when adding timeout functions
|
|
423
|
-
* with
|
|
428
|
+
* with [func@GLib.timeout_add]. In GDK this priority is used for events
|
|
424
429
|
* from the X server.
|
|
425
430
|
*/
|
|
426
431
|
#define G_PRIORITY_DEFAULT 0
|
|
@@ -443,7 +448,7 @@ struct _GSourceFuncs
|
|
|
443
448
|
* Use this for default priority idle functions.
|
|
444
449
|
*
|
|
445
450
|
* In GLib this priority is used when adding idle functions with
|
|
446
|
-
*
|
|
451
|
+
* [func@GLib.idle_add].
|
|
447
452
|
*/
|
|
448
453
|
#define G_PRIORITY_DEFAULT_IDLE 200
|
|
449
454
|
|
|
@@ -459,8 +464,8 @@ struct _GSourceFuncs
|
|
|
459
464
|
/**
|
|
460
465
|
* G_SOURCE_REMOVE:
|
|
461
466
|
*
|
|
462
|
-
* Use this macro as the return value of a
|
|
463
|
-
* the
|
|
467
|
+
* Use this macro as the return value of a [callback@GLib.SourceFunc] to remove
|
|
468
|
+
* the [struct@GLib.Source] from the main loop.
|
|
464
469
|
*
|
|
465
470
|
* Since: 2.32
|
|
466
471
|
*/
|
|
@@ -469,8 +474,8 @@ struct _GSourceFuncs
|
|
|
469
474
|
/**
|
|
470
475
|
* G_SOURCE_CONTINUE:
|
|
471
476
|
*
|
|
472
|
-
* Use this macro as the return value of a
|
|
473
|
-
* the
|
|
477
|
+
* Use this macro as the return value of a [callback@GLib.SourceFunc] to leave
|
|
478
|
+
* the [struct@GLib.Source] in the main loop.
|
|
474
479
|
*
|
|
475
480
|
* Since: 2.32
|
|
476
481
|
*/
|
|
@@ -588,13 +593,13 @@ typedef void GMainContextPusher GLIB_AVAILABLE_TYPE_IN_2_64;
|
|
|
588
593
|
* @main_context: (transfer none): a main context to push
|
|
589
594
|
*
|
|
590
595
|
* Push @main_context as the new thread-default main context for the current
|
|
591
|
-
* thread, using
|
|
592
|
-
*
|
|
593
|
-
*
|
|
594
|
-
*
|
|
596
|
+
* thread, using [method@GLib.MainContext.push_thread_default], and return a
|
|
597
|
+
* new [alias@GLib.MainContextPusher]. Pop with g_main_context_pusher_free().
|
|
598
|
+
* Using [method@GLib.MainContext.pop_thread_default] on @main_context while a
|
|
599
|
+
* [alias@GLib.MainContextPusher] exists for it can lead to undefined behaviour.
|
|
595
600
|
*
|
|
596
|
-
* Using two
|
|
597
|
-
* to an undefined pop order.
|
|
601
|
+
* Using two [alias@GLib.MainContextPusher]s in the same scope is not allowed,
|
|
602
|
+
* as it leads to an undefined pop order.
|
|
598
603
|
*
|
|
599
604
|
* This is intended to be used with g_autoptr(). Note that g_autoptr()
|
|
600
605
|
* is only available when using GCC or clang, so the following example
|
|
@@ -645,8 +650,8 @@ G_GNUC_END_IGNORE_DEPRECATIONS
|
|
|
645
650
|
* Pop @pusher’s main context as the thread default main context.
|
|
646
651
|
* See g_main_context_pusher_new() for details.
|
|
647
652
|
*
|
|
648
|
-
* This will pop the
|
|
649
|
-
* but will not call
|
|
653
|
+
* This will pop the [struct@GLib.MainContext] as the current thread-default
|
|
654
|
+
* main context, but will not call [method@GLib.MainContext.unref] on it.
|
|
650
655
|
*
|
|
651
656
|
* Since: 2.64
|
|
652
657
|
*/
|
|
@@ -833,10 +838,10 @@ gboolean g_source_remove_by_funcs_user_data (GSourceFuncs *funcs,
|
|
|
833
838
|
* GClearHandleFunc:
|
|
834
839
|
* @handle_id: the handle ID to clear
|
|
835
840
|
*
|
|
836
|
-
* Specifies the type of function passed to
|
|
837
|
-
*
|
|
838
|
-
*
|
|
839
|
-
*
|
|
841
|
+
* Specifies the type of function passed to [func@GLib.clear_handle_id] The
|
|
842
|
+
* implementation is expected to free the resource identified by @handle_id;
|
|
843
|
+
* for instance, if @handle_id is a [struct@GLib.Source] ID,
|
|
844
|
+
* [func@GLib.Source.remove] can be used.
|
|
840
845
|
*
|
|
841
846
|
* Since: 2.56
|
|
842
847
|
*/
|
|
@@ -66,6 +66,8 @@ gchar* g_string_free_and_steal (GString *string) G_GNUC_WARN_UN
|
|
|
66
66
|
|
|
67
67
|
#if G_GNUC_CHECK_VERSION (2, 0) && (GLIB_VERSION_MIN_REQUIRED >= GLIB_VERSION_2_76)
|
|
68
68
|
|
|
69
|
+
#if !defined(__cplusplus) || !G_GNUC_CHECK_VERSION (6, 1) || G_GNUC_CHECK_VERSION (7, 3)
|
|
70
|
+
|
|
69
71
|
#define g_string_free(str, free_segment) \
|
|
70
72
|
(__builtin_constant_p (free_segment) ? \
|
|
71
73
|
((free_segment) ? \
|
|
@@ -74,6 +76,8 @@ gchar* g_string_free_and_steal (GString *string) G_GNUC_WARN_UN
|
|
|
74
76
|
: \
|
|
75
77
|
(g_string_free) ((str), (free_segment)))
|
|
76
78
|
|
|
79
|
+
#endif /* !defined(__cplusplus) || !G_GNUC_CHECK_VERSION (6, 1) || G_GNUC_CHECK_VERSION (7, 3) */
|
|
80
|
+
|
|
77
81
|
#endif /* G_GNUC_CHECK_VERSION (2, 0) && (GLIB_VERSION_MIN_REQUIRED >= GLIB_VERSION_2_76) */
|
|
78
82
|
|
|
79
83
|
GLIB_AVAILABLE_IN_2_34
|
|
@@ -140,7 +140,7 @@ g_object_notify_queue_thaw (GObject *object,
|
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
static inline void
|
|
143
|
-
g_object_notify_queue_clear (GObject *object,
|
|
143
|
+
g_object_notify_queue_clear (GObject *object G_GNUC_UNUSED,
|
|
144
144
|
GObjectNotifyQueue *nqueue)
|
|
145
145
|
{
|
|
146
146
|
g_return_if_fail (nqueue->freeze_count > 0);
|
|
@@ -155,7 +155,7 @@ g_object_notify_queue_clear (GObject *object,
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
static inline void
|
|
158
|
-
g_object_notify_queue_add (GObject *object,
|
|
158
|
+
g_object_notify_queue_add (GObject *object G_GNUC_UNUSED,
|
|
159
159
|
GObjectNotifyQueue *nqueue,
|
|
160
160
|
GParamSpec *pspec)
|
|
161
161
|
{
|
package/include/resvg.h
CHANGED
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
#include <stdint.h>
|
|
18
18
|
|
|
19
19
|
#define RESVG_MAJOR_VERSION 0
|
|
20
|
-
#define RESVG_MINOR_VERSION
|
|
20
|
+
#define RESVG_MINOR_VERSION 44
|
|
21
21
|
#define RESVG_PATCH_VERSION 0
|
|
22
|
-
#define RESVG_VERSION "0.
|
|
22
|
+
#define RESVG_VERSION "0.44.0"
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
25
|
* @brief List of possible errors.
|
|
@@ -375,19 +375,36 @@ bool resvg_is_image_empty(const resvg_render_tree *tree);
|
|
|
375
375
|
/**
|
|
376
376
|
* @brief Returns an image size.
|
|
377
377
|
*
|
|
378
|
-
* The size of
|
|
378
|
+
* The size of an image that is required to render this SVG.
|
|
379
379
|
*
|
|
380
|
-
*
|
|
380
|
+
* Note that elements outside the viewbox will be clipped. This is by design.
|
|
381
|
+
* If you want to render the whole SVG content, use #resvg_get_image_bbox instead.
|
|
381
382
|
*
|
|
382
383
|
* @param tree Render tree.
|
|
383
384
|
* @return Image size.
|
|
384
385
|
*/
|
|
385
386
|
resvg_size resvg_get_image_size(const resvg_render_tree *tree);
|
|
386
387
|
|
|
388
|
+
/**
|
|
389
|
+
* @brief Returns an object bounding box.
|
|
390
|
+
*
|
|
391
|
+
* This bounding box does not include objects stroke and filter regions.
|
|
392
|
+
* This is what SVG calls "absolute object bonding box".
|
|
393
|
+
*
|
|
394
|
+
* If you're looking for a "complete" bounding box see #resvg_get_image_bbox
|
|
395
|
+
*
|
|
396
|
+
* @param tree Render tree.
|
|
397
|
+
* @param bbox Image's object bounding box.
|
|
398
|
+
* @return `false` if an image has no elements.
|
|
399
|
+
*/
|
|
400
|
+
bool resvg_get_object_bbox(const resvg_render_tree *tree, resvg_rect *bbox);
|
|
401
|
+
|
|
387
402
|
/**
|
|
388
403
|
* @brief Returns an image bounding box.
|
|
389
404
|
*
|
|
390
|
-
*
|
|
405
|
+
* This bounding box contains the maximum SVG dimensions.
|
|
406
|
+
* It's size can be bigger or smaller than #resvg_get_image_size
|
|
407
|
+
* Use it when you want to avoid clipping of elements that are outside the SVG viewbox.
|
|
391
408
|
*
|
|
392
409
|
* @param tree Render tree.
|
|
393
410
|
* @param bbox Image's bounding box.
|
package/include/tiffio.h
CHANGED
|
@@ -77,10 +77,6 @@ typedef tstrile_t ttile_t; /* tile number */
|
|
|
77
77
|
typedef tmsize_t tsize_t; /* i/o size in bytes */
|
|
78
78
|
typedef void *tdata_t; /* image data ref */
|
|
79
79
|
|
|
80
|
-
#if !defined(__WIN32__) && (defined(_WIN32) || defined(WIN32))
|
|
81
|
-
#define __WIN32__
|
|
82
|
-
#endif
|
|
83
|
-
|
|
84
80
|
/*
|
|
85
81
|
* On windows you should define USE_WIN32_FILEIO if you are using tif_win32.c
|
|
86
82
|
* or AVOID_WIN32_FILEIO if you are using something else (like tif_unix.c).
|
|
@@ -88,7 +84,7 @@ typedef void *tdata_t; /* image data ref */
|
|
|
88
84
|
* By default tif_unix.c is assumed.
|
|
89
85
|
*/
|
|
90
86
|
|
|
91
|
-
#if defined(
|
|
87
|
+
#if defined(_WIN32)
|
|
92
88
|
#if !defined(__CYGWIN) && !defined(AVOID_WIN32_FILEIO) && \
|
|
93
89
|
!defined(USE_WIN32_FILEIO)
|
|
94
90
|
#define AVOID_WIN32_FILEIO
|
|
@@ -98,11 +94,11 @@ typedef void *tdata_t; /* image data ref */
|
|
|
98
94
|
#if defined(USE_WIN32_FILEIO)
|
|
99
95
|
#define VC_EXTRALEAN
|
|
100
96
|
#include <windows.h>
|
|
101
|
-
#ifdef
|
|
97
|
+
#ifdef _WIN32
|
|
102
98
|
DECLARE_HANDLE(thandle_t); /* Win32 file handle */
|
|
103
99
|
#else
|
|
104
100
|
typedef HFILE thandle_t; /* client data handle */
|
|
105
|
-
#endif /*
|
|
101
|
+
#endif /* _WIN32 */
|
|
106
102
|
#else
|
|
107
103
|
typedef void *thandle_t; /* client data handle */
|
|
108
104
|
#endif /* USE_WIN32_FILEIO */
|
|
@@ -311,14 +307,15 @@ extern "C"
|
|
|
311
307
|
/*
|
|
312
308
|
* Auxiliary functions.
|
|
313
309
|
*/
|
|
314
|
-
|
|
310
|
+
#ifndef TIFF_DO_NOT_USE_NON_EXT_ALLOC_FUNCTIONS
|
|
315
311
|
extern void *_TIFFmalloc(tmsize_t s);
|
|
316
312
|
extern void *_TIFFcalloc(tmsize_t nmemb, tmsize_t siz);
|
|
317
313
|
extern void *_TIFFrealloc(void *p, tmsize_t s);
|
|
314
|
+
extern void _TIFFfree(void *p);
|
|
315
|
+
#endif
|
|
318
316
|
extern void _TIFFmemset(void *p, int v, tmsize_t c);
|
|
319
317
|
extern void _TIFFmemcpy(void *d, const void *s, tmsize_t c);
|
|
320
318
|
extern int _TIFFmemcmp(const void *p1, const void *p2, tmsize_t c);
|
|
321
|
-
extern void _TIFFfree(void *p);
|
|
322
319
|
|
|
323
320
|
/*
|
|
324
321
|
** Stuff, related to tag handling and creating custom tags.
|
|
@@ -508,6 +505,9 @@ extern int TIFFReadRGBAImageOriented(TIFF *, uint32_t, uint32_t, uint32_t *,
|
|
|
508
505
|
TIFFOpenOptionsSetMaxSingleMemAlloc(TIFFOpenOptions *opts,
|
|
509
506
|
tmsize_t max_single_mem_alloc);
|
|
510
507
|
extern void
|
|
508
|
+
TIFFOpenOptionsSetMaxCumulatedMemAlloc(TIFFOpenOptions *opts,
|
|
509
|
+
tmsize_t max_cumulated_mem_alloc);
|
|
510
|
+
extern void
|
|
511
511
|
TIFFOpenOptionsSetErrorHandlerExtR(TIFFOpenOptions *opts,
|
|
512
512
|
TIFFErrorHandlerExtR handler,
|
|
513
513
|
void *errorhandler_user_data);
|
|
@@ -518,11 +518,11 @@ extern int TIFFReadRGBAImageOriented(TIFF *, uint32_t, uint32_t, uint32_t *,
|
|
|
518
518
|
|
|
519
519
|
extern TIFF *TIFFOpen(const char *, const char *);
|
|
520
520
|
extern TIFF *TIFFOpenExt(const char *, const char *, TIFFOpenOptions *opts);
|
|
521
|
-
#ifdef
|
|
521
|
+
#ifdef _WIN32
|
|
522
522
|
extern TIFF *TIFFOpenW(const wchar_t *, const char *);
|
|
523
523
|
extern TIFF *TIFFOpenWExt(const wchar_t *, const char *,
|
|
524
524
|
TIFFOpenOptions *opts);
|
|
525
|
-
#endif /*
|
|
525
|
+
#endif /* _WIN32 */
|
|
526
526
|
extern TIFF *TIFFFdOpen(int, const char *, const char *);
|
|
527
527
|
extern TIFF *TIFFFdOpenExt(int, const char *, const char *,
|
|
528
528
|
TIFFOpenOptions *opts);
|
package/include/tiffvers.h
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* Furthermore, configure_file variables of type "@VAR@" are
|
|
9
9
|
* modified by clang-format and won't be substituted by CMake.
|
|
10
10
|
*/
|
|
11
|
-
#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.
|
|
11
|
+
#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.7.0\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
|
|
12
12
|
/*
|
|
13
13
|
* This define can be used in code that requires
|
|
14
14
|
* compilation-related definitions specific to a
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
* version checking should be done based on the
|
|
17
17
|
* string returned by TIFFGetVersion.
|
|
18
18
|
*/
|
|
19
|
-
#define TIFFLIB_VERSION
|
|
19
|
+
#define TIFFLIB_VERSION 20240911
|
|
20
20
|
|
|
21
21
|
/* The following defines have been added in 4.5.0 */
|
|
22
22
|
#define TIFFLIB_MAJOR_VERSION 4
|
|
23
|
-
#define TIFFLIB_MINOR_VERSION
|
|
23
|
+
#define TIFFLIB_MINOR_VERSION 7
|
|
24
24
|
#define TIFFLIB_MICRO_VERSION 0
|
|
25
|
-
#define TIFFLIB_VERSION_STR_MAJ_MIN_MIC "4.
|
|
25
|
+
#define TIFFLIB_VERSION_STR_MAJ_MIN_MIC "4.7.0"
|
|
26
26
|
|
|
27
27
|
/* Macro added in 4.5.0. Returns TRUE if the current libtiff version is
|
|
28
28
|
* greater or equal to major.minor.micro
|
package/include/vips/version.h
CHANGED
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
#ifndef VIPS_VERSION_H
|
|
5
5
|
#define VIPS_VERSION_H
|
|
6
6
|
|
|
7
|
-
#define VIPS_VERSION "8.15.
|
|
8
|
-
#define VIPS_VERSION_STRING "8.15.
|
|
7
|
+
#define VIPS_VERSION "8.15.5"
|
|
8
|
+
#define VIPS_VERSION_STRING "8.15.5"
|
|
9
9
|
#define VIPS_MAJOR_VERSION (8)
|
|
10
10
|
#define VIPS_MINOR_VERSION (15)
|
|
11
|
-
#define VIPS_MICRO_VERSION (
|
|
11
|
+
#define VIPS_MICRO_VERSION (5)
|
|
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 (
|
|
16
|
+
#define VIPS_LIBRARY_REVISION (5)
|
|
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: true\nenable Analyze7 load/save: true\nenable PPM load/save: true\nenable GIF load: true\nuse fftw for FFTs: false\nSIMD support with highway: true\nICC profile support with lcms: true\nzlib: true\ntext rendering with pangocairo: false\nfont file support with fontconfig: false\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: false\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: false\nSVG load with resvg: true (dynamic module: false)\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"
|
package/include/zlib.h
CHANGED
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
extern "C" {
|
|
50
50
|
#endif
|
|
51
51
|
|
|
52
|
-
#define ZLIBNG_VERSION "2.2.
|
|
53
|
-
#define ZLIBNG_VERNUM
|
|
52
|
+
#define ZLIBNG_VERSION "2.2.2"
|
|
53
|
+
#define ZLIBNG_VERNUM 0x020202F0L /* MMNNRRSM: major minor revision status modified */
|
|
54
54
|
#define ZLIBNG_VER_MAJOR 2
|
|
55
55
|
#define ZLIBNG_VER_MINOR 2
|
|
56
|
-
#define ZLIBNG_VER_REVISION
|
|
56
|
+
#define ZLIBNG_VER_REVISION 2
|
|
57
57
|
#define ZLIBNG_VER_STATUS F /* 0=devel, 1-E=beta, F=Release (DEPRECATED) */
|
|
58
58
|
#define ZLIBNG_VER_STATUSH 0xF /* Hex values: 0=devel, 1-E=beta, F=Release */
|
|
59
59
|
#define ZLIBNG_VER_MODIFIED 0 /* non-zero if modified externally from zlib-ng */
|
package/lib/libaom.a
CHANGED
|
Binary file
|
package/lib/libcgif.a
CHANGED
|
Binary file
|
package/lib/libexif.a
CHANGED
|
Binary file
|
package/lib/libexpat.a
CHANGED
|
Binary file
|
package/lib/libexpat.la
CHANGED
package/lib/libffi.a
CHANGED
|
Binary file
|
package/lib/libgio-2.0.a
CHANGED
|
Binary file
|
package/lib/libglib-2.0.a
CHANGED
|
Binary file
|
package/lib/libgmodule-2.0.a
CHANGED
|
Binary file
|
package/lib/libgobject-2.0.a
CHANGED
|
Binary file
|
package/lib/libgthread-2.0.a
CHANGED
|
Binary file
|
package/lib/libheif.a
CHANGED
|
Binary file
|
package/lib/libhwy.a
CHANGED
|
Binary file
|
package/lib/libimagequant.a
CHANGED
|
Binary file
|
package/lib/libjpeg.a
CHANGED
|
Binary file
|
package/lib/liblcms2.a
CHANGED
|
Binary file
|
package/lib/libresvg.a
CHANGED
|
Binary file
|
package/lib/libsharpyuv.a
CHANGED
|
Binary file
|
package/lib/libspng.a
CHANGED
|
Binary file
|
package/lib/libtiff.a
CHANGED
|
Binary file
|
package/lib/libtiff.la
CHANGED
|
@@ -23,9 +23,9 @@ dependency_libs=' -L/src/build/target/lib /src/build/target/lib/libwebp.la /src/
|
|
|
23
23
|
weak_library_names=''
|
|
24
24
|
|
|
25
25
|
# Version information for libtiff.
|
|
26
|
-
current=
|
|
27
|
-
age=
|
|
28
|
-
revision=
|
|
26
|
+
current=7
|
|
27
|
+
age=1
|
|
28
|
+
revision=0
|
|
29
29
|
|
|
30
30
|
# Is this an already installed library?
|
|
31
31
|
installed=yes
|
package/lib/libvips-cpp.a
CHANGED
|
Binary file
|
package/lib/libvips.a
CHANGED
|
Binary file
|
package/lib/libwebp.a
CHANGED
|
Binary file
|
package/lib/libwebpdemux.a
CHANGED
|
Binary file
|
package/lib/libwebpmux.a
CHANGED
|
Binary file
|
package/lib/libz.a
CHANGED
|
Binary file
|
package/lib/pkgconfig/aom.pc
CHANGED
|
@@ -5,8 +5,8 @@ includedir=${prefix}/include
|
|
|
5
5
|
libdir=${exec_prefix}/lib
|
|
6
6
|
|
|
7
7
|
Name: aom
|
|
8
|
-
Description: Alliance for Open Media AV1 codec library v3.
|
|
9
|
-
Version: 3.
|
|
8
|
+
Description: Alliance for Open Media AV1 codec library v3.10.0.
|
|
9
|
+
Version: 3.10.0
|
|
10
10
|
Requires:
|
|
11
11
|
Conflicts:
|
|
12
12
|
Libs: -L${libdir} -laom
|
package/lib/pkgconfig/expat.pc
CHANGED
package/lib/pkgconfig/gio-2.0.pc
CHANGED
|
@@ -11,6 +11,6 @@ glib_valgrind_suppressions=${datadir}/glib-2.0/valgrind/glib.supp
|
|
|
11
11
|
|
|
12
12
|
Name: GLib
|
|
13
13
|
Description: C Utility Library
|
|
14
|
-
Version: 2.
|
|
14
|
+
Version: 2.82.1
|
|
15
15
|
Libs: -L${libdir} -lglib-2.0 -lm -pthread
|
|
16
16
|
Cflags: -I${includedir}/glib-2.0 -pthread -I${libdir}/glib-2.0/include
|
package/lib/pkgconfig/libjpeg.pc
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
prefix=/src/build/target
|
|
2
|
-
exec_prefix
|
|
3
|
-
libdir
|
|
4
|
-
includedir
|
|
2
|
+
exec_prefix=${prefix}
|
|
3
|
+
libdir=${exec_prefix}/lib
|
|
4
|
+
includedir=${prefix}/include
|
|
5
5
|
|
|
6
6
|
Name: libjpeg
|
|
7
7
|
Description: A SIMD-accelerated JPEG codec that provides the libjpeg API
|
|
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
|
|
|
4
4
|
|
|
5
5
|
Name: vips-cpp
|
|
6
6
|
Description: C++ API for vips8 image processing library
|
|
7
|
-
Version: 8.15.
|
|
7
|
+
Version: 8.15.5
|
|
8
8
|
Requires: vips, glib-2.0 >= 2.52, gio-2.0, gobject-2.0, expat, zlib >= 0.4, imagequant, cgif >= 0.2.0, libexif >= 0.6, libjpeg, spng >= 0.7, libwebp >= 0.6, libwebpmux >= 0.6, libwebpdemux >= 0.6, libtiff-4, lcms2, libhwy >= 1.0.5, libheif >= 1.4.0
|
|
9
9
|
Libs: -L${libdir} -lvips-cpp -pthread -lm -lresvg
|
|
10
10
|
Cflags: -I${includedir} -pthread -DHAVE_CONFIG_H=1
|
package/lib/pkgconfig/vips.pc
CHANGED
|
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
|
|
|
4
4
|
|
|
5
5
|
Name: vips
|
|
6
6
|
Description: Image processing library
|
|
7
|
-
Version: 8.15.
|
|
7
|
+
Version: 8.15.5
|
|
8
8
|
Requires: glib-2.0 >= 2.52, gio-2.0, gobject-2.0, expat, zlib >= 0.4, imagequant, cgif >= 0.2.0, libexif >= 0.6, libjpeg, spng >= 0.7, libwebp >= 0.6, libwebpmux >= 0.6, libwebpdemux >= 0.6, libtiff-4, lcms2, libhwy >= 1.0.5, libheif >= 1.4.0
|
|
9
9
|
Libs: -L${libdir} -lvips -pthread -lm -lresvg
|
|
10
10
|
Cflags: -I${includedir} -pthread -DHAVE_CONFIG_H=1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@img/sharp-libvips-dev-wasm32",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Header files and static wasm32 libraries for libvips and dependencies to build sharp as wasm32",
|
|
5
5
|
"author": "Lovell Fuller <npm@lovell.info>",
|
|
6
6
|
"homepage": "https://sharp.pixelplumbing.com",
|
package/versions.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"aom": "3.
|
|
2
|
+
"aom": "3.10.0",
|
|
3
3
|
"cgif": "0.4.1",
|
|
4
|
-
"emscripten": "3.1.
|
|
4
|
+
"emscripten": "3.1.68",
|
|
5
5
|
"exif": "0.6.24",
|
|
6
|
-
"expat": "2.6.
|
|
6
|
+
"expat": "2.6.3",
|
|
7
7
|
"ffi": "3.4.6",
|
|
8
|
-
"glib": "2.
|
|
8
|
+
"glib": "2.82.1",
|
|
9
9
|
"heif": "1.18.2",
|
|
10
10
|
"highway": "1.2.0",
|
|
11
11
|
"imagequant": "2.4.1",
|
|
12
12
|
"lcms": "2.16",
|
|
13
13
|
"mozjpeg": "4.1.5",
|
|
14
|
-
"resvg": "0.
|
|
14
|
+
"resvg": "0.44.0",
|
|
15
15
|
"spng": "0.7.4",
|
|
16
|
-
"tiff": "4.
|
|
17
|
-
"vips": "8.15.
|
|
16
|
+
"tiff": "4.7.0",
|
|
17
|
+
"vips": "8.15.5-rc1",
|
|
18
18
|
"webp": "1.4.0",
|
|
19
|
-
"zlib-ng": "2.2.
|
|
19
|
+
"zlib-ng": "2.2.2"
|
|
20
20
|
}
|