Add recipes

This commit is contained in:
Ribbon 2025-10-15 19:36:17 -03:00
parent 664b043881
commit 828a3237a2
9 changed files with 80 additions and 1 deletions

View 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"

View 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",
]

View 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",
]

View 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",
]

View 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",
]

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/morgverd/sms-server"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/morgverd/sms-terminal"
[build]
template = "cargo"

View 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"

View File

@ -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",
]