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
|
Source: freetype
Section: libs
Maintainer: Hugh McMaster <hmc@debian.org>
Uploaders: Anthony Fok <foka@debian.org>, Keith Packard <keithp@keithp.com>
Build-Depends:
debhelper-compat (= 13),
autoconf,
bzip2,
gettext,
libbrotli-dev,
libbz2-dev,
libpng-dev,
libtool,
libx11-dev <!pkg.freetype.nodemos>,
pkgconf,
x11proto-core-dev <!pkg.freetype.nodemos>,
zlib1g-dev | libz-dev
Standards-Version: 4.7.3
Homepage: https://freetype.org
Vcs-Git: https://salsa.debian.org/debian/freetype.git
Vcs-Browser: https://salsa.debian.org/debian/freetype
Description: Freetype 2 font engine
The FreeType project is a team of volunteers who develop free,
portable and high-quality software solutions for digital typography.
They specifically target embedded systems and focus on providing small,
efficient and ubiquitous products.
Package: libfreetype6
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: ${source:Synopsis}, shared library files
${source:Extended-Description}
.
The FreeType 2 library is their new software font engine. It has been
designed to provide the following important features:
* A universal and simple API to manage font files
* Support for several font formats through loadable modules
* High-quality anti-aliasing
* High portability & performance
.
Supported font formats include:
* TrueType files (.ttf) and collections (.ttc)
* Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
* Type 1 Multiple Master fonts. The FreeType 2 API also provides
routines to manage design instances easily
* Type 1 CID-keyed fonts
* OpenType/CFF (.otf) fonts
* CFF/Type 2 fonts
* Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
the Adobe SVG viewer plugin.
* Windows FNT/FON bitmap fonts
.
This package contains the files needed to run programs that use the
FreeType 2 library.
Package: libfreetype-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
libfreetype6 (= ${binary:Version}),
libbrotli-dev,
libbz2-dev,
libc6-dev | libc-dev,
libpng-dev,
zlib1g-dev | libz-dev,
${misc:Depends}
Suggests: freetype2-doc (= ${binary:Version})
Replaces: libfreetype6-dev (<< 2.10.1)
Breaks: libfreetype6-dev (<< 2.10.1)
Provides: libfreetype6-dev (= ${binary:Version})
Description: ${source:Synopsis}, development files
${source:Extended-Description}
.
This package contains all of the supplementary files you need to develop your
own programs using the FreeType 2 library.
Package: freetype2-demos
Section: utils
Architecture: any
Multi-Arch: foreign
Build-Profiles: <!pkg.freetype.nodemos>
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ${source:Synopsis} demonstration programs
${source:Extended-Description}
.
This package contains some demonstration programs and utilities
that showcase the features of the FreeType 2 font engine.
Package: freetype2-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends:
fonts-dejavu-core,
fonts-noto-core
Replaces: libfreetype6-dev (<< 2.9.1)
Breaks: libfreetype6-dev (<< 2.9.1)
Description: ${source:Synopsis}, development documentation
${source:Extended-Description}
.
This package contains the FreeType 2 development documentation.
Package: libfreetype6-udeb
Section: debian-installer
Architecture: any
Package-Type: udeb
Build-Profiles: <!noudeb>
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ${source:Synopsis} for the debian-installer
${source:Extended-Description}
.
This is the udeb package for use with the debian-installer.
|