tiff: update to 4.0.1.
This commit is contained in:
parent
b8277b669c
commit
ace30fb821
2 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template build file for 'tiff'.
|
# Template build file for 'tiff'.
|
||||||
pkgname=tiff
|
pkgname=tiff
|
||||||
version=4.0.0
|
version=4.0.1
|
||||||
revision=1
|
homepage="http://www.remotesensing.org/libtiff/"
|
||||||
distfiles="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$version.tar.gz"
|
distfiles="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-cxx --without-x"
|
configure_args="--enable-cxx --without-x"
|
||||||
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="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=9f4c0b2a8446a259db431c6401342bcb2c1be4a604e77a532d109c8448619288
|
license="BSD"
|
||||||
|
checksum=9a7a039e516c37478038740f1642818250bfb1414cf404cc8b569e5f9d4bf2f0
|
||||||
long_desc="
|
long_desc="
|
||||||
This is software provides support for the Tag Image Format (TIFF).
|
This is software provides support for the Tag Image Format (TIFF).
|
||||||
Included is a library, libtiff, for reading and writing TIFF, a
|
Included is a library, libtiff, for reading and writing TIFF, a
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'tiff-devel'.
|
# Template file for 'tiff-devel'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="${sourcepkg} (development files)"
|
short_desc="${sourcepkg} (development files)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue