summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorEWouters <6179932+EWouters@users.noreply.github.com>2022-06-03 17:21:38 +0200
committerLinus Groh <mail@linusgroh.de>2022-06-08 11:40:31 +0100
commit459c49803bb4135bc42e2ad4fe70ba094e700d12 (patch)
tree8703350cc43bd6ef5598a8eb86a331549bcc2c9e /Ports
parent411277e5d07e9659fa785de1fbcfc069a95b0535 (diff)
downloadserenity-459c49803bb4135bc42e2ad4fe70ba094e700d12.zip
Ports/libtiff: Update libtiff to version 4.4.0
Diffstat (limited to 'Ports')
-rw-r--r--Ports/AvailablePorts.md2
-rwxr-xr-xPorts/libtiff/package.sh12
2 files changed, 7 insertions, 7 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md
index 14bde6cdda..06358e5ba5 100644
--- a/Ports/AvailablePorts.md
+++ b/Ports/AvailablePorts.md
@@ -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 |
diff --git a/Ports/libtiff/package.sh b/Ports/libtiff/package.sh
index 4cc200807b..13683387cf 100755
--- a/Ports/libtiff/package.sh
+++ b/Ports/libtiff/package.sh
@@ -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")