Skip to content

Commit 8032084

Browse files
authored
Bump dep: heif (#47)
All patches are incorporated in v1.13.0
1 parent 02bd6f2 commit 8032084

File tree

3 files changed

+3
-420
lines changed

3 files changed

+3
-420
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
3131
| [libexif] | 0.6.24 | LGPLv3 |
3232
| [libffi] | 3.4.2 | MIT Licence |
3333
| [libgsf] | 1.14.50 | LGPLv3 |
34-
| [libheif] | 1.12.0 | LGPLv3 |
34+
| [libheif] | 1.13.0 | LGPLv3 |
3535
| [libimagequant] | 2.4.1¹ | BSD 2-Clause |
3636
| [libpng] | 1.6.37 | [libpng License version 2] |
3737
| [librsvg] | 2.55.0 | LGPLv3 |

build/libheif.mk

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@ PKG := libheif
22
$(PKG)_WEBSITE := http://www.libheif.org/
33
$(PKG)_DESCR := libheif is a ISO/IEC 23008-12:2017 HEIF file format decoder and encoder.
44
$(PKG)_IGNORE :=
5-
$(PKG)_VERSION := 1.12.0
6-
$(PKG)_CHECKSUM := e1ac2abb354fdc8ccdca71363ebad7503ad731c84022cf460837f0839e171718
5+
$(PKG)_VERSION := 1.13.0
6+
$(PKG)_CHECKSUM := c20ae01bace39e89298f6352f1ff4a54b415b33b9743902da798e8a1e51d7ca1
77
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/$(PKG)-[0-9]*.patch)))
88
$(PKG)_GH_CONF := strukturag/libheif/releases,v
99
$(PKG)_DEPS := cc aom
1010

1111
define $(PKG)_BUILD
12-
# need to regenerate the configure script
13-
cd '$(SOURCE_DIR)' && autoreconf -fi
14-
1512
# Disable multithreading when building with Win32 threads to
1613
# avoid a dependency on mingw-std-threads (which we only use
1714
# in the "all" variant). Disabling multithreading only affects

0 commit comments

Comments
 (0)