mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 12:38:43 +08:00
add recipes
This commit is contained in:
parent
387abb7d75
commit
5047c6cfc5
8
recipes/wip/graphics/reve/recipe.toml
Normal file
8
recipes/wip/graphics/reve/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ONdraid/reve"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo --features reve-cli reve-gui
|
||||
"""
|
||||
10
recipes/wip/libs/libzimg/recipe.toml
Normal file
10
recipes/wip/libs/libzimg/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sekrit-twc/zimg"
|
||||
rev = "e5b0de6bebbcbc66732ed5afaafef6b2c7dfef87"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
./autogen.sh
|
||||
cookbook_configure
|
||||
"""
|
||||
8
recipes/wip/sound/soundboard/recipe.toml
Normal file
8
recipes/wip/sound/soundboard/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/gamebooster/soundboard"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo --features full
|
||||
"""
|
||||
11
recipes/wip/video/av1an/recipe.toml
Normal file
11
recipes/wip/video/av1an/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/master-of-zen/Av1an"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"ffmpeg6",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages av1an
|
||||
"""
|
||||
13
recipes/wip/video/vapoursynth/recipe.toml
Normal file
13
recipes/wip/video/vapoursynth/recipe.toml
Normal file
@ -0,0 +1,13 @@
|
||||
#TODO maybe wrong script, see https://vapoursynth.com/doc/installation.html#linux-and-os-x-compilation
|
||||
[source]
|
||||
git = "https://github.com/vapoursynth/vapoursynth"
|
||||
rev = "3157049549a0940359b37004aeeeebd8f1db665e"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"library1",
|
||||
]
|
||||
script = """
|
||||
./autogen.sh
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user