redox/recipes/wip/graphics/rawtherapee/recipe.toml
2024-02-18 00:04:49 +00:00

22 lines
484 B
TOML

#TODO missing script for CMake, see https://rawpedia.rawtherapee.com/Linux#Compile_RawTherapee
#TODO missing dependencies, see https://rawpedia.rawtherapee.com/Linux#Dependencies
[source]
tar = "https://rawtherapee.com/shared/source/rawtherapee-5.9.tar.xz"
[build]
template = "custom"
dependencies = [
"gexiv2",
"expat",
"fftw",
"glib",
"gtk3",
"gtk3mm",
"libjpeg",
"liblcms",
"libpng",
"librsvg",
"libsigc++",
"libtiff",
"zlib",
]