Files
banan-os/ports/libwebp/build.sh
Bananymous e741ab0fa1 ports: Replace libjpeg with libjpeg turbo
This is faster and adds some extensions on top of that
2026-07-07 04:36:55 +03:00

13 lines
445 B
Bash
Executable File

#!/bin/bash ../install.sh
NAME='libwebp'
VERSION='1.5.0'
DOWNLOAD_URL="https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-$VERSION.tar.gz#7d6fab70cf844bf6769077bd5d7a74893f8ffd4dfb42861745750c63c2a5c92c"
DEPENDENCIES=('libpng' 'libjpeg-turbo' 'libtiff')
CONFIG_SUB=('config.sub')
CONFIGURE_OPTIONS=(
'--disable-static'
"--with-pngincludedir=$BANAN_SYSROOT/usr/include"
"--with-pnglibdir=$BANAN_SYSROOT/usr/lib"
)