mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Add recipes
This commit is contained in:
parent
664b043881
commit
828a3237a2
5
recipes/wip/libs/audio/libcanberra/recipe.toml
Normal file
5
recipes/wip/libs/audio/libcanberra/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
12
recipes/wip/libs/gui/clutter-gst/recipe.toml
Normal file
12
recipes/wip/libs/gui/clutter-gst/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#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",
|
||||
]
|
||||
10
recipes/wip/libs/gui/clutter-gtk/recipe.toml
Normal file
10
recipes/wip/libs/gui/clutter-gtk/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
# lacking build instructions
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/clutter-gtk/1.8/clutter-gtk-1.8.4.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"clutter",
|
||||
"gtk3",
|
||||
]
|
||||
19
recipes/wip/libs/gui/clutter/recipe.toml
Normal file
19
recipes/wip/libs/gui/clutter/recipe.toml
Normal file
@ -0,0 +1,19 @@
|
||||
#TODO not compiled or tested
|
||||
# build instructions: https://gitlab.gnome.org/Archive/clutter#building-and-installation
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/clutter/1.26/clutter-1.26.4.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"json-glib",
|
||||
"atk",
|
||||
"cairo",
|
||||
"pango",
|
||||
"cogl",
|
||||
"libxcb",
|
||||
"libxcomposite
|
||||
"libxdamage",
|
||||
"libxext",
|
||||
"libxkbcommon",
|
||||
]
|
||||
13
recipes/wip/libs/gui/cogl/recipe.toml
Normal file
13
recipes/wip/libs/gui/cogl/recipe.toml
Normal file
@ -0,0 +1,13 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/cogl/1.22/cogl-1.22.8.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"mesa-x11",
|
||||
"libxcomposite",
|
||||
"libxdamage",
|
||||
"libxext",
|
||||
"libxfixes",
|
||||
#"libwayland",
|
||||
]
|
||||
5
recipes/wip/tel/sms-server/recipe.toml
Normal file
5
recipes/wip/tel/sms-server/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/morgverd/sms-server"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tel/sms-terminal/recipe.toml
Normal file
5
recipes/wip/tel/sms-terminal/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/morgverd/sms-terminal"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/video/other/gnome-video-effects/recipe.toml
Normal file
5
recipes/wip/video/other/gnome-video-effects/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gnome-video-effects/0.6/gnome-video-effects-0.6.0.tar.xz"
|
||||
[build]
|
||||
template = "meson"
|
||||
@ -1,6 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
# lacking build instructions: https://gitlab.gnome.org/GNOME/cheese/-/blob/master/meson.build
|
||||
# missing dependencies
|
||||
# probably missing dependencies
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/cheese/44/cheese-44.1.tar.xz"
|
||||
[build]
|
||||
@ -13,4 +13,9 @@ dependencies = [
|
||||
"glib",
|
||||
"gdk-pixbuf",
|
||||
"gstreamer",
|
||||
"libcanberra",
|
||||
"clutter",
|
||||
"clutter-gtk",
|
||||
"clutter-gst",
|
||||
"gnome-video-effects",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user