ports: Replace libjpeg with libjpeg turbo

This is faster and adds some extensions on top of that
This commit is contained in:
2026-07-06 00:07:55 +03:00
parent 7d7b1f0319
commit e741ab0fa1
9 changed files with 34 additions and 47 deletions

View File

@@ -3,9 +3,10 @@
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' 'libtiff')
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"
)