diff --git a/recipes/wip/codecs/wavpack/recipe.toml b/recipes/wip/codecs/wavpack/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..3dc61207f2bd1ae29920490212faf6aa96bc95b9 --- /dev/null +++ b/recipes/wip/codecs/wavpack/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +tar = "https://github.com/dbry/WavPack/releases/download/5.7.0/wavpack-5.7.0.tar.xz" +[build] +template = "configure" diff --git a/recipes/wip/libs/opus/recipe.toml b/recipes/wip/libs/opus/recipe.toml index 8191a3f574e85c0e3ad29f671c4a5c13ffd51149..0f63e4635b176025186c05a20a24b50c39e8f0b2 100644 --- a/recipes/wip/libs/opus/recipe.toml +++ b/recipes/wip/libs/opus/recipe.toml @@ -1,5 +1,5 @@ #TODO compiled but not tested [source] -tar = "https://downloads.xiph.org/releases/opus/opus-1.4.tar.gz" +tar = "https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz" [build] template = "configure" diff --git a/recipes/wip/tui/gitu/recipe.toml b/recipes/wip/tui/gitu/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..6ba44f7bc1e541bc2b2cc1c53f37262cbf40a69c --- /dev/null +++ b/recipes/wip/tui/gitu/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/altsem/gitu" +[build] +template = "cargo" diff --git a/recipes/wip/dev/gitui/recipe.toml b/recipes/wip/tui/gitui/recipe.toml similarity index 100% rename from recipes/wip/dev/gitui/recipe.toml rename to recipes/wip/tui/gitui/recipe.toml