mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
libheif: initial package
This commit is contained in:
parent
a559932c08
commit
bd07ce9ac5
19
packages/graphics/libheif/package.mk
Normal file
19
packages/graphics/libheif/package.mk
Normal file
@ -0,0 +1,19 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libheif"
|
||||
PKG_VERSION="1.5.1"
|
||||
PKG_SHA256="b134d0219dd2639cc13b8a8bcb8f264834593dd0417da1973fbe96e810918a8b"
|
||||
PKG_LICENSE="LGPLv3"
|
||||
PKG_SITE="http://www.libde265.org"
|
||||
PKG_URL="https://github.com/strukturag/libheif/releases/download/v$PKG_VERSION/libheif-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain libde265 libjpeg-turbo libpng"
|
||||
PKG_LONGDESC="A HEIF file format decoder and encoder."
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
--disable-shared \
|
||||
--disable-go \
|
||||
--disable-examples \
|
||||
--disable-tests"
|
Loading…
x
Reference in New Issue
Block a user