mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
add recipes
This commit is contained in:
parent
d0249be5dd
commit
264a0598f9
5
recipes/wip/graphics/derive-rs/recipe.toml
Normal file
5
recipes/wip/graphics/derive-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO very outdated crates
|
||||
[source]
|
||||
git = "https://github.com/erik/derive.rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/pixsort/recipe.toml
Normal file
5
recipes/wip/graphics/pixsort/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/1jz/pixsort"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/science/vidoxide/recipe.toml
Normal file
8
recipes/wip/science/vidoxide/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO require camera drivers, see https://github.com/GreatAttractor/vidoxide#3-building
|
||||
[source]
|
||||
git = "https://github.com/GreatAttractor/vidoxide"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"gtk3",
|
||||
]
|
||||
5
recipes/wip/tools/gptube-cli/recipe.toml
Normal file
5
recipes/wip/tools/gptube-cli/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Seems to search for yt-dlp, see https://github.com/ZmoleCristian/gptube-cli/blob/main/Makefile
|
||||
[source]
|
||||
git = "https://github.com/ZmoleCristian/gptube-cli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/video/streamlib/recipe.toml
Normal file
5
recipes/wip/video/streamlib/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/streamlib/streamlib"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/video/sub-batch/recipe.toml
Normal file
6
recipes/wip/video/sub-batch/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kl/sub-batch"
|
||||
rev = "a63ba33c6d0fdcb0e7a83da1c16bd8a19a43472b"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/video/teres/recipe.toml
Normal file
8
recipes/wip/video/teres/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO missing dependencies, see https://github.com/animafps/teres/blob/main/CONTRIBUTING.md
|
||||
[source]
|
||||
git = "https://github.com/animafps/teres"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"ffmpeg6",
|
||||
]
|
||||
5
recipes/wip/video/yt-chanvids/recipe.toml
Normal file
5
recipes/wip/video/yt-chanvids/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/daniel-araujo/yt-chanvids"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user