Skip to content

Commit dc294b7

Browse files
committed
Dependency version bumps
- Update FreeType to 2.14.1. - Update HarfBuzz to 11.5.0. - Update GDK-PixBuf to 2.44.1.
1 parent 8cc6f1e commit dc294b7

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
2222
| [cgif] | 0.5.0 | MIT Licence |
2323
| [expat] | 2.7.1 | MIT Licence |
2424
| [fontconfig] | 2.17.1 | [fontconfig Licence] (BSD-like) |
25-
| [freetype] | 2.14.0 | [freetype Licence] (BSD-like) |
25+
| [freetype] | 2.14.1 | [freetype Licence] (BSD-like) |
2626
| [fribidi] | 1.0.16 | LGPLv3 |
2727
| [glib] | 2.86.0 | LGPLv3 |
28-
| [harfbuzz] | 11.4.5 | MIT Licence |
28+
| [harfbuzz] | 11.5.0 | MIT Licence |
2929
| [highway] | 1.3.0 | Apache-2.0 License, BSD 3-Clause |
3030
| [lcms] | 2.17 | MIT Licence |
3131
| [libarchive] | 3.8.1 | BSD 2-Clause |
@@ -95,7 +95,7 @@ Same as libvips-web + these extra dependencies:
9595
| [brotli] | 1.1.0 | MIT Licence |
9696
| [cfitsio] | 4.6.2 | BSD-like |
9797
| [fftw] | 3.3.10 | GPLv2 |
98-
| [gdk-pixbuf] | 2.44.0 | LGPLv3 |
98+
| [gdk-pixbuf] | 2.44.1 | LGPLv3 |
9999
| [imagemagick] | 6.9.13-29 | [ImageMagick License] (Apache-2.0-like) |
100100
| [imath] | 3.1.9 | BSD 3-Clause |
101101
| [libdicom] | 1.2.0 | MIT Licence |

build/overrides.mk

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ $(info [overrides] $(lastword $(MAKEFILE_LIST)))
44

55
# upstream version is 2.42.12
66
# gdk-pixbuf is still used by OpenSlide
7-
gdk-pixbuf_VERSION := 2.44.0
8-
gdk-pixbuf_CHECKSUM := 31d65c2db14d321b9d862a323fc63002179cf3cc0b10d04db6ed55ffaed00db3
7+
gdk-pixbuf_VERSION := 2.44.1
8+
gdk-pixbuf_CHECKSUM := 4eec84cfc55979045b3e0fca72c3cc081d556952ad33b30c7d29c0474db48a28
99
gdk-pixbuf_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/gdk-pixbuf-[0-9]*.patch)))
1010
gdk-pixbuf_SUBDIR := gdk-pixbuf-$(gdk-pixbuf_VERSION)
1111
gdk-pixbuf_FILE := gdk-pixbuf-$(gdk-pixbuf_VERSION).tar.xz
@@ -100,6 +100,12 @@ cfitsio_SUBDIR := cfitsio-$(cfitsio_VERSION)
100100
cfitsio_FILE := cfitsio-$(cfitsio_VERSION).tar.gz
101101
cfitsio_URL := https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/$(cfitsio_FILE)
102102

103+
# upstream version is 11.4.5
104+
harfbuzz_VERSION := 11.5.0
105+
harfbuzz_CHECKSUM := 2d30ba45c4c8ec4de661a1002b4f88d0841ff1a3087f34629275f5436d722109
106+
harfbuzz_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/harfbuzz-[0-9]*.patch)))
107+
harfbuzz_GH_CONF := harfbuzz/harfbuzz/releases,,,,,.tar.xz
108+
103109
# upstream version is 2.16.0
104110
fontconfig_VERSION := 2.17.1
105111
fontconfig_CHECKSUM := 9f5cae93f4fffc1fbc05ae99cdfc708cd60dfd6612ffc0512827025c026fa541
@@ -120,8 +126,8 @@ openexr_FILE := openexr-$(openexr_VERSION).tar.gz
120126
openexr_URL := https://github.com/AcademySoftwareFoundation/openexr/archive/v$(openexr_VERSION).tar.gz
121127

122128
# upstream version is 2.13.3
123-
freetype_VERSION := 2.14.0
124-
freetype_CHECKSUM := f8dfa8f15ef0576738dfb55b2e6e6b172fd5d09b6f03785a1df03239549f64d2
129+
freetype_VERSION := 2.14.1
130+
freetype_CHECKSUM := 32427e8c471ac095853212a37aef816c60b42052d4d9e48230bab3bdf2936ccc
125131
freetype_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/freetype-[0-9]*.patch)))
126132
freetype_SUBDIR := freetype-$(freetype_VERSION)
127133
freetype_FILE := freetype-$(freetype_VERSION).tar.xz

build/patches/libtool-2-fixes.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ compiler libraries.
1111
https://crbug.com/749263
1212
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27866
1313

14-
Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=e606cd2358dd526d79837ce9f98da159c1d02bf7]
14+
Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=52f78952b9ceb46a8c95a98cd0258fe4b23ce3c1]
1515

1616
diff --git a/aclocal/libtool.m4 b/aclocal/libtool.m4
1717
index 1111111..2222222 100644
@@ -37,7 +37,7 @@ For cases with deplibs_check_method="file_magic ..." (as it is for mingw),
3737
there were previously no way that a static library could be accepted
3838
here.
3939

40-
Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=2f505131b5f29b0de6338bf9d13b7ceadf617d96]
40+
Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=d12a1929dbf2550c0ba77da8e976473b24da317b]
4141

4242
diff --git a/libtool/build-aux/ltmain.sh b/libtool/build-aux/ltmain.sh
4343
index 1111111..2222222 100644

0 commit comments

Comments
 (0)