mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
add recipes
This commit is contained in:
parent
5326dc8f08
commit
387abb7d75
8
recipes/wip/emulators/gopher64/recipe.toml
Normal file
8
recipes/wip/emulators/gopher64/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/gopher64/gopher64"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
]
|
||||
11
recipes/wip/emulators/jgenesis/recipe.toml
Normal file
11
recipes/wip/emulators/jgenesis/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jsgroth/jgenesis"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages jgenesis-cli
|
||||
"""
|
||||
8
recipes/wip/emulators/rpsx/recipe.toml
Normal file
8
recipes/wip/emulators/rpsx/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/KieronJ/rpsx"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
]
|
||||
12
recipes/wip/net/moonfire-nvr-server/recipe.toml
Normal file
12
recipes/wip/net/moonfire-nvr-server/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/scottlamb/moonfire-nvr"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sqlite3",
|
||||
]
|
||||
script = """
|
||||
cd server
|
||||
cookbook_cargo
|
||||
"""
|
||||
11
recipes/wip/net/vsd/recipe.toml
Normal file
11
recipes/wip/net/vsd/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/clitic/vsd"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"ffmpeg6",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages vsd
|
||||
"""
|
||||
11
recipes/wip/video/gyroflow/recipe.toml
Normal file
11
recipes/wip/video/gyroflow/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO maybe missing dependencies, see https://github.com/gyroflow/gyroflow/blob/master/_scripts/linux.just
|
||||
[source]
|
||||
git = "https://github.com/gyroflow/gyroflow"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"fontconfig",
|
||||
"freetype2",
|
||||
"ffmpeg6",
|
||||
"qt6-base",
|
||||
]
|
||||
5
recipes/wip/video/smoothie-rs/recipe.toml
Normal file
5
recipes/wip/video/smoothie-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/couleur-tweak-tips/smoothie-rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/video/timelens/recipe.toml
Normal file
8
recipes/wip/video/timelens/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/timelens/timelens"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"gstreamer",
|
||||
]
|
||||
8
recipes/wip/video/vidmerger/recipe.toml
Normal file
8
recipes/wip/video/vidmerger/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tgotwig/vidmerger"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"ffmpeg6",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user