redox/recipes/wip/libs/gui/clutter-gst/recipe.toml
2025-10-15 19:36:17 -03:00

13 lines
318 B
TOML

#TODO not compiled or tested
# build instructions: https://gitlab.gnome.org/Archive/clutter-gst/-/blob/master/INSTALL
[source]
tar = "https://download.gnome.org/sources/clutter-gst/3.0/clutter-gst-3.0.27.tar.xz"
[build]
template = "configure"
dependencies = [
"glib",
"cogl",
"clutter",
"gstreamer",
]