libtheora: update and fix dnamic linking

This commit is contained in:
Jeremy Soller 2025-09-08 21:08:21 -06:00
parent 4626a9472e
commit 52ad8afab0
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -1,13 +1,18 @@
#TODO the redox target is not supported on the configure script
[source]
tar = "http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2"
tar = "http://downloads.xiph.org/releases/theora/libtheora-1.2.0.tar.gz"
blake3 = "b2413d6a29669063c30679eb46e09bd55b47d51e1516282bd1f5a752a8ecae91"
script = """
GNU_CONFIG_GET config.sub
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "configure"
template = "custom"
dependencies = [
"libogg",
"libvorbis",
]
script = """
DYNAMIC_INIT
cookbook_configure
"""