mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 11:08:49 +08:00
libtheora: update and fix dnamic linking
This commit is contained in:
parent
4626a9472e
commit
52ad8afab0
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user