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
|
Source: t1lib
Section: libs
Priority: optional
Maintainer: Artur R. Czechowski <arturcz@hell.pl>
Uploaders: Torsten Werner <twerner@debian.org>
Build-Depends: debhelper (>= 4.0.0), libice-dev, libsm-dev, libx11-dev, libxext-dev, libxaw7-dev
Standards-Version: 3.6.2
Package: libt1-5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Type 1 font rasterizer library - runtime
T1lib is an enhanced rasterizer for Type 1 fonts.
.
T1lib is based on the X11R5 font rasterizer code, but operates independently
of X11. It includes many enhancements, including underlining, antialiasing,
user-defined slant and extension factors, and rotation.
.
This package contains the shared libraries needed to run programs using T1lib.
Package: libt1-dev
Section: libdevel
Architecture: any
Depends: libt1-5 (= ${Source-Version}), libc6-dev, libice-dev, libsm-dev, libx11-dev, libxext-dev
Recommends: libt1-doc
Conflicts: t1lib-dev, t1lib1-dev
Description: Type 1 font rasterizer library - development
T1lib is an enhanced rasterizer for Type 1 fonts.
.
T1lib is based on the X11R5 font rasterizer code, but operates independently
of X11. It includes many enhancements, including underlining, antialiasing,
user-defined slant and extension factors, and rotation.
.
This package contains the header files and static libraries needed to
develop programs using T1lib.
.
Please note, that PDF documentation is placed in libt1-doc
Package: t1lib-bin
Architecture: any
Section: misc
Depends: ${shlibs:Depends}
Provides: t1lib1-bin
Replaces: t1lib1-bin
Conflicts: t1lib1-bin
Description: Type 1 font rasterizer library - user binaries
T1lib is an enhanced rasterizer for Type 1 fonts.
.
T1lib is based on the X11R5 font rasterizer code, but operates independently
of X11. It includes many enhancements, including underlining, antialiasing,
user-defined slant and extension factors, and rotation.
.
This package contains the programs "xglyph" and "type1afm", included in the
upstream T1lib distribution. It also contains the "t1libconfig"
script used to configure t1lib.
Package: libt1-doc
Architecture: all
Section: doc
Description: Type 1 font rasterizer library - developers documentation
T1lib is an enhanced rasterizer for Type 1 fonts.
.
T1lib is based on the X11R5 font rasterizer code, but operates independently
of X11. It includes many enhancements, including underlining, antialiasing,
user-defined slant and extension factors, and rotation.
.
This package contains developers documentation.
|