diff --git a/build/lin.sh b/build/lin.sh index 5cbae0e2..b92f560f 100755 --- a/build/lin.sh +++ b/build/lin.sh @@ -103,7 +103,7 @@ CURL="curl --silent --location --retry 3 --retry-max-time 30" # Dependency version numbers VERSION_ZLIB_NG=2.2.4 VERSION_FFI=3.4.7 -VERSION_GLIB=2.83.4 +VERSION_GLIB=2.83.5 VERSION_XML2=2.13.6 VERSION_EXIF=0.6.25 VERSION_LCMS2=2.17 @@ -119,7 +119,7 @@ VERSION_FREETYPE=2.13.3 VERSION_EXPAT=2.6.4 VERSION_ARCHIVE=3.7.7 VERSION_FONTCONFIG=2.16.0 -VERSION_HARFBUZZ=10.2.0 +VERSION_HARFBUZZ=10.4.0 VERSION_PIXMAN=0.44.2 VERSION_CAIRO=1.18.2 VERSION_FRIBIDI=1.0.16 @@ -218,7 +218,7 @@ make install-strip mkdir ${DEPS}/glib $CURL https://download.gnome.org/sources/glib/$(without_patch $VERSION_GLIB)/glib-${VERSION_GLIB}.tar.xz | tar xJC ${DEPS}/glib --strip-components=1 cd ${DEPS}/glib -$CURL https://gist.github.com/kleisauke/284d685efa00908da99ea6afbaaf39ae/raw/36e32c79e7962c5ea96cbb3f9c629e9145253e30/glib-without-gregex.patch | patch -p1 +$CURL https://gist.github.com/kleisauke/284d685efa00908da99ea6afbaaf39ae/raw/936a6b8013d07d358c6944cc5b5f0e27db707ace/glib-without-gregex.patch | patch -p1 meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \ --force-fallback-for=gvdb -Dintrospection=disabled -Dnls=disabled -Dlibmount=disabled -Dsysprof=disabled -Dlibelf=disabled \ -Dtests=false -Dglib_assert=false -Dglib_checks=false -Dglib_debug=disabled ${DARWIN:+-Dbsymbolic_functions=false}