mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Add recipes
This commit is contained in:
parent
f67b08d0f8
commit
7577beba7e
14
recipes/wip/analysis/graphs/recipe.toml
Normal file
14
recipes/wip/analysis/graphs/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.gnome.org/World/Graphs"
|
||||
rev = "v1.8.7"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
"libgee",
|
||||
"sqlite3",
|
||||
]
|
||||
12
recipes/wip/crypto/decoder/recipe.toml
Normal file
12
recipes/wip/crypto/decoder/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.gnome.org/World/decoder"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
dependencies = [
|
||||
"glib",
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
"gstreamer",
|
||||
]
|
||||
16
recipes/wip/hw/piper/recipe.toml
Normal file
16
recipes/wip/hw/piper/recipe.toml
Normal file
@ -0,0 +1,16 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/libratbag/piper"
|
||||
rev = "0.8"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Druntime-dependency-checks=false",
|
||||
]
|
||||
dependencies = [
|
||||
"libratbag",
|
||||
"gtk3",
|
||||
"cairo",
|
||||
"libevdev",
|
||||
]
|
||||
7
recipes/wip/libs/graphics/vulkan-headers/recipe.toml
Normal file
7
recipes/wip/libs/graphics/vulkan-headers/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/KhronosGroup/Vulkan-Headers"
|
||||
rev = "vulkan-sdk-1.4.341.0"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
5
recipes/wip/libs/gui/libappindicator/recipe.toml
Normal file
5
recipes/wip/libs/gui/libappindicator/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://old-releases.ubuntu.com/ubuntu/pool/universe/liba/libappindicator/libappindicator_12.10.1+20.10.20200706.1.orig.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
20
recipes/wip/libs/hw/libratbag/recipe.toml
Normal file
20
recipes/wip/libs/hw/libratbag/recipe.toml
Normal file
@ -0,0 +1,20 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/libratbag/libratbag"
|
||||
rev = "v0.18"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "meson"
|
||||
mesonflags = [
|
||||
"-Dtests=false",
|
||||
"-Dlogind-provider=elogind",
|
||||
"-Dsystemd=false",
|
||||
]
|
||||
dependencies = [
|
||||
"elogind",
|
||||
"eudev",
|
||||
"libevdev",
|
||||
"libunistring",
|
||||
"json-glib",
|
||||
"glib",
|
||||
]
|
||||
16
recipes/wip/sound/soundux/recipe.toml
Normal file
16
recipes/wip/sound/soundux/recipe.toml
Normal file
@ -0,0 +1,16 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Soundux/Soundux"
|
||||
rev = "0.2.7"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
dependencies = [
|
||||
"pipewire",
|
||||
"libpulse",
|
||||
"webkitgtk4",
|
||||
"openssl3",
|
||||
"libx11",
|
||||
"libxi",
|
||||
"libappindicator",
|
||||
]
|
||||
17
recipes/wip/sound/whis/recipe.toml
Normal file
17
recipes/wip/sound/whis/recipe.toml
Normal file
@ -0,0 +1,17 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/frankdierolf/whis"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libvulkan",
|
||||
"vulkan-headers",
|
||||
"shaderc",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_cargo_packages whis-cli
|
||||
"""
|
||||
[package]
|
||||
dependencies = ["vulkan-tools"]
|
||||
Loading…
Reference in New Issue
Block a user