@@ -21,8 +21,8 @@ gdk-pixbuf_URL := https://download.gnome.org/sources/gdk-pixbuf/$(call SHOR
21
21
22
22
# no longer needed by libvips, but some of the deps need it
23
23
# upstream version is 2.9.12
24
- libxml2_VERSION := 2.9.13
25
- libxml2_CHECKSUM := 276130602d12fe484ecc03447ee5e759d0465558fbc9d6bd144e3745306ebf0e
24
+ libxml2_VERSION := 2.9.14
25
+ libxml2_CHECKSUM := 60d74a257d1ccec0475e749cba2f21559e48139efba6ff28224357c7c798dfee
26
26
libxml2_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/libxml2-[0-9]* .patch) ) )
27
27
libxml2_SUBDIR := libxml2-$(libxml2_VERSION )
28
28
libxml2_FILE := libxml2-$(libxml2_VERSION ) .tar.xz
@@ -39,8 +39,8 @@ matio_FILE := matio-$(matio_VERSION).tar.gz
39
39
matio_URL := https://github.com/tbeu/matio/releases/download/v$(matio_VERSION ) /$(matio_FILE )
40
40
41
41
# upstream version is 7, we want ImageMagick 6
42
- imagemagick_VERSION := 6.9.12-47
43
- imagemagick_CHECKSUM := e93756b5f09b5632cf93392fe8a4d6f432eed66bf7ae68db17f5c452fd2dd3f7
42
+ imagemagick_VERSION := 6.9.12-48
43
+ imagemagick_CHECKSUM := af46e8caa8fc871f77e6cd55713fdc660d80d8803feb3bb5991bd82e18bddd15
44
44
imagemagick_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/imagemagick-[0-9]* .patch) ) )
45
45
imagemagick_GH_CONF := ImageMagick/ImageMagick6/tags
46
46
@@ -119,8 +119,8 @@ openexr_FILE := openexr-$(openexr_VERSION).tar.gz
119
119
openexr_URL := https://github.com/AcademySoftwareFoundation/openexr/archive/v$(openexr_VERSION ) .tar.gz
120
120
121
121
# upstream version is 3410
122
- cfitsio_VERSION := 4.0 .0
123
- cfitsio_CHECKSUM := b2a8efba0b9f86d3e1bd619f662a476ec18112b4f27cc441cc680a4e3777425e
122
+ cfitsio_VERSION := 4.1 .0
123
+ cfitsio_CHECKSUM := b367c695d2831958e7166921c3b356d5dfa51b1ecee505b97416ba39d1b6c17a
124
124
cfitsio_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/cfitsio-[0-9]* .patch) ) )
125
125
cfitsio_SUBDIR := cfitsio-$(cfitsio_VERSION )
126
126
cfitsio_FILE := cfitsio-$(cfitsio_VERSION ) .tar.gz
@@ -135,28 +135,6 @@ pixman_SUBDIR := pixman-$(pixman_VERSION)
135
135
pixman_FILE := pixman-$(pixman_VERSION ) .tar.gz
136
136
pixman_URL := https://cairographics.org/releases/$(pixman_FILE )
137
137
138
- # upstream version is 2.12.0
139
- freetype_VERSION := 2.12.1
140
- freetype_CHECKSUM := 4766f20157cc4cf0cd292f80bf917f92d1c439b243ac3018debf6b9140c41a7f
141
- freetype_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/freetype-[0-9]* .patch) ) )
142
- freetype_SUBDIR := freetype-$(freetype_VERSION )
143
- freetype_FILE := freetype-$(freetype_VERSION ) .tar.xz
144
- freetype_URL := https://$(SOURCEFORGE_MIRROR ) /project/freetype/freetype2/$(freetype_VERSION ) /$(freetype_FILE )
145
-
146
- # upstream version is 2.12.0
147
- freetype-bootstrap_VERSION := $(freetype_VERSION )
148
- freetype-bootstrap_CHECKSUM := $(freetype_CHECKSUM )
149
- freetype-bootstrap_PATCHES := $(freetype_PATCHES )
150
- freetype-bootstrap_SUBDIR := $(freetype_SUBDIR )
151
- freetype-bootstrap_FILE := $(freetype_FILE )
152
- freetype-bootstrap_URL := $(freetype_URL )
153
-
154
- # upstream version is 4.2.0
155
- harfbuzz_VERSION := 4.2.1
156
- harfbuzz_CHECKSUM := bd17916513829aeff961359a5ccebba6de2f4bf37a91faee3ac29c120e3d7ee1
157
- harfbuzz_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/harfbuzz-[0-9]* .patch) ) )
158
- harfbuzz_GH_CONF := harfbuzz/harfbuzz/releases,,,,,.tar.xz
159
-
160
138
# upstream version is 2.13
161
139
# cannot use GH_CONF:
162
140
# lcms_GH_CONF := mm2/Little-CMS,lcms
@@ -228,7 +206,7 @@ zlib_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))
228
206
# Removed: pthreads
229
207
# Poppler:
230
208
# Added: libjpeg-turbo, lcms
231
- # Removed: boost, curl, qtbase, libwebp
209
+ # Removed: boost, curl, qt6- qtbase, libwebp
232
210
# librsvg:
233
211
# Added: libxml2, rust
234
212
# Removed: libcroco, libgsf
0 commit comments