mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 18:18:44 +08:00
21 lines
500 B
TOML
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",
|
|
]
|