2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'tiff'.
|
|
|
|
pkgname=tiff
|
2010-06-22 23:26:42 +00:00
|
|
|
version=3.9.3
|
2009-08-24 11:57:57 +00:00
|
|
|
distfiles="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$version.tar.gz"
|
2008-10-02 17:09:56 +00:00
|
|
|
build_style=gnu_configure
|
2009-04-17 15:17:34 +00:00
|
|
|
configure_args="--enable-cxx --without-x"
|
2008-10-02 17:09:56 +00:00
|
|
|
short_desc="Library and tools for reading and writing TIFF data files"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-06-22 23:26:42 +00:00
|
|
|
checksum=60e08794966b7cbf46bbf13c347f1fe41c982f98714909f49d6f198add4fdee6
|
2008-10-02 17:09:56 +00:00
|
|
|
long_desc="
|
|
|
|
This is software provides support for the Tag Image Format (TIFF).
|
|
|
|
Included is a library, libtiff, for reading and writing TIFF, a
|
|
|
|
collection of tools for doing simple manipulations of TIFF images, and
|
|
|
|
documentation on the library and tools. A random assortment of
|
|
|
|
TIFF-related software contributed by others is also included.
|
|
|
|
|
|
|
|
The library, along with associated tool programs, should handle most of
|
|
|
|
your needs for reading and writing files that follow the 5.0 or 6.0
|
|
|
|
TIFF spec. There is also considerable support for some of the more
|
|
|
|
esoteric portions of the 6.0 TIFF spec."
|
2009-04-17 15:17:34 +00:00
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2010-01-11 01:41:12 +00:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run libgcc
|
|
|
|
Add_dependency run libstdc++
|
|
|
|
Add_dependency run zlib
|
|
|
|
Add_dependency run jpeg
|
|
|
|
Add_dependency build zlib-devel
|
|
|
|
Add_dependency build jpeg-devel
|