File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,6 @@ mkdir ${DEPS}/glib
140
140
$CURL https://download.gnome.org/sources/glib/$( without_patch $VERSION_GLIB ) /glib-${VERSION_GLIB} .tar.xz | tar xJC ${DEPS} /glib --strip-components=1
141
141
cd ${DEPS} /glib
142
142
$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
145
143
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} --datadir=${TARGET} /share ${MESON} \
146
144
--force-fallback-for=gvdb -Dintrospection=disabled -Dnls=disabled -Dlibmount=disabled -Dsysprof=disabled -Dlibelf=disabled \
147
145
-Dtests=false -Dglib_assert=false -Dglib_checks=false -Dglib_debug=disabled ${DARWIN: +-Dbsymbolic_functions=false}
Original file line number Diff line number Diff line change 1
- VERSION_AOM =3.12 .1
1
+ VERSION_AOM =3.13 .1
2
2
VERSION_ARCHIVE =3.8.1
3
3
VERSION_CAIRO =1.18.4
4
4
VERSION_CGIF =0.5.0
5
5
VERSION_EXIF =0.6.25
6
6
VERSION_EXPAT =2.7.1
7
7
VERSION_FFI =3.5.2
8
8
VERSION_FONTCONFIG =2.17.1
9
- VERSION_FREETYPE =2.13.3
9
+ VERSION_FREETYPE =2.14.0
10
10
VERSION_FRIBIDI =1.0.16
11
- VERSION_GLIB =2.85.4
11
+ VERSION_GLIB =2.86.0
12
12
VERSION_HARFBUZZ =11.4.5
13
13
VERSION_HEIF =1.20.2
14
14
VERSION_HWY =1.3.0
@@ -18,7 +18,7 @@ VERSION_MOZJPEG=4.1.5
18
18
VERSION_PANGO =1.57.0
19
19
VERSION_PIXMAN =0.46.4
20
20
VERSION_PNG =1.6.50
21
- VERSION_PROXY_LIBINTL =0.4
21
+ VERSION_PROXY_LIBINTL =0.5
22
22
VERSION_RSVG =2.61.0
23
23
VERSION_SPNG =0.7.4
24
24
VERSION_TIFF =4.7.0
You can’t perform that action at this time.
0 commit comments