From 0f0ebd8842ee7b8ce3b5aa2631fa0007cbfb2be2 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 26 Feb 2024 16:53:22 +0000 Subject: [PATCH] add a recipe --- recipes/wip/sound/audacity/recipe.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/wip/sound/audacity/recipe.toml diff --git a/recipes/wip/sound/audacity/recipe.toml b/recipes/wip/sound/audacity/recipe.toml new file mode 100644 index 000000000..399c75a07 --- /dev/null +++ b/recipes/wip/sound/audacity/recipe.toml @@ -0,0 +1,11 @@ +#TODO missing script for CMake, see https://github.com/audacity/audacity/blob/master/BUILDING.md +#TODO use the GTK2 or wxWidgets frontend? +#TODO probably need audio server patching +[source] +tar = "https://github.com/audacity/audacity/releases/download/Audacity-3.4.2/audacity-sources-3.4.2.tar.gz" +[build] +template = "custom" +dependencies = [ + "gtk2", + "libuuid", +] -- GitLab