Files
RedBear-OS/recipes/wip/libs/image/libwebp/recipe.toml
T
vasilito 637da791ff fix: rename cxx → gcc13/gcc-native (resolve package name conflict)
recipes/dev/gcc13 was claiming name='cxx' — conflicted with
local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match
directory names for unique package identification by the cookbook.
2026-07-12 19:15:26 +03:00

21 lines
403 B
TOML

[package]
name = "libwebp"
version = "1.5.0"
#TODO: promote
[source]
tar = "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.5.0.tar.gz"
blake3 = "8272270920a317b854b059e86c320dbdb5a2032937072bbfd5f3304d601a92cb"
script = """
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libgif",
"libjpeg",
"libpng",
"libtiff",
]
template = "configure"