From 264a0598f9072645ade8c63b18ea766e6040b22c Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Fri, 1 Mar 2024 20:07:36 +0000 Subject: [PATCH] add recipes --- recipes/wip/graphics/derive-rs/recipe.toml | 5 +++++ recipes/wip/graphics/pixsort/recipe.toml | 5 +++++ recipes/wip/science/vidoxide/recipe.toml | 8 ++++++++ recipes/wip/tools/gptube-cli/recipe.toml | 5 +++++ recipes/wip/video/streamlib/recipe.toml | 5 +++++ recipes/wip/video/sub-batch/recipe.toml | 6 ++++++ recipes/wip/video/teres/recipe.toml | 8 ++++++++ recipes/wip/video/yt-chanvids/recipe.toml | 5 +++++ 8 files changed, 47 insertions(+) create mode 100644 recipes/wip/graphics/derive-rs/recipe.toml create mode 100644 recipes/wip/graphics/pixsort/recipe.toml create mode 100644 recipes/wip/science/vidoxide/recipe.toml create mode 100644 recipes/wip/tools/gptube-cli/recipe.toml create mode 100644 recipes/wip/video/streamlib/recipe.toml create mode 100644 recipes/wip/video/sub-batch/recipe.toml create mode 100644 recipes/wip/video/teres/recipe.toml create mode 100644 recipes/wip/video/yt-chanvids/recipe.toml diff --git a/recipes/wip/graphics/derive-rs/recipe.toml b/recipes/wip/graphics/derive-rs/recipe.toml new file mode 100644 index 000000000..354a2f681 --- /dev/null +++ b/recipes/wip/graphics/derive-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO very outdated crates +[source] +git = "https://github.com/erik/derive.rs" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/pixsort/recipe.toml b/recipes/wip/graphics/pixsort/recipe.toml new file mode 100644 index 000000000..9ba2b060d --- /dev/null +++ b/recipes/wip/graphics/pixsort/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/1jz/pixsort" +[build] +template = "cargo" diff --git a/recipes/wip/science/vidoxide/recipe.toml b/recipes/wip/science/vidoxide/recipe.toml new file mode 100644 index 000000000..396e3923b --- /dev/null +++ b/recipes/wip/science/vidoxide/recipe.toml @@ -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", +] diff --git a/recipes/wip/tools/gptube-cli/recipe.toml b/recipes/wip/tools/gptube-cli/recipe.toml new file mode 100644 index 000000000..098bdd20f --- /dev/null +++ b/recipes/wip/tools/gptube-cli/recipe.toml @@ -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" diff --git a/recipes/wip/video/streamlib/recipe.toml b/recipes/wip/video/streamlib/recipe.toml new file mode 100644 index 000000000..a8508b7dc --- /dev/null +++ b/recipes/wip/video/streamlib/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/streamlib/streamlib" +[build] +template = "cargo" diff --git a/recipes/wip/video/sub-batch/recipe.toml b/recipes/wip/video/sub-batch/recipe.toml new file mode 100644 index 000000000..40b48c276 --- /dev/null +++ b/recipes/wip/video/sub-batch/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/kl/sub-batch" +rev = "a63ba33c6d0fdcb0e7a83da1c16bd8a19a43472b" +[build] +template = "cargo" diff --git a/recipes/wip/video/teres/recipe.toml b/recipes/wip/video/teres/recipe.toml new file mode 100644 index 000000000..8387be1f3 --- /dev/null +++ b/recipes/wip/video/teres/recipe.toml @@ -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", +] diff --git a/recipes/wip/video/yt-chanvids/recipe.toml b/recipes/wip/video/yt-chanvids/recipe.toml new file mode 100644 index 000000000..b97f2d997 --- /dev/null +++ b/recipes/wip/video/yt-chanvids/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/daniel-araujo/yt-chanvids" +[build] +template = "cargo" -- GitLab