File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,7 @@ make install-strip
138138mkdir ${DEPS} /glib
139139$CURL https://download.gnome.org/sources/glib/$( without_patch $VERSION_GLIB ) /glib-${VERSION_GLIB} .tar.xz | tar xJC ${DEPS} /glib --strip-components=1
140140cd ${DEPS} /glib
141- $CURL https://gist.github.com/kleisauke/284d685efa00908da99ea6afbaaf39ae/raw/936a6b8013d07d358c6944cc5b5f0e27db707ace/glib-without-gregex.patch | patch -p1
142- $CURL https://gitlab.gnome.org/GNOME/glib/-/commit/5cc32c35f96bbafde6b6f0dc5011e6be2b69c49e.patch | patch -R -p1
141+ $CURL https://gist.github.com/kleisauke/284d685efa00908da99ea6afbaaf39ae/raw/12773e117bd557b83ba2a7410698db41813c3fda/glib-without-gregex.patch | patch -p1
143142meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} --datadir=${TARGET} /share ${MESON} \
144143 --force-fallback-for=gvdb -Dintrospection=disabled -Dnls=disabled -Dlibmount=disabled -Dsysprof=disabled -Dlibelf=disabled \
145144 -Dtests=false -Dglib_assert=false -Dglib_checks=false -Dglib_debug=disabled ${DARWIN: +-Dbsymbolic_functions=false}
@@ -202,10 +201,10 @@ cmake -G"Unix Makefiles" \
202201make install/strip
203202
204203mkdir ${DEPS} /png
205- $CURL https://downloads.sourceforge.net/project /libpng/libpng16/ ${VERSION_PNG} /libpng- ${VERSION_PNG} .tar.xz | tar xJC ${DEPS} /png --strip-components=1
204+ $CURL https://github.com/pnggroup /libpng/archive/v ${VERSION_PNG} .tar.gz | tar xzC ${DEPS} /png --strip-components=1
206205cd ${DEPS} /png
207206./configure --host=${CHOST} --prefix=${TARGET} --enable-static --disable-shared --disable-dependency-tracking \
208- --disable-tools --without-binconfigs --disable-unversioned-libpng-config --disable-riscv-rvv
207+ --disable-tools --without-binconfigs --disable-unversioned-libpng-config
209208make install-strip dist_man_MANS=
210209
211210mkdir ${DEPS} /spng
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ VERSION_CGIF=0.5.0
55VERSION_EXIF =0.6.25
66VERSION_EXPAT =2.7.1
77VERSION_FFI =3.5.1
8- VERSION_FONTCONFIG =2.17.0
8+ VERSION_FONTCONFIG =2.17.1
99VERSION_FREETYPE =2.13.3
1010VERSION_FRIBIDI =1.0.16
1111VERSION_GLIB =2.85.1
@@ -17,7 +17,7 @@ VERSION_LCMS=2.17
1717VERSION_MOZJPEG =4.1.5
1818VERSION_PANGO =1.56.4
1919VERSION_PIXMAN =0.46.2
20- VERSION_PNG =1.6.49
20+ VERSION_PNG =1.6.50
2121VERSION_PROXY_LIBINTL =0.4
2222VERSION_RSVG =2.60.0
2323VERSION_SPNG =0.7.4
You can’t perform that action at this time.
0 commit comments