From 71602ef42e9c1dcdbb57f3ae8fbceef8d5552baa Mon Sep 17 00:00:00 2001 From: Mark Harris Date: Thu, 19 Feb 2026 23:44:44 -0800 Subject: [PATCH 1/2] Update opusfile recipe --- recipes/wip/libs/audio/opusfile/recipe.toml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) 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" ] From ecd8fe96ca864f05abb67c569efc8331ad919893 Mon Sep 17 00:00:00 2001 From: Mark Harris Date: Fri, 20 Feb 2026 00:45:49 -0800 Subject: [PATCH 2/2] Promote opusfile recipe --- recipes/{wip/libs/audio => libs}/opusfile/recipe.toml | 1 - 1 file changed, 1 deletion(-) rename recipes/{wip/libs/audio => libs}/opusfile/recipe.toml (96%) diff --git a/recipes/wip/libs/audio/opusfile/recipe.toml b/recipes/libs/opusfile/recipe.toml similarity index 96% rename from recipes/wip/libs/audio/opusfile/recipe.toml rename to recipes/libs/opusfile/recipe.toml index 68c8a3d6..e27a0d49 100644 --- a/recipes/wip/libs/audio/opusfile/recipe.toml +++ b/recipes/libs/opusfile/recipe.toml @@ -1,4 +1,3 @@ -#TODO promote [source] tar = "https://downloads.xiph.org/releases/opus/opusfile-0.12.tar.gz" blake3 = "1b6a5c371a0ea2ae8e37ab2e921388dfef9252dbf7f60045192dabbdd898f2bf"