Skip to content

Commit 8546a72

Browse files
authored
Bump deps: glib, harfbuzz (#266)
1 parent 474a7d1 commit 8546a72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/lin.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ CURL="curl --silent --location --retry 3 --retry-max-time 30"
103103
# Dependency version numbers
104104
VERSION_ZLIB_NG=2.2.4
105105
VERSION_FFI=3.4.7
106-
VERSION_GLIB=2.83.4
106+
VERSION_GLIB=2.83.5
107107
VERSION_XML2=2.13.6
108108
VERSION_EXIF=0.6.25
109109
VERSION_LCMS2=2.17
@@ -119,7 +119,7 @@ VERSION_FREETYPE=2.13.3
119119
VERSION_EXPAT=2.6.4
120120
VERSION_ARCHIVE=3.7.7
121121
VERSION_FONTCONFIG=2.16.0
122-
VERSION_HARFBUZZ=10.2.0
122+
VERSION_HARFBUZZ=10.4.0
123123
VERSION_PIXMAN=0.44.2
124124
VERSION_CAIRO=1.18.2
125125
VERSION_FRIBIDI=1.0.16
@@ -218,7 +218,7 @@ make install-strip
218218
mkdir ${DEPS}/glib
219219
$CURL https://download.gnome.org/sources/glib/$(without_patch $VERSION_GLIB)/glib-${VERSION_GLIB}.tar.xz | tar xJC ${DEPS}/glib --strip-components=1
220220
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
222222
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
223223
--force-fallback-for=gvdb -Dintrospection=disabled -Dnls=disabled -Dlibmount=disabled -Dsysprof=disabled -Dlibelf=disabled \
224224
-Dtests=false -Dglib_assert=false -Dglib_checks=false -Dglib_debug=disabled ${DARWIN:+-Dbsymbolic_functions=false}

0 commit comments

Comments
 (0)