diff --git a/recipes/wip/samply/recipe.toml b/recipes/wip/samply/recipe.toml index 9008b90264dd28887b687cd92804bd91ec83a921..75f5c6a008dd513d51ea0c610895f0fb69b6f004 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 a8763ee613aab10df235d8ea6b800fc5c5b18225..ca5de3788b678097f2604fe008f109c90c70829e 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 60d7d78e8aa26f85007e6c81431a9903caadc802..e626a6528910ba11511ea414a1d5c2d9e154e762 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 a147840b76d53fc673ee230cd35d2706ed01ba7a..6c86f111d12056b8d1e0bd904964d30a88da88e3 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", +]