@@ -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) |
@@ -53,6 +55,7 @@ https://github.com/libvips/libvips/releases/tag/v8.18.0-alpha1
5355
5456[ aom ] : https://aomedia.googlesource.com/aom/
5557[ Alliance for Open Media Patent License 1.0 ] : https://aomedia.org/license/patent-license/
58+ [ brotli ] : https://github.com/google/brotli
5659[ cairo ] : https://gitlab.freedesktop.org/cairo/cairo
5760[ cgif ] : https://github.com/dloebl/cgif
5861[ expat ] : https://github.com/libexpat/libexpat
@@ -70,6 +73,7 @@ https://github.com/libvips/libvips/releases/tag/v8.18.0-alpha1
7073[ libffi ] : https://github.com/libffi/libffi
7174[ libheif ] : https://github.com/strukturag/libheif
7275[ libimagequant ] : https://github.com/lovell/libimagequant
76+ [ libjxl ] : https://github.com/libjxl/libjxl
7377[ libpng ] : https://github.com/pnggroup/libpng
7478[ libpng License version 2 ] : https://github.com/pnggroup/libpng/blob/master/LICENSE
7579[ librsvg ] : https://gitlab.gnome.org/GNOME/librsvg
@@ -92,14 +96,12 @@ Same as libvips-web + these extra dependencies:
9296
9397| Dependency | Version | Used under the terms of |
9498| -----------------| ------------| --------------------------------------------------------------|
95- | [ brotli] | 1.2.0 | MIT Licence |
9699| [ cfitsio] | 4.6.2 | BSD-like |
97100| [ fftw] | 3.3.10 | GPLv2 |
98101| [ gdk-pixbuf] | 2.44.4 | LGPLv3 |
99102| [ imagemagick] | 6.9.13-33 | [ ImageMagick License] (Apache-2.0-like) |
100103| [ imath] | 3.1.9 | BSD 3-Clause |
101104| [ libdicom] | 1.2.0 | MIT Licence |
102- | [ libjxl] | 0.11.1 | BSD 3-Clause |
103105| [ libraw] | 0.21.4 | LGPL-2.1-only |
104106| [ matio] | 1.5.29 | BSD 2-Clause |
105107| [ nifticlib] | 3.0.1 | Public domain |
@@ -110,15 +112,13 @@ Same as libvips-web + these extra dependencies:
110112| [ sqlite] | 3.51.1 | Public domain |
111113| [ zstd] | 1.5.7 | BSD 3-Clause |
112114
113- [ brotli ] : https://github.com/google/brotli
114115[ cfitsio ] : https://github.com/HEASARC/cfitsio
115116[ fftw ] : https://github.com/FFTW/fftw3
116117[ gdk-pixbuf ] : https://gitlab.gnome.org/GNOME/gdk-pixbuf
117118[ imagemagick ] : https://github.com/ImageMagick/ImageMagick6
118119[ ImageMagick License ] : https://github.com/ImageMagick/ImageMagick6/blob/main/LICENSE
119120[ imath ] : https://github.com/AcademySoftwareFoundation/Imath
120121[ libdicom ] : https://github.com/ImagingDataCommons/libdicom
121- [ libjxl ] : https://github.com/libjxl/libjxl
122122[ libraw ] : https://github.com/LibRaw/LibRaw
123123[ matio ] : https://github.com/tbeu/matio
124124[ nifticlib ] : https://github.com/NIFTI-Imaging/nifti_clib
0 commit comments