mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 04:28:42 +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]
|
[source]
|
||||||
tar = "https://downloads.xiph.org/releases/opus/opusfile-0.12.tar.gz"
|
tar = "https://downloads.xiph.org/releases/opus/opusfile-0.12.tar.gz"
|
||||||
|
blake3 = "1b6a5c371a0ea2ae8e37ab2e921388dfef9252dbf7f60045192dabbdd898f2bf"
|
||||||
|
script = """
|
||||||
|
autotools_recursive_regenerate
|
||||||
|
"""
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
template = "configure"
|
template = "configure"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl1",
|
"openssl3",
|
||||||
"libogg",
|
"libogg",
|
||||||
"opus",
|
"libopus",
|
||||||
|
]
|
||||||
|
|
||||||
|
[package]
|
||||||
|
dependencies = [
|
||||||
|
"ca-certificates"
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user