Skip to content

Commit 6336bf6

Browse files
committed
Update base image
- Update LLVM to 21.1.7. - Update mingw-w64 to mingw-w64/mingw-w64@c2167bc. MXE Updates: - Update SQLite to 3.51.1.
1 parent 431ce3f commit 6336bf6

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Same as libvips-web + these extra dependencies:
107107
| [openjpeg] | 2.5.4 | BSD 2-Clause |
108108
| [openslide] | 4.0.0 | LGPLv3 |
109109
| [poppler] | 25.11.0 | GPLv2 |
110-
| [sqlite] | 3.51.0 | Public domain |
110+
| [sqlite] | 3.51.1 | Public domain |
111111
| [zstd] | 1.5.7 | BSD 3-Clause |
112112

113113
[brotli]: https://github.com/google/brotli

build/overrides.mk

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libxml2_SUBDIR := libxml2-$(libxml2_VERSION)
2020
libxml2_FILE := libxml2-$(libxml2_VERSION).tar.xz
2121
libxml2_URL := https://download.gnome.org/sources/libxml2/$(call SHORT_PKG_VERSION,libxml2)/$(libxml2_FILE)
2222

23-
# upstream version is 1.6.50
23+
# upstream version is 1.6.51
2424
libpng_VERSION := 1.6.52
2525
libpng_CHECKSUM := 36bd726228ec93a3b6c22fdb49e94a67b16f2fe9b39b78b7cb65772966661ccc
2626
libpng_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/libpng-[0-9]*.patch)))
@@ -86,14 +86,6 @@ fribidi_SUBDIR := fribidi-$(fribidi_VERSION)
8686
fribidi_FILE := fribidi-$(fribidi_VERSION).tar.xz
8787
fribidi_URL := https://github.com/fribidi/fribidi/releases/download/v$(fribidi_VERSION)/$(fribidi_FILE)
8888

89-
# upstream version is 2.86.1
90-
glib_VERSION := 2.87.0
91-
glib_CHECKSUM := 926cf73d8eb90ea341cc2d6fc7b258901e1a086a3808b166b4476d69a98b2401
92-
glib_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/glib-[0-9]*.patch)))
93-
glib_SUBDIR := glib-$(glib_VERSION)
94-
glib_FILE := glib-$(glib_VERSION).tar.xz
95-
glib_URL := https://download.gnome.org/sources/glib/$(call SHORT_PKG_VERSION,glib)/$(glib_FILE)
96-
9789
# upstream version is 0.6.22
9890
libexif_VERSION := 0.6.25
9991
libexif_CHECKSUM := 62f74cf3bf673a6e24d2de68f6741643718541f83aca5947e76e3978c25dce83
@@ -108,12 +100,6 @@ cfitsio_SUBDIR := cfitsio-$(cfitsio_VERSION)
108100
cfitsio_FILE := cfitsio-$(cfitsio_VERSION).tar.gz
109101
cfitsio_URL := https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/$(cfitsio_FILE)
110102

111-
# upstream version is 12.1.0
112-
harfbuzz_VERSION := 12.2.0
113-
harfbuzz_CHECKSUM := ecb603aa426a8b24665718667bda64a84c1504db7454ee4cadbd362eea64e545
114-
harfbuzz_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/harfbuzz-[0-9]*.patch)))
115-
harfbuzz_GH_CONF := harfbuzz/harfbuzz/releases,,,,,.tar.xz
116-
117103
# upstream version is 2.16.0
118104
fontconfig_VERSION := 2.17.1
119105
fontconfig_CHECKSUM := 9f5cae93f4fffc1fbc05ae99cdfc708cd60dfd6612ffc0512827025c026fa541

container/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN \
1111
gtk-update-icon-cache
1212

1313
WORKDIR /usr/local
14-
RUN git clone -b llvm-mingw-20251119 --single-branch https://github.com/kleisauke/mxe.git
14+
RUN git clone -b llvm-mingw-20251204 --single-branch https://github.com/kleisauke/mxe.git
1515

1616
WORKDIR /usr/local/mxe
1717

0 commit comments

Comments
 (0)