mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Add recipes
This commit is contained in:
parent
6156be4571
commit
4accfce7dd
8
recipes/wip/avp/recipe.toml
Normal file
8
recipes/wip/avp/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-av/avp"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
]
|
||||
8
recipes/wip/blockish-caca/recipe.toml
Normal file
8
recipes/wip/blockish-caca/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/yazgoo/blockish-caca"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libcaca",
|
||||
]
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO make dbus work
|
||||
#TODO make D-Bus work
|
||||
[source]
|
||||
git = "https://github.com/hinto-janai/festival"
|
||||
rev = "512dc7bfc76341c0e06902252c634e24700d7140"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
5
recipes/wip/glou/recipe.toml
Normal file
5
recipes/wip/glou/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Nurrl/glou"
|
||||
[build]
|
||||
template = "cargo"
|
||||
14
recipes/wip/glsl-viewer/recipe.toml
Normal file
14
recipes/wip/glsl-viewer/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO missing script for CMake, see https://github.com/patriciogonzalezvivo/glslViewer/wiki/Compile-on-linux#3-compile
|
||||
#TODO determine the X11 libraries
|
||||
[source]
|
||||
git = "https://github.com/patriciogonzalezvivo/glslViewer"
|
||||
rev = "7eb6254cb4cedf03f1c78653f90905fe0c3b48fb"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"mesa-glu",
|
||||
"ncurses",
|
||||
"ncursesw",
|
||||
"ffmpeg6",
|
||||
"glfw",
|
||||
]
|
||||
5
recipes/wip/libcaca/recipe.toml
Normal file
5
recipes/wip/libcaca/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "http://caca.zoy.org/files/libcaca/libcaca-0.99.beta19.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libdmx/recipe.toml
Normal file
5
recipes/wip/libdmx/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libdmx-1.1.5.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libfontenc/recipe.toml
Normal file
5
recipes/wip/libfontenc/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libfontenc-1.1.7.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libfs/recipe.toml
Normal file
5
recipes/wip/libfs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libFS-1.0.9.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libice/recipe.toml
Normal file
5
recipes/wip/libice/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libICE-1.1.1.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libsm/recipe.toml
Normal file
5
recipes/wip/libsm/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libSM-1.2.4.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libxau/recipe.toml
Normal file
5
recipes/wip/libxau/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXau-1.0.11.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libxaw/recipe.toml
Normal file
5
recipes/wip/libxaw/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXaw-1.0.15.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libxdamage/recipe.toml
Normal file
5
recipes/wip/libxdamage/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXdamage-1.1.6.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libxdmcp/recipe.toml
Normal file
5
recipes/wip/libxdmcp/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXdmcp-1.1.4.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libxext/recipe.toml
Normal file
5
recipes/wip/libxext/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXext-1.3.5.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libxmu/recipe.toml
Normal file
5
recipes/wip/libxmu/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXmu-1.1.4.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libxpm/recipe.toml
Normal file
5
recipes/wip/libxpm/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXpm-3.5.17.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libxres/recipe.toml
Normal file
5
recipes/wip/libxres/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXres-1.2.2.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libxss/recipe.toml
Normal file
5
recipes/wip/libxss/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXScrnSaver-1.2.4.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libxv/recipe.toml
Normal file
5
recipes/wip/libxv/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXv-1.0.12.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/libxvmc/recipe.toml
Normal file
5
recipes/wip/libxvmc/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXvMC-1.0.13.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/shadergarden/recipe.toml
Normal file
5
recipes/wip/shadergarden/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tonarino/shadergarden"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/viu/recipe.toml
Normal file
5
recipes/wip/viu/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/atanunq/viu/archive/refs/tags/v1.5.0.tar.gz"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/x11proto/recipe.toml
Normal file
5
recipes/wip/x11proto/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/proto/xorgproto-2023.2.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
12
recipes/wip/zeal/recipe.toml
Normal file
12
recipes/wip/zeal/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO missing script for CMake, see https://github.com/zealdocs/zeal#build-instructions
|
||||
[source]
|
||||
tar = "https://github.com/zealdocs/zeal/releases/download/v0.7.0/zeal-0.7.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"qt6-base",
|
||||
"qt6-webengine",
|
||||
"libarchive",
|
||||
"sqlite3",
|
||||
"mesa",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user