diff --git a/recipes/wip/science/scidataflow/recipe.toml b/recipes/wip/science/scidataflow/recipe.toml index 5ac5f0ff..7cca4309 100644 --- a/recipes/wip/science/scidataflow/recipe.toml +++ b/recipes/wip/science/scidataflow/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO faccess crate error [source] git = "https://github.com/vsbuffalo/scidataflow" [build] diff --git a/recipes/wip/security/airgorah/recipe.toml b/recipes/wip/security/airgorah/recipe.toml index 3ed7994e..11040022 100644 --- a/recipes/wip/security/airgorah/recipe.toml +++ b/recipes/wip/security/airgorah/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make gtk4 work [source] git = "https://github.com/martin-olivier/airgorah" [build] diff --git a/recipes/wip/security/nitrocli/recipe.toml b/recipes/wip/security/nitrocli/recipe.toml index d900ea32..8be60424 100644 --- a/recipes/wip/security/nitrocli/recipe.toml +++ b/recipes/wip/security/nitrocli/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make libhidapi work [source] git = "https://github.com/d-e-s-o/nitrocli" [build] diff --git a/recipes/wip/services/coppwr/recipe.toml b/recipes/wip/services/coppwr/recipe.toml index 332d267b..815d3894 100644 --- a/recipes/wip/services/coppwr/recipe.toml +++ b/recipes/wip/services/coppwr/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make pipewire work [source] git = "https://github.com/dimtpap/coppwr" rev = "f4e664b860b89801ec60eee479802f00af3cfdfc" diff --git a/recipes/wip/sound/soundboard/recipe.toml b/recipes/wip/sound/soundboard/recipe.toml index 74c1e05c..21f1a5a1 100644 --- a/recipes/wip/sound/soundboard/recipe.toml +++ b/recipes/wip/sound/soundboard/recipe.toml @@ -1,11 +1,12 @@ -#TODO Not compiled or tested +#TODO Not compiled or tested (after cargo update) [source] git = "https://github.com/gamebooster/soundboard" [build] template = "custom" +dependencies = [ + "glib", + "openssl1", +] script = """ cookbook_cargo --features full """ -dependencies = [ - "glib", -]