redox/recipes/wip/net/remote/remmina/recipe.toml
2025-10-12 19:54:54 -03:00

23 lines
557 B
TOML

#TODO not compiled or tested
# build instructions: https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compilation-guide
#TODO dependencies need a cleanup (outdated and up-to-date information is mixed in the build instructions)
[source]
git = "https://gitlab.com/Remmina/Remmina"
rev = "2a455eadd6462457d08c2d066c5c245e0dee3bf9"
[build]
template = "cmake"
dependencies = [
"openssl1",
"libxml2",
"gstreamer",
"ffmpeg6",
"gtk3",
"libgcrypt",
"libssh",
"libvte",
"libjpeg",
"gnutls3",
"libsodium",
"pcre",
]