libwebp: update and fix

This commit is contained in:
Jeremy Soller 2025-05-10 13:20:42 -06:00
parent e2dcbe518d
commit f6e3bcce4e
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -1,11 +1,20 @@
#TODO make libgif work
[source]
tar = "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.3.2.tar.gz"
tar = "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.5.0.tar.gz"
blake3 = "8272270920a317b854b059e86c320dbdb5a2032937072bbfd5f3304d601a92cb"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "configure"
dependencies = [
"libgif",
"libjpeg",
"libpng",
"libtiff",
"libgif",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""