File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,9 @@ make install-strip
139
139
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
- $CURL https://gist.github.com/kleisauke/284d685efa00908da99ea6afbaaf39ae/raw/12773e117bd557b83ba2a7410698db41813c3fda/glib-without-gregex.patch | patch -p1
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
143
145
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} --datadir=${TARGET} /share ${MESON} \
144
146
--force-fallback-for=gvdb -Dintrospection=disabled -Dnls=disabled -Dlibmount=disabled -Dsysprof=disabled -Dlibelf=disabled \
145
147
-Dtests=false -Dglib_assert=false -Dglib_checks=false -Dglib_debug=disabled ${DARWIN: +-Dbsymbolic_functions=false}
@@ -329,8 +331,6 @@ meson install -C _build --tag devel
329
331
mkdir ${DEPS} /pango
330
332
$CURL https://download.gnome.org/sources/pango/$( without_patch $VERSION_PANGO ) /pango-${VERSION_PANGO} .tar.xz | tar xJC ${DEPS} /pango --strip-components=1
331
333
cd ${DEPS} /pango
332
- # [PATCH] coretext: remove fallback for macOS 10.7 (EOL 2012) and earlier
333
- $CURL https://gitlab.gnome.org/GNOME/pango/-/merge_requests/878.patch | patch -p1
334
334
# Disable utils and tools
335
335
sed -i' .bak' " /subdir('utils')/{N;d;}" meson.build
336
336
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ version_latest "ffi" "$VERSION_FFI" "1611"
36
36
version_latest " fontconfig" " $VERSION_FONTCONFIG " " 827"
37
37
version_latest " freetype" " $VERSION_FREETYPE " " 854"
38
38
version_latest " fribidi" " $VERSION_FRIBIDI " " fribidi/fribidi"
39
- # version_latest "glib" "$VERSION_GLIB" "10024" "unstable" # Latest uses (deprecated) GRegex https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4481
39
+ version_latest " glib" " $VERSION_GLIB " " 10024" " unstable"
40
40
version_latest " harfbuzz" " $VERSION_HARFBUZZ " " 1299"
41
41
version_latest " heif" " $VERSION_HEIF " " strukturag/libheif"
42
42
version_latest " highway" " $VERSION_HWY " " 205809"
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ VERSION_FFI=3.5.2
8
8
VERSION_FONTCONFIG =2.17.1
9
9
VERSION_FREETYPE =2.13.3
10
10
VERSION_FRIBIDI =1.0.16
11
- VERSION_GLIB =2.85.1
12
- VERSION_HARFBUZZ =11.4.1
11
+ VERSION_GLIB =2.85.4
12
+ VERSION_HARFBUZZ =11.4.5
13
13
VERSION_HEIF =1.20.2
14
14
VERSION_HWY =1.3.0
15
15
VERSION_IMAGEQUANT =2.4.1
16
16
VERSION_LCMS =2.17
17
17
VERSION_MOZJPEG =4.1.5
18
- VERSION_PANGO =1.56.4
18
+ VERSION_PANGO =1.57.0
19
19
VERSION_PIXMAN =0.46.4
20
20
VERSION_PNG =1.6.50
21
21
VERSION_PROXY_LIBINTL =0.4
You can’t perform that action at this time.
0 commit comments