diff --git a/recipes/wip/tui/tooters/recipe.toml b/recipes/wip/tui/tooters/recipe.toml index c0a7b372..382f4bde 100644 --- a/recipes/wip/tui/tooters/recipe.toml +++ b/recipes/wip/tui/tooters/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO port the webbrowser crate [source] git = "https://github.com/joshka/tooters" [build] diff --git a/recipes/wip/video/detect-scene-change/recipe.toml b/recipes/wip/video/detect-scene-change/recipe.toml index 48c23e72..f23ff2f2 100644 --- a/recipes/wip/video/detect-scene-change/recipe.toml +++ b/recipes/wip/video/detect-scene-change/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/soruly/detect-scene-change" [build] template = "cargo" +dependencies = [ + "ffmpeg6", +] diff --git a/recipes/wip/video/gopro-assembler/recipe.toml b/recipes/wip/video/gopro-assembler/recipe.toml index a0a32b50..b260cf57 100644 --- a/recipes/wip/video/gopro-assembler/recipe.toml +++ b/recipes/wip/video/gopro-assembler/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/alichtman/gopro-chaptered-video-assembler" [build] diff --git a/recipes/wip/video/smoothie-rs/recipe.toml b/recipes/wip/video/smoothie-rs/recipe.toml index 4e0027b0..1a1846a7 100644 --- a/recipes/wip/video/smoothie-rs/recipe.toml +++ b/recipes/wip/video/smoothie-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO rfd crate error [source] git = "https://github.com/couleur-tweak-tips/smoothie-rs" [build] diff --git a/recipes/wip/video/streamlib/recipe.toml b/recipes/wip/video/streamlib/recipe.toml index a8508b7d..f8b214c3 100644 --- a/recipes/wip/video/streamlib/recipe.toml +++ b/recipes/wip/video/streamlib/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/streamlib/streamlib" [build] template = "cargo" +dependencies = [ + "openssl1", +]