redox/recipes/wip/libraw/recipe.toml
2023-12-10 05:39:10 +00:00

12 lines
204 B
TOML

#TODO Not compiled or tested
[source]
tar = "https://www.libraw.org/data/LibRaw-0.21.1.tar.gz"
[build]
template = "configure"
dependencies = [
"zlib",
"libjasper",
"libjpeg",
"liblcms",
]