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,7 +1,9 @@
#!/bin/bash ../install.sh
NAME='libpng'
VERSION='1.6.48'
DOWNLOAD_URL="https://download.sourceforge.net/libpng/libpng-$VERSION.tar.gz#68f3d83a79d81dfcb0a439d62b411aa257bb4973d7c67cd1ff8bdf8d011538cd"
VERSION='1.6.58'
DOWNLOAD_URL="https://download.sourceforge.net/libpng/libpng-$VERSION.tar.gz#8c9b05b675ca7301a458df2c2e46f26e1d41ff36b8863f8c33530bc58c2e6225"
DEPENDENCIES=('zlib')
CONFIG_SUB=('config.sub')
CONFIGURE_OPTIONS=(
'--disable-static'
)