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,10 @@
#!/bin/bash ../install.sh
NAME='libjpeg'
VERSION='9f'
DOWNLOAD_URL="https://www.ijg.org/files/jpegsrc.v9f.tar.gz#04705c110cb2469caa79fb71fba3d7bf834914706e9641a4589485c1f832565b"
VERSION='10'
DOWNLOAD_URL="https://www.ijg.org/files/jpegsrc.v$VERSION.tar.gz#8b9eaa13242690ebd03e1728ab1edf97a81a78ed6e83624d493655f31ac95ab5"
TAR_CONTENT="jpeg-$VERSION"
CONFIG_SUB=('config.sub')
CONFIGURE_OPTIONS=(
'--disable-static'
)