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

@@ -4,7 +4,7 @@ NAME='libtiff'
VERSION='4.7.2'
DOWNLOAD_URL="https://download.osgeo.org/libtiff/tiff-$VERSION.tar.xz#4996f0c4f93094719b1ca5c6279b20e588773ba8a247533e486416fb662ddb88"
TAR_CONTENT="tiff-$VERSION"
DEPENDENCIES=('zlib' 'zstd' 'libjpeg')
DEPENDENCIES=('zlib' 'zstd' 'libjpeg-turbo')
CONFIGURE_OPTIONS=(
'--disable-static'
)