Skip to content

Commit 97e0444

Browse files
committed
Bump deps: aom, freetype, glib, proxy-libintl
1 parent e3b183a commit 97e0444

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

build/posix.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ mkdir ${DEPS}/glib
140140
$CURL https://download.gnome.org/sources/glib/$(without_patch $VERSION_GLIB)/glib-${VERSION_GLIB}.tar.xz | tar xJC ${DEPS}/glib --strip-components=1
141141
cd ${DEPS}/glib
142142
$CURL https://gist.github.com/kleisauke/284d685efa00908da99ea6afbaaf39ae/raw/bdad5489a61c217850631571caf57f5db6ea8b2c/glib-without-gregex.patch | patch -p1
143-
# [PATCH] gio: gmemorymonitorpsi: Replace GRegex with g_str_has_prefix()
144-
$CURL https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4762.patch | patch -p1
145143
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} --datadir=${TARGET}/share ${MESON} \
146144
--force-fallback-for=gvdb -Dintrospection=disabled -Dnls=disabled -Dlibmount=disabled -Dsysprof=disabled -Dlibelf=disabled \
147145
-Dtests=false -Dglib_assert=false -Dglib_checks=false -Dglib_debug=disabled ${DARWIN:+-Dbsymbolic_functions=false}

versions.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
VERSION_AOM=3.12.1
1+
VERSION_AOM=3.13.1
22
VERSION_ARCHIVE=3.8.1
33
VERSION_CAIRO=1.18.4
44
VERSION_CGIF=0.5.0
55
VERSION_EXIF=0.6.25
66
VERSION_EXPAT=2.7.1
77
VERSION_FFI=3.5.2
88
VERSION_FONTCONFIG=2.17.1
9-
VERSION_FREETYPE=2.13.3
9+
VERSION_FREETYPE=2.14.0
1010
VERSION_FRIBIDI=1.0.16
11-
VERSION_GLIB=2.85.4
11+
VERSION_GLIB=2.86.0
1212
VERSION_HARFBUZZ=11.4.5
1313
VERSION_HEIF=1.20.2
1414
VERSION_HWY=1.3.0
@@ -18,7 +18,7 @@ VERSION_MOZJPEG=4.1.5
1818
VERSION_PANGO=1.57.0
1919
VERSION_PIXMAN=0.46.4
2020
VERSION_PNG=1.6.50
21-
VERSION_PROXY_LIBINTL=0.4
21+
VERSION_PROXY_LIBINTL=0.5
2222
VERSION_RSVG=2.61.0
2323
VERSION_SPNG=0.7.4
2424
VERSION_TIFF=4.7.0

0 commit comments

Comments
 (0)