redox/recipes/wip/graphics/other/darktable/recipe.toml
2025-10-07 15:35:21 -03:00

21 lines
500 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/darktable-org/darktable#linux
# dependencies: https://github.com/darktable-org/darktable#dependencies
[source]
tar = "https://github.com/darktable-org/darktable/releases/download/release-4.8.0/darktable-4.8.0.tar.xz"
[build]
template = "cmake"
dependencies = [
"gtk3",
"glib",
"sqlite3",
"gexiv2",
"liblensfun",
"liblcms",
"libpugixml",
"libavif",
"libheif",
"libwebp",
"libgphoto2",
]