tiff: update to 4.2.0
Enable zstd (de-)compression, ISO JBIG, and webp image formats.
This commit is contained in:
parent
c9974126b5
commit
b6e03e1eea
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'tiff'
|
# Template file for 'tiff'
|
||||||
pkgname=tiff
|
pkgname=tiff
|
||||||
version=4.1.0
|
version=4.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-cxx --without-x"
|
configure_args="--enable-cxx --without-x"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="zlib-devel libjpeg-turbo-devel liblzma-devel"
|
makedepends="jbigkit-devel libjpeg-turbo-devel libwebp-devel
|
||||||
|
liblzma-devel libzstd-devel zlib-devel"
|
||||||
short_desc="Library and tools for reading and writing TIFF data files"
|
short_desc="Library and tools for reading and writing TIFF data files"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="libtiff"
|
license="libtiff"
|
||||||
homepage="http://libtiff.maptools.org/"
|
homepage="http://libtiff.maptools.org/"
|
||||||
distfiles="http://download.osgeo.org/libtiff/tiff-${version}.tar.gz"
|
distfiles="http://download.osgeo.org/libtiff/tiff-${version}.tar.gz"
|
||||||
checksum=5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634
|
checksum=eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue