From c77dca64a3c659f34dc709d6f7a682c528b9be85 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 23 Dec 2023 10:18:41 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/samply/recipe.toml       | 7 ++-----
 recipes/wip/sdl-pango/recipe.toml    | 1 +
 recipes/wip/shadergarden/recipe.toml | 3 +++
 recipes/wip/sheldon/recipe.toml      | 3 +++
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/recipes/wip/samply/recipe.toml b/recipes/wip/samply/recipe.toml
index 9008b9026..75f5c6a00 100644
--- a/recipes/wip/samply/recipe.toml
+++ b/recipes/wip/samply/recipe.toml
@@ -1,9 +1,6 @@
-#TODO Not compiled or tested
+#TODO can't find the Cargo.toml
 [source]
 git = "https://github.com/mstange/samply"
 rev = "0a3dd8b1af8f67b676e4c05e7b9846754644c0d7"
 [build]
-template = "custom"
-script = """
-cookbook_cargo_packages samply
-"""
+template = "cargo"
diff --git a/recipes/wip/sdl-pango/recipe.toml b/recipes/wip/sdl-pango/recipe.toml
index a8763ee61..ca5de3788 100644
--- a/recipes/wip/sdl-pango/recipe.toml
+++ b/recipes/wip/sdl-pango/recipe.toml
@@ -1,3 +1,4 @@
+#TODO can't recognize the redox target
 #TODO probably missing dependencies
 [source]
 tar = "https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download"
diff --git a/recipes/wip/shadergarden/recipe.toml b/recipes/wip/shadergarden/recipe.toml
index 60d7d78e8..e626a6528 100644
--- a/recipes/wip/shadergarden/recipe.toml
+++ b/recipes/wip/shadergarden/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/tonarino/shadergarden"
 [build]
 template = "cargo"
+dependencies = [
+    "ffmpeg6",
+]
diff --git a/recipes/wip/sheldon/recipe.toml b/recipes/wip/sheldon/recipe.toml
index a147840b7..6c86f111d 100644
--- a/recipes/wip/sheldon/recipe.toml
+++ b/recipes/wip/sheldon/recipe.toml
@@ -4,3 +4,6 @@ git = "https://github.com/rossmacarthur/sheldon"
 rev = "9a56dcfc79c6e9f9bcf8480c162c50db013bb172"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
-- 
GitLab