diff --git a/recipes/wip/libs/audio/opusfile/recipe.toml b/recipes/wip/libs/audio/opusfile/recipe.toml index 47d9e219..68c8a3d6 100644 --- a/recipes/wip/libs/audio/opusfile/recipe.toml +++ b/recipes/wip/libs/audio/opusfile/recipe.toml @@ -1,10 +1,20 @@ -#TODO compiled but not tested +#TODO promote [source] tar = "https://downloads.xiph.org/releases/opus/opusfile-0.12.tar.gz" +blake3 = "1b6a5c371a0ea2ae8e37ab2e921388dfef9252dbf7f60045192dabbdd898f2bf" +script = """ +autotools_recursive_regenerate +""" + [build] template = "configure" dependencies = [ - "openssl1", + "openssl3", "libogg", - "opus", + "libopus", +] + +[package] +dependencies = [ + "ca-certificates" ]