@@ -15,39 +15,39 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
15
15
16
16
## libvips-web dependencies
17
17
18
- | Dependency | Version | Used under the terms of |
19
- | -----------------| -----------| --------------------------------------------------------------|
20
- | [ aom] | 3.13.1 | BSD 2-Clause + [ Alliance for Open Media Patent License 1.0] |
21
- | [ cairo] | 1.18.4 | Mozilla Public License 2.0 |
22
- | [ cgif] | 0.5.0 | MIT Licence |
23
- | [ expat] | 2.7.1 | MIT Licence |
24
- | [ fontconfig] | 2.17.1 | [ fontconfig Licence] (BSD-like) |
25
- | [ freetype] | 2.14.0 | [ freetype Licence] (BSD-like) |
26
- | [ fribidi] | 1.0.16 | LGPLv3 |
27
- | [ glib] | 2.86.0 | LGPLv3 |
28
- | [ harfbuzz] | 11.4.5 | MIT Licence |
29
- | [ highway] | 1.3.0 | Apache-2.0 License, BSD 3-Clause |
30
- | [ lcms] | 2.17 | MIT Licence |
31
- | [ libarchive] | 3.8.1 | BSD 2-Clause |
32
- | [ libexif] | 0.6.25 | LGPLv3 |
33
- | [ libffi] | 3.5.2 | MIT Licence |
34
- | [ libheif] | 1.20.2 | LGPLv3 |
35
- | [ libimagequant] | 2.4.1¹ | BSD 2-Clause |
36
- | [ libpng] | 1.6.50 | [ libpng License version 2] |
37
- | [ librsvg] | 2.61.1 | LGPLv3 |
38
- | [ libspng] | 0.7.4 | BSD 2-Clause |
39
- | [ libtiff] | 4.7.0 | [ libtiff License] (BSD-like) |
40
- | [ libvips] | 8.18.0² | LGPLv3 |
41
- | [ libwebp] | 1.6.0 | New BSD License |
42
- | [ libxml2] | 2.14.6 | MIT Licence |
43
- | [ mozjpeg] | 4.1.5 | [ zlib License, IJG License, BSD-3-Clause] |
44
- | [ pango] | 1.57.0 | LGPLv3 |
45
- | [ pixman] | 0.46.4 | MIT Licence |
46
- | [ proxy-libintl] | 0.5 | LGPLv3 |
47
- | [ zlib-ng] | 2.2.5 | [ zlib-ng Licence] |
48
-
49
- ¹ [ A fork] ( https://github.com/lovell/libimagequant ) of the BSD 2-Clause licensed libimagequant v2.4.1 is used.
50
- ² libvips is built from the [ ` v8.18.0-test1 ` ] ( https://github.com/libvips/libvips/tree/v8.18.0-test1 ) tag, see:
18
+ | Dependency | Version | Used under the terms of |
19
+ | -----------------| ------------ | --------------------------------------------------------------|
20
+ | [ aom] | 3.13.1 | BSD 2-Clause + [ Alliance for Open Media Patent License 1.0] |
21
+ | [ cairo] | 1.18.4 | Mozilla Public License 2.0 |
22
+ | [ cgif] | 0.5.0 | MIT Licence |
23
+ | [ expat] | 2.7.1 | MIT Licence |
24
+ | [ fontconfig] | 2.17.1 | [ fontconfig Licence] (BSD-like) |
25
+ | [ freetype] | 2.14.0 | [ freetype Licence] (BSD-like) |
26
+ | [ fribidi] | 1.0.16 | LGPLv3 |
27
+ | [ glib] | 2.86.0 | LGPLv3 |
28
+ | [ harfbuzz] | 11.4.5 | MIT Licence |
29
+ | [ highway] | 1.3.0 | Apache-2.0 License, BSD 3-Clause |
30
+ | [ lcms] | 2.17 | MIT Licence |
31
+ | [ libarchive] | 3.8.1 | BSD 2-Clause |
32
+ | [ libexif] | 0.6.25 | LGPLv3 |
33
+ | [ libffi] | 3.5.2 | MIT Licence |
34
+ | [ libheif] | 1.20.2 | LGPLv3 |
35
+ | [ libimagequant] | 2.4.1[ ^ 1 ] | BSD 2-Clause |
36
+ | [ libpng] | 1.6.50 | [ libpng License version 2] |
37
+ | [ librsvg] | 2.61.1 | LGPLv3 |
38
+ | [ libspng] | 0.7.4 | BSD 2-Clause |
39
+ | [ libtiff] | 4.7.0 | [ libtiff License] (BSD-like) |
40
+ | [ libvips] | 8.18.0[ ^ 2 ] | LGPLv3 |
41
+ | [ libwebp] | 1.6.0 | New BSD License |
42
+ | [ libxml2] | 2.14.6 | MIT Licence |
43
+ | [ mozjpeg] | 4.1.5 | [ zlib License, IJG License, BSD-3-Clause] |
44
+ | [ pango] | 1.57.0 | LGPLv3 |
45
+ | [ pixman] | 0.46.4 | MIT Licence |
46
+ | [ proxy-libintl] | 0.5 | LGPLv3 |
47
+ | [ zlib-ng] | 2.2.5 | [ zlib-ng Licence] |
48
+
49
+ [ ^ 1 ] : [ A fork] ( https://github.com/lovell/libimagequant ) of the BSD 2-Clause licensed libimagequant v2.4.1 is used.
50
+ [ ^ 2 ] : libvips is built from the [ ` v8.18.0-test1 ` ] ( https://github.com/libvips/libvips/tree/v8.18.0-test1 ) tag, see:
51
51
https://github.com/libvips/libvips/releases/tag/v8.18.0-test1
52
52
53
53
[ aom ] : https://aomedia.googlesource.com/aom/
@@ -90,24 +90,24 @@ https://github.com/libvips/libvips/releases/tag/v8.18.0-test1
90
90
91
91
Same as libvips-web + these extra dependencies:
92
92
93
- | Dependency | Version | Used under the terms of |
94
- | -----------------| -----------| --------------------------------------------------------------|
95
- | [ brotli] | 1.1.0 | MIT Licence |
96
- | [ cfitsio] | 4.6.2 | BSD-like |
97
- | [ fftw] | 3.3.10 | GPLv2 |
98
- | [ gdk-pixbuf] | 2.44.0 | LGPLv3 |
99
- | [ imagemagick] | 6.9.13-29 | [ ImageMagick License] (Apache-2.0-like) |
100
- | [ imath] | 3.1.9 | BSD 3-Clause |
101
- | [ libdicom] | 1.2.0 | MIT Licence |
102
- | [ libjxl] | 0.11.1 | BSD 3-Clause |
103
- | [ libraw] | 0.21.4 | LGPL-2.1-only |
104
- | [ matio] | 1.5.28 | BSD 2-Clause |
105
- | [ nifticlib] | 3.0.1 | Public domain |
106
- | [ openexr] | 3.1.11 | BSD 3-Clause |
107
- | [ openjpeg] | 2.5.3 | BSD 2-Clause |
108
- | [ openslide] | 4.0.0 | LGPLv3 |
109
- | [ poppler] | 25.09.1 | GPLv2 |
110
- | [ sqlite] | 3.50.4 | Public domain |
93
+ | Dependency | Version | Used under the terms of |
94
+ | -----------------| ------------ | --------------------------------------------------------------|
95
+ | [ brotli] | 1.1.0 | MIT Licence |
96
+ | [ cfitsio] | 4.6.2 | BSD-like |
97
+ | [ fftw] | 3.3.10 | GPLv2 |
98
+ | [ gdk-pixbuf] | 2.44.0 | LGPLv3 |
99
+ | [ imagemagick] | 6.9.13-29 | [ ImageMagick License] (Apache-2.0-like) |
100
+ | [ imath] | 3.1.9 | BSD 3-Clause |
101
+ | [ libdicom] | 1.2.0 | MIT Licence |
102
+ | [ libjxl] | 0.11.1 | BSD 3-Clause |
103
+ | [ libraw] | 0.21.4 | LGPL-2.1-only |
104
+ | [ matio] | 1.5.28 | BSD 2-Clause |
105
+ | [ nifticlib] | 3.0.1 | Public domain |
106
+ | [ openexr] | 3.1.11 | BSD 3-Clause |
107
+ | [ openjpeg] | 2.5.3 | BSD 2-Clause |
108
+ | [ openslide] | 4.0.0 | LGPLv3 |
109
+ | [ poppler] | 25.09.1 | GPLv2 |
110
+ | [ sqlite] | 3.50.4 | Public domain |
111
111
112
112
[ brotli ] : https://github.com/google/brotli
113
113
[ cfitsio ] : https://github.com/HEASARC/cfitsio
@@ -140,9 +140,9 @@ For example:
140
140
141
141
In that case, the following version of libjpeg-turbo is built:
142
142
143
- | Dependency | Version | Used under the terms of |
144
- | -----------------| -----------| --------------------------------------------------------------|
145
- | [ libjpeg-turbo] | 3.1.0 | [ zlib License, IJG License] |
143
+ | Dependency | Version | Used under the terms of |
144
+ | -----------------| ------------ | --------------------------------------------------------------|
145
+ | [ libjpeg-turbo] | 3.1.0 | [ zlib License, IJG License] |
146
146
147
147
[ libjpeg-turbo ] : https://github.com/libjpeg-turbo/libjpeg-turbo
148
148
[ zlib License, IJG License ] : https://github.com/libjpeg-turbo/libjpeg-turbo/blob/main/LICENSE.md
@@ -162,17 +162,17 @@ building. For example:
162
162
163
163
In that case, the following version of jpegli is built:
164
164
165
- | Dependency | Version | Used under the terms of |
166
- | -----------------| -----------| --------------------------------------------------------------|
167
- | [ jpegli] | [ 5126d62] | BSD 3-Clause |
165
+ | Dependency | Version | Used under the terms of |
166
+ | -----------------| ------------ | --------------------------------------------------------------|
167
+ | [ jpegli] | [ 5126d62] | BSD 3-Clause |
168
168
169
169
[ 5126d62 ] : https://github.com/google/jpegli/commit/5126d62d24d368f0ceadd53454653edeb9086386
170
170
171
171
[ jpegli ] : https://github.com/google/jpegli
172
172
173
173
## zlib
174
174
175
- By default [ zlib-ng] is built. This is a zlib replacement with optimizations for
175
+ By default, [ zlib-ng] is built. This is a zlib replacement with optimizations for
176
176
"next generation" systems. You can use the ` --without-zlib-ng ` argument during the
177
177
build when (vanilla-)[ zlib] is preferred. For example:
178
178
@@ -182,9 +182,9 @@ build when (vanilla-)[zlib] is preferred. For example:
182
182
183
183
In that case, the following version of zlib is built:
184
184
185
- | Dependency | Version | Used under the terms of |
186
- | -----------------| -----------| --------------------------------------------------------------|
187
- | [ zlib] | 1.3.1 | [ zlib Licence] |
185
+ | Dependency | Version | Used under the terms of |
186
+ | -----------------| ------------ | --------------------------------------------------------------|
187
+ | [ zlib] | 1.3.1 | [ zlib Licence] |
188
188
189
189
[ zlib ] : https://github.com/madler/zlib
190
190
[ zlib Licence ] : https://github.com/madler/zlib/blob/develop/LICENSE
@@ -201,10 +201,10 @@ HEIC images. This can be turned on with the `--with-hevc` argument. For example:
201
201
These dependencies include HEVC-related logic and are therefore not included in the
202
202
prebuilt binaries while it is patent-encumbered.
203
203
204
- | Dependency | Version | Used under the terms of |
205
- | -----------------| -----------| --------------------------------------------------------------|
206
- | [ libde265] | 1.0.16 | LGPLv3 |
207
- | [ x265] | 4.1 | GPLv2 |
204
+ | Dependency | Version | Used under the terms of |
205
+ | -----------------| ------------ | --------------------------------------------------------------|
206
+ | [ libde265] | 1.0.16 | LGPLv3 |
207
+ | [ x265] | 4.1 | GPLv2 |
208
208
209
209
[ libde265 ] : https://github.com/strukturag/libde265
210
210
[ x265 ] : https://bitbucket.org/multicoreware/x265_git/wiki/Home
0 commit comments