redox/recipes/wip/libs/image/libheif/recipe.toml

15 lines
353 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/strukturag/libheif#compiling
[source]
tar = "https://github.com/strukturag/libheif/releases/download/v1.17.5/libheif-1.17.5.tar.gz"
[build]
template = "cmake"
cmakeflags = [
"-DBUILD_DOCUMENTATION=OFF",
"-DBUILD_TESTING=OFF",
]
dependencies = [
"x265",
"libde265",
]