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'
)

View File

@@ -1,7 +1,18 @@
diff -ruN jpeg-9f/configure jpeg-9f-banan_os/configure
--- jpeg-9f/configure 2024-01-08 19:38:44.000000000 +0200
+++ jpeg-9f-banan_os/configure 2025-06-11 11:03:15.719030091 +0300
@@ -12944,6 +12944,16 @@
diff -ruN libjpeg-10/configure libjpeg-10-banan_os/configure
--- libjpeg-10/configure 2025-12-31 20:03:45.000000000 +0200
+++ libjpeg-10-banan_os/configure 2026-07-05 13:28:25.721646060 +0300
@@ -7457,6 +7457,10 @@
lt_cv_deplibs_check_method=pass_all
;;
+banan_os*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
beos*)
lt_cv_deplibs_check_method=pass_all
;;
@@ -13234,6 +13238,16 @@
esac
;;