2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'tiff'.
|
|
|
|
pkgname=tiff
|
2009-08-29 02:02:17 +02:00
|
|
|
version=3.9.1
|
2009-08-24 13:57:57 +02:00
|
|
|
distfiles="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$version.tar.gz"
|
2008-10-02 19:09:56 +02:00
|
|
|
build_style=gnu_configure
|
2009-04-17 17:17:34 +02:00
|
|
|
configure_args="--enable-cxx --without-x"
|
2008-10-02 19:09:56 +02:00
|
|
|
short_desc="Library and tools for reading and writing TIFF data files"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-08-29 02:02:17 +02:00
|
|
|
checksum=3436d7331b1696c3ec776b0130a272f6593389d4f7d413bc80b11fb295d61e99
|
2008-10-02 19:09:56 +02: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 17:17:34 +02:00
|
|
|
|
|
|
|
subpackages="devel"
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full zlib
|
|
|
|
Add_dependency full jpeg
|
|
|
|
Add_dependency run gcc-libstdc++
|