From dbb65ed51af135a750c39d8e830f38da8d9fa687 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 5 Mar 2024 23:12:08 +0000 Subject: [PATCH] update recipes --- recipes/wip/codecs/wavpack/recipe.toml | 5 +++++ recipes/wip/libs/opus/recipe.toml | 2 +- recipes/wip/tui/gitu/recipe.toml | 5 +++++ recipes/wip/{dev => tui}/gitui/recipe.toml | 0 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 recipes/wip/codecs/wavpack/recipe.toml create mode 100644 recipes/wip/tui/gitu/recipe.toml rename recipes/wip/{dev => tui}/gitui/recipe.toml (100%) diff --git a/recipes/wip/codecs/wavpack/recipe.toml b/recipes/wip/codecs/wavpack/recipe.toml new file mode 100644 index 000000000..3dc61207f --- /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 8191a3f57..0f63e4635 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 000000000..6ba44f7bc --- /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 -- GitLab