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
|
Source: libtk-img
Section: libs
Priority: optional
Maintainer: Sergei Golovan <sgolovan@debian.org>
Build-Depends: debhelper-compat (= 13), dpkg-dev (>=1.16.1~), tcllib,
tk-dev (>= 8.6.0), tk8.6-dev, tk9.0-dev,
zlib1g-dev (>= 1:1.2.11), libjpeg-dev, libpng-dev (>= 1.6), libtiff-dev,
libtommath-dev
Standards-Version: 4.7.2
Homepage: http://sourceforge.net/projects/tkimg/
Vcs-Browser: https://salsa.debian.org/tcltk-team/libtk-img
Vcs-Git: https://salsa.debian.org/tcltk-team/libtk-img.git
Package: libtk-img
Section: libs
Architecture: any
Depends: libtk, ${shlibs:Depends}, ${misc:Depends}
Suggests: libtk-img-doc
Breaks: libtk-img-doc (<< 1:1.4.15+dfsg-2)
Replaces: libtk-img-doc (<< 1:1.4.15+dfsg-2)
Provides: tk-img (= ${binary:Version}), tk8.6-img (= ${binary:Version}), tk9.0-img (= ${binary:Version})
Multi-Arch: same
Description: Extended image format support for Tcl/Tk (runtime)
Img is a package to enhance Tk by providing support for various image
formats such as XPM, GIF (transparency supported, but not LZW), PNG,
JPEG, TIFF, and PostScript.
.
The libimg library can be loaded dynamically into Tcl/Tk scripts to
provide the image handling functions.
.
This package includes runtime libraries.
Package: libtk-img-dev
Section: libdevel
Architecture: any
Depends: tk-dev, libtk-img (= ${binary:Version}), ${misc:Depends}
Provides: tk-img-dev (= ${binary:Version}), tk8.6-img-dev (= ${binary:Version}), tk9.0-img-dev (= ${binary:Version})
Multi-Arch: same
Description: Extended image format support for Tcl/Tk (development files)
Img is a package to enhance Tk by providing support for various image
formats such as XPM, GIF (transparency supported, but not LZW), PNG,
JPEG, TIFF, and PostScript.
.
The libimg library can be loaded dynamically into Tcl/Tk scripts to
provide the image handling functions.
.
This package includes Tcl stub libraries and headers, which are necessary
to develop C-based extensions using Img.
Package: libtk-img-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Suggests: libtk-img
Conflicts: libtk-img (<< 1:1.3-release-6)
Replaces: libtk-img (<< 1:1.3-release-6)
Provides: tk-img-doc (= ${binary:Version}), tk8.6-img-doc (= ${binary:Version}), tk9.0-img-doc (= ${binary:Version})
Description: Extended image format support for Tcl/Tk (manual pages)
Img is a package to enhance Tk by providing support for various image
formats such as XPM, GIF (transparency supported, but not LZW), PNG,
JPEG, TIFF, and PostScript.
.
The libimg library can be loaded dynamically into Tcl/Tk scripts to
provide the image handling functions.
.
This package includes manual pages and examples.
|