Update opusfile recipe

This commit is contained in:
Mark Harris 2026-02-19 23:44:44 -08:00
parent b449c34691
commit 71602ef42e
No known key found for this signature in database
GPG Key ID: 92293B4D0118BDB0

View File

@ -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"
]