From 816d431b63adfe9f45569c676ae6c05369c87a70 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 12 Jun 2024 12:24:24 +0000 Subject: [PATCH] Update recipes --- recipes/wip/tui/terminusdm/recipe.toml | 2 +- recipes/wip/video/alass/recipe.toml | 2 +- recipes/wip/video/dovi-tool/recipe.toml | 2 +- recipes/wip/video/imdb-rename/recipe.toml | 2 +- recipes/wip/video/pipeline/recipe.toml | 2 +- recipes/wip/wayland/pinnacle/recipe.toml | 2 +- recipes/wip/web/dirble/recipe.toml | 3 +++ 7 files changed, 9 insertions(+), 6 deletions(-) diff --git a/recipes/wip/tui/terminusdm/recipe.toml b/recipes/wip/tui/terminusdm/recipe.toml index 7586fa750..a37a8aecc 100644 --- a/recipes/wip/tui/terminusdm/recipe.toml +++ b/recipes/wip/tui/terminusdm/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/sumoduduk/terminusdm" [build] diff --git a/recipes/wip/video/alass/recipe.toml b/recipes/wip/video/alass/recipe.toml index 60987edba..1f5036274 100644 --- a/recipes/wip/video/alass/recipe.toml +++ b/recipes/wip/video/alass/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO linker error (after cargo update) [source] git = "https://github.com/kaegi/alass" [build] diff --git a/recipes/wip/video/dovi-tool/recipe.toml b/recipes/wip/video/dovi-tool/recipe.toml index 177b24222..53fe1ecac 100644 --- a/recipes/wip/video/dovi-tool/recipe.toml +++ b/recipes/wip/video/dovi-tool/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO yeslogic-fontconfig-sys crate error [source] git = "https://github.com/quietvoid/dovi_tool" [build] diff --git a/recipes/wip/video/imdb-rename/recipe.toml b/recipes/wip/video/imdb-rename/recipe.toml index 51b828cc3..aa48fba6b 100644 --- a/recipes/wip/video/imdb-rename/recipe.toml +++ b/recipes/wip/video/imdb-rename/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/BurntSushi/imdb-rename" [build] diff --git a/recipes/wip/video/pipeline/recipe.toml b/recipes/wip/video/pipeline/recipe.toml index cf41c34c2..ef5c4de62 100644 --- a/recipes/wip/video/pipeline/recipe.toml +++ b/recipes/wip/video/pipeline/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make gtk4 work [source] tar = "https://gitlab.com/schmiddi-on-mobile/pipeline/-/package_files/114831818/download" [build] diff --git a/recipes/wip/wayland/pinnacle/recipe.toml b/recipes/wip/wayland/pinnacle/recipe.toml index 12baefb23..36c101c01 100644 --- a/recipes/wip/wayland/pinnacle/recipe.toml +++ b/recipes/wip/wayland/pinnacle/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make all dependencies work [source] git = "https://github.com/pinnacle-comp/pinnacle" [build] diff --git a/recipes/wip/web/dirble/recipe.toml b/recipes/wip/web/dirble/recipe.toml index 633264a92..29a773877 100644 --- a/recipes/wip/web/dirble/recipe.toml +++ b/recipes/wip/web/dirble/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/Isona/dirble" [build] template = "cargo" +dependencies = [ + "openssl1", +]