Upload tizen 2.0 beta source
[framework/graphics/freetype.git] / debian / control
1 Source: freetype
2 Section: libs
3 Priority: optional
4 Uploaders: Deokjin Kim <deokjin81.kim@samsung.com>
5 Maintainer: Deokjin Kim <deokjin81.kim@samsung.com>, Inpyo Kang <mantiger@samsung.com> 
6 Build-Depends: debhelper (>= 5), autotools-dev
7 Standards-Version: 3.7.2
8
9 Package: libfreetype6
10 Architecture: any
11 Section: libs
12 Depends: ${shlibs:Depends}, ${misc:Depends}
13 Conflicts: freetype, xpdf-reader (<< 1.00-4)
14 Description: FreeType 2 font engine, shared library files
15  The FreeType project is a team of volunteers who develop free,
16  portable and high-quality software solutions for digital typography.
17  They specifically target embedded systems and focus on bringing small,
18  efficient and ubiquitous products.
19  .
20  The FreeType 2 library is their new software font engine.  It has been
21  designed to provide the following important features:
22   * A universal and simple API to manage font files
23   * Support for several font formats through loadable modules
24   * High-quality anti-aliasing
25   * High portability & performance
26  .
27  Supported font formats include:
28   * TrueType files (.ttf) and collections (.ttc)
29   * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
30   * Type 1 Multiple Master fonts.  The FreeType 2 API also provides
31     routines to manage design instances easily
32   * Type 1 CID-keyed fonts
33   * OpenType/CFF (.otf) fonts
34   * CFF/Type 2 fonts
35   * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
36     the Adobe SVG viewer plugin.
37   * Windows FNT/FON bitmap fonts
38
39 Package: libfreetype6-dev
40 Architecture: any
41 Section: libdevel
42 Depends: libfreetype6 (= ${binary:Version}), libc6-dev | libc-dev, zlib1g-dev | libz-dev
43 Conflicts: freetype0-dev, freetype1 (<= 1.0.0.1998-03-22-1), freetype1-dev
44 Replaces: freetype0-dev, freetype1-dev
45 Description: FreeType 2 font engine, development files
46  The FreeType project is a team of volunteers who develop free,
47  portable and high-quality software solutions for digital typography.
48  They specifically target embedded systems and focus on bringing small,
49  efficient and ubiquitous products.
50  .
51  This package contains all supplementary files (static library, headers
52  and documentation) you need to develop your own programs using the
53  FreeType 2 library.
54
55 Package: libfreetype6-dbg
56 Section: debug
57 Priority: extra
58 Architecture: any
59 Depends: ${misc:Depends},
60          libfreetype6 (= ${binary:Version})
61 Conflicts: libfreetype6-dbg 
62 Replaces: libfreetype6-dbg 
63 Description: FreeType 2 font engine, debugging symbols
64  The FreeType project is a team of volunteers who develop free,
65  portable and high-quality software solutions for digital typography.
66  They specifically target embedded systems and focus on bringing small,
67  efficient and ubiquitous products.
68  .