Skip to content

Commit c1cc3f0

Browse files
committed
v4.1.1
1 parent c47eff7 commit c1cc3f0

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.1.1] - 2026-04-22
4+
## Changed
5+
- Update glib to 2.89.0
6+
- Update libhde265 to 1.0.19
7+
- Update libheif to 1.22.0
8+
- Update fontconfig to 2.18.0
9+
310
## [4.0.2] - 2026-05-18
411
### Changed
512
- Update Go to 1.26.3

build-deps.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,6 @@ ninja install/strip
317317

318318
print_build_stage libheif $LIBHEIF_VERSION
319319
cd $DEPS_SRC/libheif
320-
# Ignore alpha in yuv2rgb and rgb2rgb if it has different BPP
321-
curl -Ls https://github.com/DarthSim/libheif/commit/d63ec62d93ab1420c8cf76378af2a806aeb5292d.patch | git apply
322-
# Fix memory leak in encoders
323-
# Remove when the fix is released
324-
curl -Ls https://github.com/DarthSim/libheif/commit/5d56b234d465358f0fcdfbac93835f1094dc13ae.patch | git apply
325320
mkdir _build
326321
cd _build
327322
CFLAGS="${CFLAGS} -O3" CXXFLAGS="${CXXFLAGS} -O3" \

versions.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export ZLIB_VERSION=2.3.3
33
export BROTLI_VERSION=1.2.0
44
export FFI_VERSION=3.5.2
55
export PCRE2_VERSION=10.47
6-
export GLIB_VERSION=2.88.1
6+
export GLIB_VERSION=2.89.0
77
export HIGHWAY_VERSION=1.4.0
88
export QUANTIZR_VERSION=1.4.3
99
export LIBEXPAT_VERSION=2.8.1
@@ -16,14 +16,14 @@ export LIBPNG_VERSION=1.6.58
1616
export LIBWEBP_VERSION=1.6.0
1717
export LIBTIFF_VERSION=4.7.1
1818
export CGIF_VERSION=0.5.3
19-
export LIBDE265_VERSION=1.0.18
19+
export LIBDE265_VERSION=1.0.19
2020
export KVAZAAR_VERSION=2.3.2
2121
export DAV1D_VERSION=1.5.3
2222
# export RAV1E_VERSION=0.5.1
2323
export AOM_VERSION=3.14.0
24-
export LIBHEIF_VERSION=1.21.2
24+
export LIBHEIF_VERSION=1.22.0
2525
export FREETYPE_VERSION=2.14.3
26-
export FONTCONFIG_VERSION=2.17.1
26+
export FONTCONFIG_VERSION=2.18.0
2727
export HARFBUZZ_VERSION=14.2.0
2828
export PIXMAN_VERSION=0.46.4
2929
export CAIRO_VERSION=1.18.4

0 commit comments

Comments
 (0)