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
|
Source: xft
Section: devel
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
debhelper-compat (= 13),
libfontconfig1-dev,
libfreetype6-dev,
libx11-dev (>= 2:1.3.3-2),
libxrender-dev (>= 1:0.9.5-2),
zlib1g-dev | libz-dev,
quilt,
xutils-dev (>= 1:7.5+4),
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/xorg-team/lib/xft
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xft
Package: libxft2
Section: libs
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: FreeType-based font drawing library for X
Xft provides a client-side font API for X applications, making the FreeType
font rasterizer available to X clients. Fontconfig is used for font
specification resolution. Where available, the RENDER extension handles
glyph drawing; otherwise, the core X protocol is used.
Package: libxft2-udeb
XC-Package-Type: udeb
Section: debian-installer
Architecture: any
Depends:
${shlibs:Depends},
Description: FreeType-based font drawing library for X
This is a udeb, or a microdeb, for the debian-installer.
Package: libxft-dev
Section: libdevel
Architecture: any
Depends:
libxft2 (= ${binary:Version}),
libc6-dev | libc-dev,
libfontconfig1-dev,
libfreetype6-dev,
libx11-dev (>= 2:1.0.0),
libxrender-dev,
zlib1g-dev | libz-dev,
${misc:Depends},
Provides: libxft2-dev
Multi-Arch: same
Description: FreeType-based font drawing library for X (development files)
Xft provides a client-side font API for X applications, making the FreeType
font rasterizer available to X clients. Fontconfig is used for font
specification resolution. Where available, the RENDER extension handles
glyph drawing; otherwise, the core X protocol is used.
.
This package provides a static library and C header files.
|