ports: Update and dont build static libpng, libjpeg, libtiff

This commit is contained in:
2026-07-05 13:10:19 +03:00
parent db8544065e
commit 8957408890
6 changed files with 41 additions and 47 deletions

View File

@@ -1,8 +1,10 @@
#!/bin/bash ../install.sh
NAME='libtiff'
VERSION='4.7.0'
DOWNLOAD_URL="https://download.osgeo.org/libtiff/tiff-$VERSION.tar.gz#67160e3457365ab96c5b3286a0903aa6e78bdc44c4bc737d2e486bcecb6ba976"
VERSION='4.7.2'
DOWNLOAD_URL="https://download.osgeo.org/libtiff/tiff-$VERSION.tar.xz#4996f0c4f93094719b1ca5c6279b20e588773ba8a247533e486416fb662ddb88"
TAR_CONTENT="tiff-$VERSION"
DEPENDENCIES=('zlib' 'zstd' 'libjpeg')
CONFIG_SUB=('config/config.sub')
CONFIGURE_OPTIONS=(
'--disable-static'
)