Skip to content

Commit 6e35670

Browse files
authored
Bump deps: fontconfig, png (#279)
1 parent 69c57b3 commit 6e35670

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

build/posix.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ make install-strip
138138
mkdir ${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
140140
cd ${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
143142
meson 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" \
202201
make install/strip
203202

204203
mkdir ${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
206205
cd ${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
209208
make install-strip dist_man_MANS=
210209

211210
mkdir ${DEPS}/spng

versions.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VERSION_CGIF=0.5.0
55
VERSION_EXIF=0.6.25
66
VERSION_EXPAT=2.7.1
77
VERSION_FFI=3.5.1
8-
VERSION_FONTCONFIG=2.17.0
8+
VERSION_FONTCONFIG=2.17.1
99
VERSION_FREETYPE=2.13.3
1010
VERSION_FRIBIDI=1.0.16
1111
VERSION_GLIB=2.85.1
@@ -17,7 +17,7 @@ VERSION_LCMS=2.17
1717
VERSION_MOZJPEG=4.1.5
1818
VERSION_PANGO=1.56.4
1919
VERSION_PIXMAN=0.46.2
20-
VERSION_PNG=1.6.49
20+
VERSION_PNG=1.6.50
2121
VERSION_PROXY_LIBINTL=0.4
2222
VERSION_RSVG=2.60.0
2323
VERSION_SPNG=0.7.4

0 commit comments

Comments
 (0)