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 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
Source: fontforge
Section: fonts
Priority: optional
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Uploaders: Christian Perrier <bubulle@debian.org>,
Davide Viti <zinosat@tiscali.it>,
Kęstutis Biliūnas <kebil@kaunas.init.lt>,
Rogério Brito <rbrito@ime.usp.br>
Dm-Upload-Allowed: yes
XS-Python-Version: all
Build-Depends: debhelper (>= 7),
autotools-dev,
libjpeg62-dev,
libtiff4-dev,
libpng12-dev,
libgif-dev,
libxt-dev,
libfreetype6-dev,
autoconf,
automake,
libtool,
bzip2,
libxml2-dev,
libuninameslist-dev,
libspiro-dev,
python-all-dev,
python-support,
libpango1.0-dev,
libcairo2-dev,
chrpath
Standards-Version: 3.9.1
Homepage: http://fontforge.sourceforge.net/
Vcs-svn: svn://svn.debian.org/pkg-fonts/packages/fontforge/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-fonts/packages/fontforge/
Package: fontforge
Architecture: any
Depends: ${misc:Depends},
libfontforge1 (= ${binary:Version}),
libgdraw4 (= ${binary:Version}),
${shlibs:Depends}
Conflicts: fontforge-nox
Suggests: fontforge-doc, potrace, autotrace, python-fontforge, fontforge-extras
Description: font editor
Besides being a font editor, FontForge is also a font format
converter, and can convert among PostScript (ASCII & binary Type 1,
some Type 3s, some Type 0s), TrueType, and OpenType (Type2),
CID-keyed, SVG, CFF and multiple-master fonts.
.
This package also provides these programs and utilities:
fontimage - produce a font thumbnail image;
fontlint - checks the font for certain common errors;
sfddiff - compare two font files.
Package: fontforge-nox
Architecture: any
Depends: ${misc:Depends},
libfontforge1 (= ${binary:Version}),
${shlibs:Depends}
Conflicts: fontforge
Description: font editor - non-X version
Besides being a font editor, FontForge is also a font format
converter, and can convert among PostScript (ASCII & binary Type 1,
some Type 3s, some Type 0s), TrueType, and OpenType (Type2),
CID-keyed, SVG, CFF and multiple-master fonts.
.
This package also provides these programs and utilities:
fontimage - produce a font thumbnail image;
fontlint - checks the font for certain common errors;
sfddiff - compare two font files.
.
This package contains a version of FontForge compiled with support for
scripting but no GUI, and not require the graphics library.
Package: libfontforge-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libfontforge1 (= ${binary:Version}),
libgdraw4 (= ${binary:Version})
Description: font editor - runtime library (development files)
Besides being a font editor, FontForge is also a font format
converter, and can convert among PostScript (ASCII & binary Type 1,
some Type 3s, some Type 0s), TrueType, and OpenType (Type2),
CID-keyed, SVG, CFF and multiple-master fonts.
.
This package contains the runtime library's development files.
Package: libfontforge1
Section: libs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: fontforge (<= 0.0.20090224)
Replaces: fontforge (<= 0.0.20090224)
Description: font editor - runtime library
Besides being a font editor, FontForge is also a font format
converter, and can convert among PostScript (ASCII & binary Type 1,
some Type 3s, some Type 0s), TrueType, and OpenType (Type2),
CID-keyed, SVG, CFF and multiple-master fonts.
.
This package contains the runtime library.
Package: libgdraw4
Section: libs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: fontforge (<= 0.0.20090224)
Replaces: fontforge (<= 0.0.20090224)
Description: font editor - runtime graphics and widget library
Besides being a font editor, FontForge is also a font format
converter, and can convert among PostScript (ASCII & binary Type 1,
some Type 3s, some Type 0s), TrueType, and OpenType (Type2),
CID-keyed, SVG, CFF and multiple-master fonts.
.
This package contains the graphics and widget runtime library.
Package: python-fontforge
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${python:Depends},
libfontforge1
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Section: python
Description: font editor - Python bindings
Besides being a font editor, FontForge is also a font format
converter, and can convert among PostScript (ASCII & binary Type 1,
some Type 3s, some Type 0s), TrueType, and OpenType (Type2),
CID-keyed, SVG, CFF and multiple-master fonts.
.
This package provides the Python modules (the libraries fontforge and
psMat) to access a FontForge program for font manipulations.
|