redox/recipes/wip/libs/image/libraw/recipe.toml
2024-07-07 09:25:06 +00:00

13 lines
226 B
TOML

#TODO compilation error
#TODO make libjasper work
[source]
tar = "https://www.libraw.org/data/LibRaw-0.21.1.tar.gz"
[build]
template = "configure"
dependencies = [
"zlib",
#"libjasper",
"libjpeg",
"liblcms",
]