redox/recipes/wip/graphics/graphicsmagick/recipe.toml
2024-02-13 12:28:54 +00:00

18 lines
451 B
TOML

#TODO compilation error - missing sys/poll.h
#TODO fix libwebp
#TODO more features - http://www.graphicsmagick.org/README.html#add-on-libraries-programs
[source]
tar = "https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.42/GraphicsMagick-1.3.42.tar.xz/download"
[build]
template = "configure"
dependencies = [
"bzip2",
"freetype2",
#"libwebp",
"libjpeg",
"libpng",
"libtiff",
"libxml2",
"zlib",
]