mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 23:27:34 +00:00
Ports/libtiff: Update libtiff to version 4.4.0
This commit is contained in:
parent
411277e5d0
commit
459c49803b
2 changed files with 7 additions and 7 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue