File tree Expand file tree Collapse file tree 3 files changed +3
-420
lines changed Expand file tree Collapse file tree 3 files changed +3
-420
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
31
31
| [ libexif] | 0.6.24 | LGPLv3 |
32
32
| [ libffi] | 3.4.2 | MIT Licence |
33
33
| [ libgsf] | 1.14.50 | LGPLv3 |
34
- | [ libheif] | 1.12 .0 | LGPLv3 |
34
+ | [ libheif] | 1.13 .0 | LGPLv3 |
35
35
| [ libimagequant] | 2.4.1¹ | BSD 2-Clause |
36
36
| [ libpng] | 1.6.37 | [ libpng License version 2] |
37
37
| [ librsvg] | 2.55.0 | LGPLv3 |
Original file line number Diff line number Diff line change @@ -2,16 +2,13 @@ PKG := libheif
2
2
$(PKG)_WEBSITE := http://www.libheif.org/
3
3
$(PKG)_DESCR := libheif is a ISO/IEC 23008-12:2017 HEIF file format decoder and encoder.
4
4
$(PKG)_IGNORE :=
5
- $(PKG)_VERSION := 1.12 .0
6
- $(PKG)_CHECKSUM := e1ac2abb354fdc8ccdca71363ebad7503ad731c84022cf460837f0839e171718
5
+ $(PKG)_VERSION := 1.13 .0
6
+ $(PKG)_CHECKSUM := c20ae01bace39e89298f6352f1ff4a54b415b33b9743902da798e8a1e51d7ca1
7
7
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/$(PKG ) -[0-9]* .patch) ) )
8
8
$(PKG)_GH_CONF := strukturag/libheif/releases,v
9
9
$(PKG)_DEPS := cc aom
10
10
11
11
define $(PKG)_BUILD
12
- # need to regenerate the configure script
13
- cd '$(SOURCE_DIR ) ' && autoreconf -fi
14
-
15
12
# Disable multithreading when building with Win32 threads to
16
13
# avoid a dependency on mingw-std-threads (which we only use
17
14
# in the "all" variant). Disabling multithreading only affects
You can’t perform that action at this time.
0 commit comments