blob: f3c0ad46d5aff91e8da6c23985c81f87f9ad5797 [file] [log] [blame]
David Turnerc5341fb2001-06-23 07:44:51 +00001Source: freetype
2Section: libs
3Priority: optional
4Maintainer: Anthony Fok <foka@debian.org>
5Build-Depends: debhelper (>= 3.0.5), bzip2, gettext (>= 0.10.36-2), libkpathsea-dev, xlibs-dev
6Standards-Version: 3.5.4
7
8Package: libfreetype7
9Architecture: any
10Section: libs
11Depends: ${shlibs:Depends}
12Suggests: libfreetype7-dev
13Conflicts: freetype
14Replaces: freetype0, freetype1
15Description: FreeType 2 font engine, shared library files.
16 The FreeType project is a team of volunteers who develop free,
17 portable and high-quality software solutions for digital typography.
18 They specifically target embedded systems and focus on bringing small,
19 efficient and ubiquitous products.
20 .
21 The FreeType 2 library is their new software font engine. It has been
22 designed to provide the following important features:
23 * A universal and simple API to manage font files
24 * Support for several font formats through loadable modules
25 * High-quality anti-aliasing
26 * High portability & performance
27 .
28 Supported font formats include:
29 * TrueType files (.ttf) and collections (.ttc)
30 * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
31 * Type 1 Multiple Master fonts. The FreeType 2 API also provides
32 routines to manage design instances easily
33 * Type 1 CID-keyed fonts
34 * OpenType/CFF (.otf) fonts
35 * CFF/Type 2 fonts
36 * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
37 the Adobe SVG viewer plugin.
38 * Windows FNT/FON bitmap fonts
39 .
40 This package contains the files needed to run programs that use the
41 FreeType 2 library.
42 .
43 Home Page: http://www.freetype.org/
44 Authors: David Turner <david.turner@freetype.org>
45 Robert Wilhelm <robert.wilhelm@freetype.org>
46 Werner Lemberg <werner.lemberg@freetype.org>
47
48Package: libfreetype7-dev
49Architecture: any
50Section: devel
51Depends: libfreetype7 (= ${Source-Version}), libc6-dev
52Conflicts: freetype0-dev, freetype1 (<= 1.0.0.1998-03-22-1), freetype1-dev
53Replaces: freetype0-dev, freetype1-dev
54Description: FreeType 2 font engine, development files
55 The FreeType project is a team of volunteers who develop free,
56 portable and high-quality software solutions for digital typography.
57 They specifically target embedded systems and focus on bringing small,
58 efficient and ubiquitous products.
59 .
60 The FreeType 2 library is their new software font engine. It has been
61 designed to provide the following important features:
62 * A universal and simple API to manage font files
63 * Support for several font formats through loadable modules
64 * High-quality anti-aliasing
65 * High portability & performance
66 .
67 Supported font formats include:
68 * TrueType files (.ttf) and collections (.ttc)
69 * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
70 * Type 1 Multiple Master fonts. The FreeType 2 API also provides
71 routines to manage design instances easily
72 * Type 1 CID-keyed fonts
73 * OpenType/CFF (.otf) fonts
74 * CFF/Type 2 fonts
75 * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
76 the Adobe SVG viewer plugin.
77 * Windows FNT/FON bitmap fonts
78 .
79 This package contains all supplementary files (static library, headers
80 and documentation) you need to develop your own programs using the
81 FreeType 2 library.
82
83Package: freetype2-demos
84Architecture: any
85Section: utils
86Depends: ${shlibs:Depends}
87Replaces: freetype-tools
88Description: FreeType 2 demonstration programs.
89 This package contains some demonstration programs and utilities
90 which showcase the features of the FreeType 2 font engine.