libsndfile: compile dynamically

This commit is contained in:
Jeremy Soller 2025-05-14 10:22:40 -06:00
parent 46fe2bcbb4
commit bf225df3c2
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -1,10 +1,19 @@
#TODO compiled but not tested
[source]
tar = "https://github.com/libsndfile/libsndfile/releases/download/1.2.0/libsndfile-1.2.0.tar.xz"
blake3 = "7ec1be7cc47fdffc38cf0cbf02857e6a34a13df22d19f541f04215929e1d7684"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "configure"
dependencies = [
#TODO "libflac",
"libogg",
"libvorbis",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""