redox/recipes/wip/graphics/gaffer/recipe.toml
2024-02-16 21:58:07 +00:00

29 lines
579 B
TOML

#TODO missing script for SCons, see https://github.com/gafferHQ/gaffer#building
#TODO missing dependencies, see https://github.com/GafferHQ/dependencies
[source]
git = "https://github.com/GafferHQ/gaffer"
rev = "9fe2e9c9025447913872d77c138a03eabcfa5df2"
[build]
template = "custom"
dependencies = [
"inkscape",
"boost",
"embree",
"libfmt",
"freetype2",
"glew",
"imath",
"llvm",
"lz4",
"libffi",
"libjpeg-turbo",
"libpng",
"libtiff",
"openexr",
"openimageio",
"openssl1",
"onetbb",
"zlib",
"qt5-full",
]