1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:47:35 +00:00

Ports/libtiff: Update libtiff to version 4.4.0

This commit is contained in:
EWouters 2022-06-03 17:21:38 +02:00 committed by Linus Groh
parent 411277e5d0
commit 459c49803b
2 changed files with 7 additions and 7 deletions

View file

@ -119,7 +119,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`libsodium`](libsodium/) | libsodium | 1.0.18 | https://doc.libsodium.org/ |
| [`libssh2`](libssh2/) | libssh2 | 1.10.0 | https://www.libssh2.org/ |
| [`libtheora`](libtheora/) | libtheora | 1.1.1 | https://www.theora.org/ |
| [`libtiff`](libtiff/) | libtiff | 4.3.0 | http://www.libtiff.org/ |
| [`libtiff`](libtiff/) | libtiff | 4.4.0 | http://www.libtiff.org/ |
| [`libtool`](libtool/) | libtool | 2.4.7 | https://www.gnu.org/software/libtool/ |
| [`libunistring`](libunistring/) | libunistring | 1.0 | https://www.gnu.org/software/libunistring/ |
| [`libuuid`](libuuid/) | libuuid (from util-linux) | 2.38 | https://github.com/karelzak/util-linux/tree/master/libuuid |

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=libtiff
version=4.3.0
useconfigure=true
port='libtiff'
version='4.4.0'
files="http://download.osgeo.org/libtiff/tiff-${version}.tar.xz tiff-${version}.tar.xz 49307b510048ccc7bc40f2cba6e8439182fe6e654057c1a1683139bf2ecb1dc1"
auth_type='sha256'
useconfigure='true'
configopts=("--disable-static" "--enable-shared")
workdir="tiff-$version"
files="http://download.osgeo.org/libtiff/tiff-${version}.tar.gz tiff-${version}.tar.gz 0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8"
auth_type="sha256"
workdir="tiff-${version}"
depends=("libjpeg" "zstd" "xz")