mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 11:54:17 +08:00
Merge branch 'opusfile-update' into 'master'
Update and promote opusfile recipe See merge request redox-os/redox!1942
This commit is contained in:
commit
d1c2cbf5eb
19
recipes/libs/opusfile/recipe.toml
Normal file
19
recipes/libs/opusfile/recipe.toml
Normal file
@ -0,0 +1,19 @@
|
||||
[source]
|
||||
tar = "https://downloads.xiph.org/releases/opus/opusfile-0.12.tar.gz"
|
||||
blake3 = "1b6a5c371a0ea2ae8e37ab2e921388dfef9252dbf7f60045192dabbdd898f2bf"
|
||||
script = """
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"openssl3",
|
||||
"libogg",
|
||||
"libopus",
|
||||
]
|
||||
|
||||
[package]
|
||||
dependencies = [
|
||||
"ca-certificates"
|
||||
]
|
||||
@ -1,10 +0,0 @@
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
tar = "https://downloads.xiph.org/releases/opus/opusfile-0.12.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"libogg",
|
||||
"opus",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user