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
|
Source: gl2ps
Section: libs
Priority: optional
Maintainer: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: debhelper (>= 7), cdbs, mesa-common-dev
Standards-Version: 3.8.3
Homepage: http://geuz.org/gl2ps/
Vcs-Svn: https://bollin.googlecode.com/svn/gl2ps/trunk
Vcs-Browser: http://bollin.googlecode.com/svn/gl2ps/trunk
Package: libgl2ps-dev
Section: libdevel
Architecture: any
Depends: libgl2ps0 (= ${binary:Version}), ${misc:Depends}
Description: Lib providing high quality vector output for OpenGL application
GL2PS is a C library providing high quality vector output for any OpenGL
application. The main difference between GL2PS and other similar libraries
is the use of sorting algorithms capable of handling intersecting and
stretched polygons, as well as non manifold objects. GL2PS provides advanced
smooth shading and text rendering, culling of invisible primitives, mixed
vector/bitmap output, and much more...
.
GL2PS can currently create PostScript (PS), Encapsulated PostScript (EPS),
Portable Document Format (PDF) and Scalable Vector Graphics (SVG) files,
as well as LATEX files for the text fragments. GL2PS also provides limited,
experimental support for Portable LaTeX Graphics (PGF). Adding new vector
output formats should be relatively easy; you can also use the excellent
pstoedit program to transform the PostScript files generated by GL2PS into
many other vector formats such as xfig, cgm, wmf, etc.
.
This package contains the development files needed to compile software to
use the libgl2ps API.
Package: libgl2ps0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Lib providing high quality vector output for OpenGL application
GL2PS is a C library providing high quality vector output for any OpenGL
application. The main difference between GL2PS and other similar libraries
is the use of sorting algorithms capable of handling intersecting and
stretched polygons, as well as non manifold objects. GL2PS provides advanced
smooth shading and text rendering, culling of invisible primitives, mixed
vector/bitmap output, and much more...
.
GL2PS can currently create PostScript (PS), Encapsulated PostScript (EPS),
Portable Document Format (PDF) and Scalable Vector Graphics (SVG) files,
as well as LATEX files for the text fragments. GL2PS also provides limited,
experimental support for Portable LaTeX Graphics (PGF). Adding new vector
output formats should be relatively easy; you can also use the excellent
pstoedit program to transform the PostScript files generated by GL2PS into
many other vector formats such as xfig, cgm, wmf, etc.
.
Package: libgl2ps0-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libgl2ps0 (= ${binary:Version}), ${misc:Depends}
Description: Lib providing high quality vector output for OpenGL application
GL2PS is a C library providing high quality vector output for any OpenGL
application. The main difference between GL2PS and other similar libraries
is the use of sorting algorithms capable of handling intersecting and
stretched polygons, as well as non manifold objects. GL2PS provides advanced
smooth shading and text rendering, culling of invisible primitives, mixed
vector/bitmap output, and much more...
.
GL2PS can currently create PostScript (PS), Encapsulated PostScript (EPS),
Portable Document Format (PDF) and Scalable Vector Graphics (SVG) files,
as well as LATEX files for the text fragments. GL2PS also provides limited,
experimental support for Portable LaTeX Graphics (PGF). Adding new vector
output formats should be relatively easy; you can also use the excellent
pstoedit program to transform the PostScript files generated by GL2PS into
many other vector formats such as xfig, cgm, wmf, etc.
.
This package contains the debugging symbols of the library.
|