2023-03-03 03:28:36 +03:00
|
|
|
|
|
|
|
distributable:
|
|
|
|
url: https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-{{version}}.tar.gz
|
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
versions:
|
|
|
|
github: webmproject/libwebp/tags # this is a mirror of the official repo
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
giflib.sourceforge.io: ^5
|
|
|
|
libjpeg-turbo.org: ^2
|
|
|
|
libpng.org: ^1
|
|
|
|
simplesystems.org/libtiff: ^4
|
|
|
|
|
|
|
|
build:
|
|
|
|
dependencies:
|
|
|
|
tea.xyz/gx/cc: c99
|
|
|
|
tea.xyz/gx/make: '*'
|
|
|
|
# gnu.org/autoconf: '*'
|
|
|
|
# gnu.org/automake: '*'
|
|
|
|
# gnu.org/libtool.org: '*'
|
|
|
|
script: |
|
|
|
|
./configure $ARGS
|
2023-04-17 16:32:09 +03:00
|
|
|
make --jobs {{ hw.concurrency }}
|
2023-03-03 03:28:36 +03:00
|
|
|
make install
|
|
|
|
env:
|
|
|
|
ARGS:
|
|
|
|
- --prefix="{{prefix}}"
|
|
|
|
|
|
|
|
provides:
|
2023-04-17 16:32:09 +03:00
|
|
|
darwin:
|
2023-03-03 03:28:36 +03:00
|
|
|
- bin/cwebp
|
|
|
|
- bin/dwebp
|
|
|
|
- bin/gif2webp
|
|
|
|
- bin/img2webp
|
|
|
|
- bin/vwebp
|
|
|
|
- bin/webpinfo
|
|
|
|
- bin/webpmux
|
2023-04-17 16:32:09 +03:00
|
|
|
linux:
|
|
|
|
- bin/cwebp
|
|
|
|
- bin/dwebp
|
|
|
|
- bin/gif2webp
|
|
|
|
- bin/img2webp
|
|
|
|
- bin/webpinfo
|
|
|
|
- bin/webpmux
|
2023-03-03 03:28:36 +03:00
|
|
|
|
|
|
|
test:
|
|
|
|
dependencies:
|
|
|
|
gnu.org/wget: '*'
|
|
|
|
script: |
|
|
|
|
wget https://webkit.org/blog-files/color-gamut/Shoes-sRGB.jpg
|
|
|
|
img2webp Shoes-sRGB.jpg -o out.webp
|