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
|
Source: fcft
Section: libdevel
Priority: optional
Maintainer: Birger Schacht <birger@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
meson,
pkgconf,
libpixman-1-dev,
libfreetype-dev,
libfontconfig-dev,
libtllist-dev,
libharfbuzz-dev,
libutf8proc-dev,
scdoc,
cmake,
check <!nocheck>
Standards-Version: 4.6.2
Homepage: https://codeberg.org/dnkl/fcft/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/birger/fcft.git
Vcs-Browser: https://salsa.debian.org/birger/fcft
Package: libfcft-dev
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libfcft4t64 (= ${binary:Version}),
libpixman-1-dev,
libfreetype-dev,
libfontconfig-dev,
libtllist-dev,
libharfbuzz-dev,
libutf8proc-dev
Description: font loading and glyph rasterization library -- development files
fcft is a small font loading and glyph rasterization library built on-top of
FontConfig, FreeType2 and pixman.
.
It can load and cache fonts from a fontconfig-formatted name string, e.g.
Monospace:size=12, optionally with user configured fallback fonts.
.
After a font has been loaded, you can rasterize glyphs. When doing so, the
primary font is first considered. If it does not have the requested glyph, the
user configured fallback fonts (if any) are considered. If none of the user
configured fallback fonts has the requested glyph, the FontConfig generated
list of fallback fonts are checked.
.
This package contains the header and development files.
Package: libfcft4t64
Provides: ${t64:Provides}
Replaces: libfcft4
Breaks: libfcft4 (<< ${source:Version})
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Section: libs
Description: font loading and glyph rasterization library
fcft is a small font loading and glyph rasterization library built on-top of
FontConfig, FreeType2 and pixman.
.
It can load and cache fonts from a fontconfig-formatted name string, e.g.
Monospace:size=12, optionally with user configured fallback fonts.
.
After a font has been loaded, you can rasterize glyphs. When doing so, the
primary font is first considered. If it does not have the requested glyph, the
user configured fallback fonts (if any) are considered. If none of the user
configured fallback fonts has the requested glyph, the FontConfig generated
list of fallback fonts are checked.
.
This package contains the shared libraries.
Package: libfcft-doc
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Section: doc
Description: font loading and glyph rasterization library -- documentation
fcft is a small font loading and glyph rasterization library built on-top of
FontConfig, FreeType2 and pixman.
.
It can load and cache fonts from a fontconfig-formatted name string, e.g.
Monospace:size=12, optionally with user configured fallback fonts.
.
After a font has been loaded, you can rasterize glyphs. When doing so, the
primary font is first considered. If it does not have the requested glyph, the
user configured fallback fonts (if any) are considered. If none of the user
configured fallback fonts has the requested glyph, the FontConfig generated
list of fallback fonts are checked.
.
This package contains the documentation as man pages.
|