diff --git a/recipes/wip/samply/recipe.toml b/recipes/wip/samply/recipe.toml index 9008b902..75f5c6a0 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 a8763ee6..ca5de378 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 60d7d78e..e626a652 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 a147840b..6c86f111 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", +]