1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
Source: tiff
Section: libs
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper-compat (= 13),
freeglut3-dev,
libglu1-mesa-dev,
libjbig-dev,
libjpeg-dev,
liblzma-dev,
libzstd-dev,
libwebp-dev,
libxi-dev,
zlib1g-dev,
libdeflate-dev,
liblerc-dev [!s390x !hppa !powerpc !ppc64 !sparc64],
sphinx <!nodoc>
Standards-Version: 4.6.1
Homepage: https://libtiff.gitlab.io/libtiff/
Rules-Requires-Root: no
Package: libtiff6
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Tag Image File Format (TIFF) library
libtiff is a library providing support for the Tag Image File Format
(TIFF), a widely used format for storing image data. This package
includes the shared library.
Package: libtiffxx6
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Tag Image File Format (TIFF) library -- C++ interface
libtiff is a library providing support for the Tag Image File Format
(TIFF), a widely used format for storing image data. This package
includes the shared library for the experimental C++ interfaces.
Package: libtiff-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libc6-dev | libc-dev,
libjbig-dev,
libjpeg-dev,
liblzma-dev,
libzstd-dev,
libwebp-dev,
libtiff6 (= ${binary:Version}),
libtiffxx6 (= ${binary:Version}),
zlib1g-dev,
libdeflate-dev,
liblerc-dev [!s390x !hppa !powerpc !ppc64 !sparc64],
${misc:Depends}
Replaces: libtiff4-dev (<< 4.0.3-6~),
libtiff5-alt-dev (<< 4.0.3-6~),
libtiff5-dev (<< 4.0.10-1~)
Breaks: libtiff4-dev (<< 4.0.3-6~),
libtiff5-alt-dev (<< 4.0.3-6~),
libtiff5-dev (<< 4.0.10-1~)
Description: Tag Image File Format library (TIFF), development files
libtiff is a library providing support for the Tag Image File Format
(TIFF), a widely used format for storing image data. This package
includes the development files, static library, and header files.
Package: libtiff5-dev
Section: oldlibs
Depends: libtiff-dev (>= 4.0.10-1),
${misc:Depends}
Recommends: pkg-config
Architecture: any
Multi-Arch: same
Description: Tag Image File Format library (TIFF), development files (transitional package)
libtiff is a library providing support for the Tag Image File Format
(TIFF), a widely used format for storing image data. This package
includes the development files, static library, and header files.
.
This is a transitional package. It can safely be removed.
Package: libtiff-tools
Section: graphics
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends}
Suggests: libtiff-opengl
Description: TIFF manipulation and conversion tools
libtiff is a library providing support for the Tag Image File Format
(TIFF), a widely used format for storing image data. This package
includes tools for converting TIFF images to and from other formats
and tools for doing simple manipulations of TIFF images. See also
libtiff-opengl.
Package: libtiff-opengl
Section: graphics
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends}
Description: TIFF manipulation and conversion tools
libtiff is a library providing support for the Tag Image File Format
(TIFF), a widely used format for storing image data. This package
contains libtiff tools that depend upon opengl. It complements the
libtiff-tools package, which contains the libtiff tools that don't
depend upon opengl.
Package: libtiff-doc
Section: doc
Depends: ${misc:Depends}, libjs-jquery, libjs-sphinxdoc, libjs-underscore
Architecture: all
Multi-Arch: foreign
Description: TIFF manipulation and conversion documentation
libtiff is a library providing support for the Tag Image File Format
(TIFF), a widely used format for storing image data. This package
contains documentation.
|