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
|
Source: woff2
Section: libs
Priority: optional
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Uploaders:
Jeremy Bicha <jbicha@debian.org>,
Build-Depends:
cmake,
debhelper-compat (= 13),
libbrotli-dev,
pkg-config,
Standards-Version: 4.6.1
Homepage: https://github.com/google/woff2
Vcs-Git: https://salsa.debian.org/fonts-team/woff2.git
Vcs-Browser: https://salsa.debian.org/fonts-team/woff2
Package: libwoff-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libbrotli-dev,
libwoff1 (= ${binary:Version}),
${misc:Depends},
Description: library for converting fonts to WOFF 2.0 - development files
woff2 is a library for converting fonts from the TTF format to the WOFF 2.0
format. The library also allows decompression from WOFF 2.0 to TTF.
.
The WOFF 2.0 format uses the Brotli compression algorithm to compress fonts
suitable for use in CSS @font-face rules. WOFF 2.0 is a W3C Candidate
Recommendation.
.
This package contains the development files.
Package: libwoff1
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: library for converting fonts to WOFF 2.0
woff2 is a library for converting fonts from the TTF format to the WOFF 2.0
format. The library also allows decompression from WOFF 2.0 to TTF.
.
The WOFF 2.0 format uses the Brotli compression algorithm to compress fonts
suitable for use in CSS @font-face rules. WOFF 2.0 is a W3C Candidate
Recommendation.
Package: woff2
Architecture: any
Section: utils
Depends:
${misc:Depends},
${shlibs:Depends},
Description: utilities for converting fonts to WOFF 2.0
woff2 is a library for converting fonts from the TTF format to the WOFF 2.0
format. The library also allows decompression from WOFF 2.0 to TTF.
.
The WOFF 2.0 format uses the Brotli compression algorithm to compress fonts
suitable for use in CSS @font-face rules. WOFF 2.0 is a W3C Candidate
Recommendation.
.
This package contains the woff2_compress, woff2_decompress, and woff2_info
utilities.
|