File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ CURL="curl --silent --location --retry 3 --retry-max-time 30"
103
103
# Dependency version numbers
104
104
VERSION_ZLIB_NG=2.2.4
105
105
VERSION_FFI=3.4.7
106
- VERSION_GLIB=2.83.4
106
+ VERSION_GLIB=2.83.5
107
107
VERSION_XML2=2.13.6
108
108
VERSION_EXIF=0.6.25
109
109
VERSION_LCMS2=2.17
@@ -119,7 +119,7 @@ VERSION_FREETYPE=2.13.3
119
119
VERSION_EXPAT=2.6.4
120
120
VERSION_ARCHIVE=3.7.7
121
121
VERSION_FONTCONFIG=2.16.0
122
- VERSION_HARFBUZZ=10.2 .0
122
+ VERSION_HARFBUZZ=10.4 .0
123
123
VERSION_PIXMAN=0.44.2
124
124
VERSION_CAIRO=1.18.2
125
125
VERSION_FRIBIDI=1.0.16
@@ -218,7 +218,7 @@ make install-strip
218
218
mkdir ${DEPS} /glib
219
219
$CURL https://download.gnome.org/sources/glib/$( without_patch $VERSION_GLIB ) /glib-${VERSION_GLIB} .tar.xz | tar xJC ${DEPS} /glib --strip-components=1
220
220
cd ${DEPS} /glib
221
- $CURL https://gist.github.com/kleisauke/284d685efa00908da99ea6afbaaf39ae/raw/36e32c79e7962c5ea96cbb3f9c629e9145253e30 /glib-without-gregex.patch | patch -p1
221
+ $CURL https://gist.github.com/kleisauke/284d685efa00908da99ea6afbaaf39ae/raw/936a6b8013d07d358c6944cc5b5f0e27db707ace /glib-without-gregex.patch | patch -p1
222
222
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
223
223
--force-fallback-for=gvdb -Dintrospection=disabled -Dnls=disabled -Dlibmount=disabled -Dsysprof=disabled -Dlibelf=disabled \
224
224
-Dtests=false -Dglib_assert=false -Dglib_checks=false -Dglib_debug=disabled ${DARWIN: +-Dbsymbolic_functions=false}
You can’t perform that action at this time.
0 commit comments