Skip to content

Commit f53564f

Browse files
committed
remove debug logs
update readme
1 parent 8bb5d5e commit f53564f

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ This lambda layer contains the node module [sharp](https://github.com/lovell/sha
6767

6868
### Dependencies
6969
The following table lists the release version of this repo together with the version of each dependency. Patch versions are related to the build process or documentation and have the same dependencies as the minor version.
70-
| release | sharp | libvips | libheif | libwebp | libde265 | x265 | libaom | nodejs |
71-
|---------|--------|---------|---------|---------|-----------|--------|--------|--------|
72-
| 1.2.0 | 0.28.2 | 8.10.6 | 1.12.0 | 1.2.0 | 1.0.8 | - | - | 12 |
73-
| 1.1.0 | 0.27.0 | 8.10.5 | 1.10.0 | 1.1.0 | 1.0.8 | - | - | 12 |
74-
| 2.0.0 | 0.29.1 | 8.11.3 | 1.12.0 | 1.2.1 | 1.0.8 | - | - | 14 |
75-
| 3.0.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.2.4 | 1.0.8 | - | - | 16 |
76-
| 3.1.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.2.4 | 1.0.8 | - | - | 16 |
77-
| 3.2.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.3.2 | 1.0.12 | - | - | 16 |
78-
| 4.1.0 | 0.33.3 | 8.15.2 | 1.17.6 | 1.4.0 | 1.0.15 | 3.6 | - | 20 |
79-
| 4.1.3 | 0.33.3 | 8.15.2 | 1.17.6 | 1.4.0 | 1.0.15 | 3.6 | 3.9.0 | 20 |
70+
| release | sharp | libvips | libheif | libwebp | libde265 | x265 | nodejs |
71+
|---------|--------|---------|---------|---------|-----------|--------|--------|
72+
| 1.2.0 | 0.28.2 | 8.10.6 | 1.12.0 | 1.2.0 | 1.0.8 | - | 12 |
73+
| 1.1.0 | 0.27.0 | 8.10.5 | 1.10.0 | 1.1.0 | 1.0.8 | - | 12 |
74+
| 2.0.0 | 0.29.1 | 8.11.3 | 1.12.0 | 1.2.1 | 1.0.8 | - | 14 |
75+
| 3.0.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.2.4 | 1.0.8 | - | 16 |
76+
| 3.1.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.2.4 | 1.0.8 | - | 16 |
77+
| 3.2.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.3.2 | 1.0.12 | - | 16 |
78+
| 4.1.0 | 0.33.3 | 8.15.2 | 1.17.6 | 1.4.0 | 1.0.15 | 3.6 | 20 |
79+
| 4.1.3 | 0.33.3 | 8.15.2 | 1.17.6 | 1.4.0 | 1.0.15 | 3.6 | 20 |
8080

8181
### CompatibleRuntimes
8282
- `nodejs12.x` (v1.x)
@@ -92,7 +92,6 @@ You can also use the Sponsor button on the right if you'd like.
9292
## Licenses
9393
- libheif and libde265 are distributed under the terms of the GNU Lesser General Public License. Copyright Struktur AG. See https://github.com/strukturag/libheif/blob/master/COPYING and https://github.com/strukturag/libde265/blob/master/COPYING for details.
9494
- x265 is free to use under the GNU GPL and is also available under a commercial license. See https://www.x265.org/ for details.
95-
- libaom is Copyright (c) 2016, Alliance for Open Media. All rights reserved. See https://aomedia.googlesource.com/aom/+/refs/heads/main/LICENSE for details
9695
- libwebp is Copyright Google Inc. See https://github.com/webmproject/libwebp/blob/master/COPYING for details.
9796
- sharp is licensed under the Apache License, Version 2.0. Copyright Lovell Fuller and contributors. See https://github.com/lovell/sharp/blob/master/LICENSE for details.
9897
- libvips is licensed under the LGPL 2.1+. See https://github.com/libvips/libvips/blob/master/COPYING for details.

layer/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,12 @@ x265:
5858
libheif: x265 libde265
5959
# libheif
6060
curl -L https://github.com/strukturag/libheif/releases/download/v$(LIBHEIF_VERSION)/libheif-$(LIBHEIF_VERSION).tar.gz | tar zx
61-
cd libheif-$(LIBHEIF_VERSION) && mkdir build && cd build && cmake -DCMAKE_INSTALL_LIBDIR=$(LIB_PATH) --preset=release-noplugins .. && make V=1 && make install
61+
cd libheif-$(LIBHEIF_VERSION) && mkdir build && cd build && cmake -DCMAKE_INSTALL_LIBDIR=$(LIB_PATH) --preset=release-noplugins .. && make V=0 && make install
6262

6363
libvips: installLib libheif libwebp
6464
# libvips
65-
pkg-config libheif --print-variables
66-
6765
curl -L https://github.com/libvips/libvips/releases/download/v$(VIPS_VERSION)/vips-$(VIPS_VERSION).tar.xz | tar xJ
6866
cd vips-$(VIPS_VERSION) && meson setup build --prefix ${PREFIX_PATH} --libdir ${LIB_PATH} -Dheif=enabled -Dheif-module=disabled -Dlcms=enabled --buildtype release && cd build && meson compile && meson install
69-
VIPS_INFO=1 vips
7067

7168
# libheif: libde265
7269
# # libheif

0 commit comments

Comments
 (0)