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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
Source: ghostscript
Section: text
Priority: optional
Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
Build-Depends: cdbs,
autoconf,
debhelper,
dh-buildinfo,
devscripts,
libregexp-assemble-perl,
libimage-exiftool-perl,
libfont-ttf-perl,
libopenjpeg-dev (>= 1.5),
d-shlibs (>= 0.45~),
libjpeg-dev,
libjasper-dev,
libpng-dev,
libtiff-dev,
libz-dev,
libjbig2dec-dev,
libijs-dev,
libexpat-dev,
libxt-dev,
libxext-dev,
libx11-dev,
libice-dev,
libsm-dev,
liblcms2-dev,
libjasper-dev,
libfreetype6-dev,
libfontconfig1-dev,
libcups2-dev,
libcupsimage2-dev,
libpaper-dev,
libidn11-dev,
freeglut3-dev | libglut-dev,
pkg-config
Standards-Version: 3.9.5
Uploaders: Jonas Smedegaard <dr@jones.dk>,
Michael Gilbert <mgilbert@debian.org>,
Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Homepage: http://www.ghostscript.com/
Vcs-Git: git://anonscm.debian.org/git/printing/ghostscript.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=printing/ghostscript.git
Package: ghostscript
Architecture: any
Multi-Arch: foreign
Provides: ${cdbs:Provides}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Depends: ${shlibs:Depends},
${cdbs:Depends},
libgs9 (= ${binary:Version}),
${misc:Depends}
Description: interpreter for the PostScript language and for PDF
GPL Ghostscript is used for PostScript/PDF preview and printing.
Usually as a back-end to a program such as ghostview, it can display
PostScript and PDF documents in an X11 environment.
.
Furthermore, it can render PostScript and PDF files as graphics to be
printed on non-PostScript printers. Supported printers include common
dot-matrix, inkjet and laser models.
Package: ghostscript-x
Architecture: any
Depends: ${shlibs:Depends},
${cdbs:Depends},
${misc:Depends}
Description: interpreter for the PostScript language and for PDF - X11 support
GPL Ghostscript is used for PostScript/PDF preview and printing.
Usually as a back-end to a program such as ghostview, it can display
PostScript and PDF documents in an X11 environment.
.
This package contains the GPL Ghostscript output device for X11.
Package: ghostscript-doc
Section: doc
Architecture: all
Depends: ${shlibs:Depends},
${cdbs:Depends},
${misc:Depends}
Suggests: ${cdbs:Suggests}
Description: interpreter for the PostScript language and for PDF - Documentation
GPL Ghostscript is used for PostScript/PDF preview and printing.
Usually as a back-end to a program such as ghostview, it can display
PostScript and PDF documents in an X11 environment.
.
This package contains documentation for GPL Ghostscript, mainly
targeted developers and advanced users.
Package: libgs9
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${cdbs:Depends},
${misc:Depends},
libgs9-common (= ${source:Version})
Description: interpreter for the PostScript language and for PDF - Library
GPL Ghostscript is used for PostScript/PDF preview and printing.
Usually as a back-end to a program such as ghostview, it can display
PostScript and PDF documents in an X11 environment.
.
This package provides the Ghostscript library which makes the
facilities of GPL Ghostscript available to applications.
Package: libgs9-common
Section: libs
Architecture: all
Depends: ${misc:Depends}
Recommends: ${cdbs:Recommends}
Description: interpreter for the PostScript language and for PDF - common files
GPL Ghostscript is used for PostScript/PDF preview and printing.
Usually as a back-end to a program such as ghostview, it can display
PostScript and PDF documents in an X11 environment.
.
This package provides common architecture-independent files needed by
the GPL Ghostscript library.
.
By default, GPL Ghostscript uses a font from the fonts-droid package to
approximate glyphs in PDFs for which the requested CJK TrueType font
is missing. If the fonts-droid package is not installed, these glyphs
will be rendered as bullets.
Package: libgs-dev
Section: libdevel
Architecture: any
Depends: ${devlibs:Depends},
${cdbs:Depends},
${misc:Depends}
Description: interpreter for the PostScript language and for PDF - Development Files
GPL Ghostscript is used for PostScript/PDF preview and printing.
Usually as a back-end to a program such as ghostview, it can display
PostScript and PDF documents in an X11 environment.
.
This package provides the development files for the GPL Ghostscript
library which makes the facilities of GPL Ghostscript available to
applications.
Package: ghostscript-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${shlibs:Depends},
${cdbs:Depends},
libgs9 (= ${binary:Version}) |
ghostscript (= ${binary:Version}) |
ghostscript-x (= ${binary:Version}),
${misc:Depends}
Description: interpreter for the PostScript language and for PDF - Debug symbols
GPL Ghostscript is used for PostScript/PDF preview and printing.
Usually as a back-end to a program such as ghostview, it can display
PostScript and PDF documents in an X11 environment.
.
This package contains the debugging symbols for ghostscript,
ghostscript-x, and libgs9.
|