File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ CURL="curl --silent --location --retry 3 --retry-max-time 30"
99
99
# Dependency version numbers
100
100
VERSION_ZLIB_NG=2.0.5
101
101
VERSION_FFI=3.4.2
102
- VERSION_GLIB=2.70.2
102
+ VERSION_GLIB=2.71.0
103
103
VERSION_XML2=2.9.12
104
104
VERSION_GSF=1.14.47
105
105
VERSION_EXIF=0.6.24
@@ -120,8 +120,8 @@ VERSION_HARFBUZZ=3.2.0
120
120
VERSION_PIXMAN=0.40.0
121
121
VERSION_CAIRO=1.17.4
122
122
VERSION_FRIBIDI=1.0.11
123
- VERSION_PANGO=1.50.1
124
- VERSION_SVG=2.52.4
123
+ VERSION_PANGO=1.50.2
124
+ VERSION_SVG=2.52.5
125
125
VERSION_AOM=3.2.0
126
126
VERSION_HEIF=1.12.0
127
127
VERSION_CGIF=0.0.4
@@ -222,7 +222,7 @@ mkdir ${DEPS}/glib
222
222
$CURL https://download.gnome.org/sources/glib/$( without_patch $VERSION_GLIB ) /glib-${VERSION_GLIB} .tar.xz | tar xJC ${DEPS} /glib --strip-components=1
223
223
cd ${DEPS} /glib
224
224
if [ " ${PLATFORM% -* } " == " linuxmusl" ] || [ " $DARWIN " = true ]; then
225
- $CURL https://gist.github.com/kleisauke/f6dcbf02a9aa43fd582272c3d815e7a8/raw/9cd8625c6374e0d201e6fc56010008dbb64eb8cf /glib-proxy-libintl.patch | patch -p1
225
+ $CURL https://gist.github.com/kleisauke/f6dcbf02a9aa43fd582272c3d815e7a8/raw/7b606ec015dd6f4dfd464b3ccf879082e740ce74 /glib-proxy-libintl.patch | patch -p1
226
226
fi
227
227
$CURL https://gist.githubusercontent.com/lovell/7e0ce65249b951d5be400fb275de3924/raw/1a833ef4263271d299587524198b024eb5cc4f34/glib-without-gregex.patch | patch -p1
228
228
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
You can’t perform that action at this time.
0 commit comments