From 41261be4cc1fc3a0c857702d0cee58ce248511b7 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Fri, 1 Mar 2024 21:59:42 +0000 Subject: [PATCH] add recipes --- recipes/wip/dev/oxidizer/recipe.toml | 5 +++++ recipes/wip/graphics/rscale2x/recipe.toml | 5 +++++ recipes/wip/graphics/upscaler-rs/recipe.toml | 5 +++++ recipes/wip/net/anime-downloader/recipe.toml | 6 ++++++ recipes/wip/video/detect-scene-change/recipe.toml | 5 +++++ recipes/wip/video/gopro-assembler/recipe.toml | 5 +++++ recipes/wip/video/trimmeroni/recipe.toml | 5 +++++ recipes/wip/video/video4discord/recipe.toml | 5 +++++ recipes/wip/web/vidium/recipe.toml | 5 +++++ 9 files changed, 46 insertions(+) create mode 100644 recipes/wip/dev/oxidizer/recipe.toml create mode 100644 recipes/wip/graphics/rscale2x/recipe.toml create mode 100644 recipes/wip/graphics/upscaler-rs/recipe.toml create mode 100644 recipes/wip/net/anime-downloader/recipe.toml create mode 100644 recipes/wip/video/detect-scene-change/recipe.toml create mode 100644 recipes/wip/video/gopro-assembler/recipe.toml create mode 100644 recipes/wip/video/trimmeroni/recipe.toml create mode 100644 recipes/wip/video/video4discord/recipe.toml create mode 100644 recipes/wip/web/vidium/recipe.toml diff --git a/recipes/wip/dev/oxidizer/recipe.toml b/recipes/wip/dev/oxidizer/recipe.toml new file mode 100644 index 000000000..00d3f1665 --- /dev/null +++ b/recipes/wip/dev/oxidizer/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ix/oxidizer" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/rscale2x/recipe.toml b/recipes/wip/graphics/rscale2x/recipe.toml new file mode 100644 index 000000000..8463be9a6 --- /dev/null +++ b/recipes/wip/graphics/rscale2x/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ahmetmutlugun/rscale2x" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/upscaler-rs/recipe.toml b/recipes/wip/graphics/upscaler-rs/recipe.toml new file mode 100644 index 000000000..4a7173425 --- /dev/null +++ b/recipes/wip/graphics/upscaler-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/DhruvDh/upscaler" +[build] +template = "cargo" diff --git a/recipes/wip/net/anime-downloader/recipe.toml b/recipes/wip/net/anime-downloader/recipe.toml new file mode 100644 index 000000000..3451f0bdc --- /dev/null +++ b/recipes/wip/net/anime-downloader/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/B0SEmc/Anime-Downloader" +rev = "36439fcf8665a363d95fe0e56de69909d0ff381b" +[build] +template = "cargo" diff --git a/recipes/wip/video/detect-scene-change/recipe.toml b/recipes/wip/video/detect-scene-change/recipe.toml new file mode 100644 index 000000000..48c23e72c --- /dev/null +++ b/recipes/wip/video/detect-scene-change/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/soruly/detect-scene-change" +[build] +template = "cargo" diff --git a/recipes/wip/video/gopro-assembler/recipe.toml b/recipes/wip/video/gopro-assembler/recipe.toml new file mode 100644 index 000000000..a0a32b500 --- /dev/null +++ b/recipes/wip/video/gopro-assembler/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/alichtman/gopro-chaptered-video-assembler" +[build] +template = "cargo" diff --git a/recipes/wip/video/trimmeroni/recipe.toml b/recipes/wip/video/trimmeroni/recipe.toml new file mode 100644 index 000000000..079cbf141 --- /dev/null +++ b/recipes/wip/video/trimmeroni/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/outfrost/trimmeroni" +[build] +template = "cargo" diff --git a/recipes/wip/video/video4discord/recipe.toml b/recipes/wip/video/video4discord/recipe.toml new file mode 100644 index 000000000..b7faa52e2 --- /dev/null +++ b/recipes/wip/video/video4discord/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Seebass22/video4discord" +[build] +template = "cargo" diff --git a/recipes/wip/web/vidium/recipe.toml b/recipes/wip/web/vidium/recipe.toml new file mode 100644 index 000000000..3b99091ce --- /dev/null +++ b/recipes/wip/web/vidium/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/s-panferov/vidium" +[build] +template = "cargo" -- GitLab