mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Update opusfile recipe
This commit is contained in:
parent
b449c34691
commit
71602ef42e
@ -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"
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user