@@ -18,6 +18,7 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
1818| Dependency | Version | Used under the terms of |
1919| -----------------| ------------| --------------------------------------------------------------|
2020| [ aom] | 3.13.1 | BSD 2-Clause + [ Alliance for Open Media Patent License 1.0] |
21+ | [ brotli] | 1.2.0 | MIT Licence |
2122| [ cairo] | 1.18.4 | Mozilla Public License 2.0 |
2223| [ cgif] | 0.5.0 | MIT Licence |
2324| [ expat] | 2.7.3 | MIT Licence |
@@ -33,6 +34,7 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
3334| [ libffi] | 3.5.2 | MIT Licence |
3435| [ libheif] | 1.20.2 | LGPLv3 |
3536| [ libimagequant] | 2.4.1[ ^ 1 ] | BSD 2-Clause |
37+ | [ libjxl] | 0.11.1 | BSD 3-Clause |
3638| [ libpng] | 1.6.52 | [ libpng License version 2] |
3739| [ librsvg] | 2.61.3 | LGPLv3 |
3840| [ libtiff] | 4.7.1 | [ libtiff License] (BSD-like) |
@@ -54,6 +56,7 @@ https://github.com/libvips/libvips/releases/tag/v8.18.0-alpha1
5456
5557[ aom ] : https://aomedia.googlesource.com/aom/
5658[ Alliance for Open Media Patent License 1.0 ] : https://aomedia.org/license/patent-license/
59+ [ brotli ] : https://github.com/google/brotli
5760[ cairo ] : https://gitlab.freedesktop.org/cairo/cairo
5861[ cgif ] : https://github.com/dloebl/cgif
5962[ expat ] : https://github.com/libexpat/libexpat
@@ -71,6 +74,7 @@ https://github.com/libvips/libvips/releases/tag/v8.18.0-alpha1
7174[ libffi ] : https://github.com/libffi/libffi
7275[ libheif ] : https://github.com/strukturag/libheif
7376[ libimagequant ] : https://github.com/lovell/libimagequant
77+ [ libjxl ] : https://github.com/libjxl/libjxl
7478[ libpng ] : https://github.com/pnggroup/libpng
7579[ libpng License version 2 ] : https://github.com/pnggroup/libpng/blob/master/LICENSE
7680[ librsvg ] : https://gitlab.gnome.org/GNOME/librsvg
@@ -94,14 +98,12 @@ Same as libvips-web + these extra dependencies:
9498
9599| Dependency | Version | Used under the terms of |
96100| -----------------| ------------| --------------------------------------------------------------|
97- | [ brotli] | 1.2.0 | MIT Licence |
98101| [ cfitsio] | 4.6.2 | BSD-like |
99102| [ fftw] | 3.3.10 | GPLv2 |
100103| [ gdk-pixbuf] | 2.44.4 | LGPLv3 |
101104| [ imagemagick] | 6.9.13-33 | [ ImageMagick License] (Apache-2.0-like) |
102105| [ imath] | 3.1.9 | BSD 3-Clause |
103106| [ libdicom] | 1.2.0 | MIT Licence |
104- | [ libjxl] | 0.11.1 | BSD 3-Clause |
105107| [ libraw] | 0.21.4 | LGPL-2.1-only |
106108| [ matio] | 1.5.29 | BSD 2-Clause |
107109| [ nifticlib] | 3.0.1 | Public domain |
@@ -112,15 +114,13 @@ Same as libvips-web + these extra dependencies:
112114| [ sqlite] | 3.51.1 | Public domain |
113115| [ zstd] | 1.5.7 | BSD 3-Clause |
114116
115- [ brotli ] : https://github.com/google/brotli
116117[ cfitsio ] : https://github.com/HEASARC/cfitsio
117118[ fftw ] : https://github.com/FFTW/fftw3
118119[ gdk-pixbuf ] : https://gitlab.gnome.org/GNOME/gdk-pixbuf
119120[ imagemagick ] : https://github.com/ImageMagick/ImageMagick6
120121[ ImageMagick License ] : https://github.com/ImageMagick/ImageMagick6/blob/main/LICENSE
121122[ imath ] : https://github.com/AcademySoftwareFoundation/Imath
122123[ libdicom ] : https://github.com/ImagingDataCommons/libdicom
123- [ libjxl ] : https://github.com/libjxl/libjxl
124124[ libraw ] : https://github.com/LibRaw/LibRaw
125125[ matio ] : https://github.com/tbeu/matio
126126[ nifticlib ] : https://github.com/NIFTI-Imaging/nifti_clib
0 commit comments