From bf225df3c2863c71120ee7da251a339375cb4744 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 14 May 2025 10:22:40 -0600 Subject: [PATCH] libsndfile: compile dynamically --- recipes/wip/libs/other/libsndfile/recipe.toml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/recipes/wip/libs/other/libsndfile/recipe.toml b/recipes/wip/libs/other/libsndfile/recipe.toml index e243176c6..e6f335150 100644 --- a/recipes/wip/libs/other/libsndfile/recipe.toml +++ b/recipes/wip/libs/other/libsndfile/recipe.toml @@ -1,10 +1,19 @@ -#TODO compiled but not tested [source] tar = "https://github.com/libsndfile/libsndfile/releases/download/1.2.0/libsndfile-1.2.0.tar.xz" +blake3 = "7ec1be7cc47fdffc38cf0cbf02857e6a34a13df22d19f541f04215929e1d7684" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + [build] -template = "configure" dependencies = [ #TODO "libflac", "libogg", "libvorbis", ] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""