File: control

package info (click to toggle)
dvipng 1.14-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 764 kB
  • ctags: 586
  • sloc: ansic: 5,278; sh: 230; makefile: 109
file content (28 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download
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
Source: dvipng
Section: utils
Priority: optional
Maintainer: Varun Hiremath <varun@debian.org>
Build-Depends: cdbs, debhelper (>= 7), libgd2-noxpm-dev, libpng-dev,
 libfreetype6-dev, libkpathsea-dev, texinfo
Standards-Version: 3.9.4
Homepage: http://www.nongnu.org/dvipng/
Vcs-Git: git://git.debian.org/users/varun/dvipng.git
Vcs-Browser: http://git.debian.org/?p=users/varun/dvipng.git;a=summary

Package: dvipng
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, texlive-base-bin, ghostscript
Description: convert DVI files to PNG graphics
 dvipng makes PNG graphics from DVI files as obtained from TeX
 and its relatives.  It is intended to produce anti-aliased
 screen-resolution images as fast as is possible.  This makes
 dvipng suitable for generating large amounts of images
 on-the-fly.
 .
 dvipng does not read the postamble, so it can be started before TeX
 finishes.  It can read options interactively through stdin,
 and all options are usable. One can even change the input file through
 this interface.
 .
 dvipng supports PK, VF, PostScript Type1, and TrueType fonts, color
 specials and simple PostScript inclusion specials.