mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 17:18:46 +08:00
22 lines
484 B
TOML
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",
|
|
]
|