mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 17:48:42 +08:00
13 lines
318 B
TOML
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",
|
|
]
|