Skip to content

Commit f53f660

Browse files
authored
Bump dep: png (lovell#305)
1 parent 62e29e6 commit f53f660

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/posix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ mkdir ${DEPS}/lcms
170170
$CURL https://github.com/mm2/Little-CMS/releases/download/lcms${VERSION_LCMS}/lcms2-${VERSION_LCMS}.tar.gz | tar xzC ${DEPS}/lcms --strip-components=1
171171
cd ${DEPS}/lcms
172172
CFLAGS="${CFLAGS} -O3" meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
173-
-Dtests=disabled
173+
-Dtests=disabled
174174
meson install -C _build --tag devel
175175

176176
mkdir ${DEPS}/aom

check-latest-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ version_latest "png" "$VERSION_PNG" "1705"
4848
version_latest "proxy-libintl" "$VERSION_PROXY_LIBINTL" "frida/proxy-libintl"
4949
version_latest "rsvg" "$VERSION_RSVG" "5420" "unstable"
5050
version_latest "tiff" "$VERSION_TIFF" "1738"
51-
version_latest "vips" "$VERSION_VIPS" "5097"
51+
#version_latest "vips" "$VERSION_VIPS" "5097" # Temporarily disabled to allow version 8.18.0 to roll in
5252
version_latest "webp" "$VERSION_WEBP" "1761"
5353
version_latest "xml2" "$VERSION_XML2" "1783"
5454
version_latest "zlib-ng" "$VERSION_ZLIB_NG" "115592"

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ VERSION_LCMS=2.17
1717
VERSION_MOZJPEG=0826579
1818
VERSION_PANGO=1.57.0
1919
VERSION_PIXMAN=0.46.4
20-
VERSION_PNG=1.6.52
20+
VERSION_PNG=1.6.53
2121
VERSION_PROXY_LIBINTL=0.5
2222
VERSION_RSVG=2.61.3
2323
VERSION_TIFF=4.7.1

0 commit comments

Comments
 (0)