Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Aug 31, 2022
1 parent 0b69d78 commit 846d74f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 457 deletions.
7 changes: 4 additions & 3 deletions build/libheif.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ PKG := libheif
$(PKG)_WEBSITE := http://www.libheif.org/
$(PKG)_DESCR := libheif is a ISO/IEC 23008-12:2017 HEIF file format decoder and encoder.
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.12.0
$(PKG)_CHECKSUM := e1ac2abb354fdc8ccdca71363ebad7503ad731c84022cf460837f0839e171718
# https://github.com/strukturag/libheif/tarball/0020008c23cb3e221bbd27e224da9410c153b6dc
$(PKG)_VERSION := 0020008
$(PKG)_CHECKSUM := dc2d60f248fe36dbbc19a2652c671153c04d413b510fc9e95e3483672b15cb84
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/$(PKG)-[0-9]*.patch)))
$(PKG)_GH_CONF := strukturag/libheif/releases,v
$(PKG)_GH_CONF := strukturag/libheif/branches/master
$(PKG)_DEPS := cc dav1d rav1e

define $(PKG)_BUILD
Expand Down
Loading

0 comments on commit 846d74f

Please sign in to comment.