source: general/graphlib/graphite2.xml@ 09f0998

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 09f0998 was 09f0998, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format general/graphlib

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22858 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 8.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY graphite2-download-http
8 "https://github.com/silnrsi/graphite/releases/download/&graphite2-version;/graphite2-&graphite2-version;.tgz">
9 <!ENTITY graphite2-download-ftp " ">
10 <!ENTITY graphite2-md5sum "29616d4f9651706036ca25c111508272">
11 <!ENTITY graphite2-size "6.4 MB">
12 <!ENTITY graphite2-buildsize "27 MB (with tests add docs)">
13 <!ENTITY graphite2-time "0.2 SBU (with tests and docs)">
14]>
15
16<sect1 id="graphite2" xreflabel="Graphite2-&graphite2-version;">
17 <?dbhtml filename="graphite2.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Graphite2-&graphite2-version;</title>
25
26 <indexterm zone="graphite2">
27 <primary sortas="a-Graphite2">Graphite2</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Graphite2</title>
32
33 <para>
34 <application>Graphite2</application> is a rendering engine for graphite
35 fonts. These are TrueType fonts with additional tables containing smart
36 rendering information and were originally developed to support complex
37 non-Roman writing systems. They may contain rules for e.g. ligatures,
38 glyph substitution, kerning, justification - this can make them useful
39 even on text written in Roman writing systems such as English. Note that
40 <application>firefox</application> by default provides an internal copy of
41 the graphite engine and cannot use a system version (although it can now
42 be patched to use it), but it too should benefit from the availability of
43 graphite fonts.
44 </para>
45
46 &lfs91_checked;
47
48 <bridgehead renderas="sect3">Package Information</bridgehead>
49 <itemizedlist spacing="compact">
50 <listitem>
51 <para>
52 Download (HTTP): <ulink url="&graphite2-download-http;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download (FTP): <ulink url="&graphite2-download-ftp;"/>
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download MD5 sum: &graphite2-md5sum;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Download size: &graphite2-size;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated disk space required: &graphite2-buildsize;
73 </para>
74 </listitem>
75 <listitem>
76 <para>
77 Estimated build time: &graphite2-time;
78 </para>
79 </listitem>
80 </itemizedlist>
81
82 <bridgehead renderas="sect3">Graphite2 Dependencies</bridgehead>
83
84 <bridgehead renderas="sect4">Required</bridgehead>
85 <para role="required">
86 <xref linkend="cmake"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="freetype2"/>,
92 <xref linkend="python2"/>, and
93 <ulink url="http://sourceforge.net/projects/silgraphite/files/silgraphite/2.3.1/">silgraphite</ulink>
94 to build the <command>comparerender</command> test and benchmarking tool,
95 and if that is present,
96 <xref linkend="harfbuzz"/> to add more functionality to it (this is a
97 circular dependency, you would need to first build
98 <application>graphite2</application> without
99 <application>harfbuzz</application>).
100 </para>
101
102 <para role="optional">
103 To build the documentation:
104 <xref linkend="asciidoc"/>,
105 <xref linkend="doxygen"/>,
106 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>), and
107 <ulink url="http://dblatex.sourceforge.net/">
108 dblatex</ulink> (for PDF docs)
109 </para>
110
111 <para role="optional">
112 To execute the test suite you will need
113 <ulink url="https://pypi.python.org/pypi/FontTools">FontTools</ulink>
114 (Python 3 module), otherwise, the "cmp" tests fail.
115 </para>
116
117 <bridgehead renderas="sect4">Optional (at runtime)</bridgehead>
118 <para role="optional">
119 You will need at least one suitable <ulink role="runtime"
120 url="http://scripts.sil.org/cms/scripts/page.php?site_id=projects&amp;item_id=graphite_fonts">graphite font</ulink>
121 for the package to be useful.
122 </para>
123
124 <para condition="html" role="usernotes">
125 User Notes: <ulink url="&blfs-wiki;/graphite2"/>
126 </para>
127 </sect2>
128
129 <sect2 role="installation">
130 <title>Installation of Graphite2</title>
131
132 <para>
133 Some tests fail if
134 <ulink url="https://pypi.python.org/pypi/FontTools">FontTools</ulink>
135 (Python 3 module) is not installed. These tests can be removed with:
136 </para>
137
138<screen><userinput>sed -i '/cmptest/d' tests/CMakeLists.txt</userinput></screen>
139
140 <para>
141 Install <application>Graphite2</application> by running the following
142 commands:
143 </para>
144
145<screen><userinput>mkdir build &amp;&amp;
146cd build &amp;&amp;
147
148cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
149make</userinput></screen>
150
151 <para>
152 If you wish to build the documentation, issue:
153 </para>
154
155<screen remap="doc"><userinput>make docs</userinput></screen>
156
157 <para>
158 To test the results, issue: <command>make test</command>.
159 </para>
160
161 <para>
162 Now, as the <systemitem class="username">root</systemitem> user:
163 </para>
164
165<screen role="root"><userinput>make install</userinput></screen>
166
167 <para>
168 If you built the documentation, install, as the
169 <systemitem class="username">root</systemitem> user:
170 </para>
171
172<screen role="root"
173 remap="doc"><userinput>install -v -d -m755 /usr/share/doc/graphite2-&graphite2-version; &amp;&amp;
174<!-- doc/doxygen seems to have gone, so I removed the api dir, but now both html
175and pdf for the GTF and the manual
176cp -v -r -f doc/doxygen/{html,latex/refman.pdf} \
177 /usr/share/doc/graphite2-&graphite2-version;/api &amp;&amp;-->
178cp -v -f doc/{GTF,manual}.html \
179 /usr/share/doc/graphite2-&graphite2-version; &amp;&amp;
180cp -v -f doc/{GTF,manual}.pdf \
181 /usr/share/doc/graphite2-&graphite2-version;</userinput></screen>
182
183 </sect2>
184
185 <sect2 role="commands">
186 <title>Command Explanations</title>
187
188 <para>
189 <option>-DCMAKE_VERBOSE_MAKEFILE=ON</option>: This switch turns on
190 build verbose mode.
191 </para>
192
193 </sect2>
194
195 <sect2 role="content">
196 <title>Contents</title>
197
198 <segmentedlist>
199 <segtitle>Installed Programs</segtitle>
200 <segtitle>Installed Libraries</segtitle>
201 <segtitle>Installed Directories</segtitle>
202
203 <seglistitem>
204 <seg>
205 gr2fonttest, and optionally comparerender
206 </seg>
207 <seg>
208 libgraphite2.so
209 </seg>
210 <seg>
211 /usr/{include,share}/graphite2 and optionally
212 /usr/share/doc/graphite2-&graphite2-version;
213 </seg>
214 </seglistitem>
215 </segmentedlist>
216
217 <variablelist>
218 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
219 <?dbfo list-presentation="list"?>
220 <?dbhtml list-presentation="table"?>
221
222 <varlistentry id="comparerender">
223 <term><command>comparerender</command></term>
224 <listitem>
225 <para>
226 is a test and benchmarking tool.
227 </para>
228 <indexterm zone="graphite2 comparerender">
229 <primary sortas="b-comparerender">comparerender</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry id="gr2fonttest">
235 <term><command>gr2fonttest</command></term>
236 <listitem>
237 <para>
238 is a diagnostic console tool for graphite fonts.
239 </para>
240 <indexterm zone="graphite2 gr2fonttest">
241 <primary sortas="b-gr2fonttest">gr2fonttest</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="libgraphite2">
247 <term><filename class="libraryfile">libgraphite2.so</filename></term>
248 <listitem>
249 <para>
250 is a rendering engine for graphite fonts.
251 </para>
252 <indexterm zone="graphite2 libgraphite2">
253 <primary sortas="c-libgraphite2">libgraphite2.so</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 </variablelist>
259
260 </sect2>
261
262</sect1>
Note: See TracBrowser for help on using the repository browser.