source: general/graphlib/graphite2.xml@ 0172b27

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 0172b27 was 0172b27, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to mlt-6.4.0.
Update to libusb-1.0.21.
Update to graphite2-1.3.9.
Update to libxkbcommon-0.7.0.

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

  • Property mode set to 100644
File size: 8.0 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 "17e6a3b1a88c100c9e3fc0763c85d269">
11 <!ENTITY graphite2-size "3.7 MB">
12 <!ENTITY graphite2-buildsize "21 MB (with tests, add 6 MB for docs)">
13 <!ENTITY graphite2-time "0.3 SBU (with tests, add 0.1 SBU for 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 &lfs7a_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>To build the documentation:
103 <xref linkend="asciidoc"/>,
104 <xref linkend="doxygen"/>,
105 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>), and
106 <ulink url="http://dblatex.sourceforge.net/">
107 dblatex</ulink> (for PDF docs)
108 </para>
109
110 <para>To execute the test suite you will need
111 <ulink url="https://pypi.python.org/pypi/FontTools">FontTools</ulink>
112 (Python 2 module), otherwise, the "cmp" tests fail.
113 </para>
114
115 <bridgehead renderas="sect4">Optional (at runtime)</bridgehead>
116 <para role="optional">
117 You will need at least one suitable <ulink
118 url="http://scripts.sil.org/cms/scripts/page.php?site_id=projects&amp;item_id=graphite_fonts">graphite font</ulink>
119 for the package to be useful.
120 </para>
121
122 <para condition="html" role="usernotes">
123 User Notes: <ulink url="&blfs-wiki;/graphite2"/>
124 </para>
125 </sect2>
126
127 <sect2 role="installation">
128 <title>Installation of Graphite2</title>
129
130 <para>
131 Some tests fail if
132 <ulink url="https://pypi.python.org/pypi/FontTools">FontTools</ulink>
133 (Python 2 module) is not installed. These tests can be removed with:
134 </para>
135
136<screen><userinput>sed -i '/cmptest/d' tests/CMakeLists.txt</userinput></screen>
137
138 <para>
139 Install <application>Graphite2</application> by running the following
140 commands:
141 </para>
142
143<screen><userinput>mkdir build &amp;&amp;
144cd build &amp;&amp;
145
146cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
147make</userinput></screen>
148
149 <para>
150 If you wish to build the documentation, issue:
151 </para>
152
153<screen><userinput>make docs</userinput></screen>
154
155 <para>
156 To test the results, issue: <command>make test</command>.
157 </para>
158
159 <para>
160 Now, as the <systemitem class="username">root</systemitem> user:
161 </para>
162
163<screen role="root"><userinput>make install</userinput></screen>
164
165 <para>
166 If you built the documentation, install, as the
167 <systemitem class="username">root</systemitem> user:
168 </para>
169
170<screen role="root"><userinput>install -v -d -m755 /usr/share/doc/graphite2-&graphite2-version;/api &amp;&amp;
171cp -v -r -f doc/doxygen/{html,latex/refman.pdf} \
172 /usr/share/doc/graphite2-&graphite2-version;/api &amp;&amp;
173cp -v -r -f doc/{GTF,manual}.html \
174 /usr/share/doc/graphite2-&graphite2-version;</userinput></screen>
175
176 </sect2>
177
178 <sect2 role="commands">
179 <title>Command Explanations</title>
180
181 <para><option>-DCMAKE_VERBOSE_MAKEFILE=ON</option>: This switch turns on
182 build verbose mode.</para>
183
184 </sect2>
185
186 <sect2 role="content">
187 <title>Contents</title>
188
189 <segmentedlist>
190 <segtitle>Installed Programs</segtitle>
191 <segtitle>Installed Libraries</segtitle>
192 <segtitle>Installed Directories</segtitle>
193
194 <seglistitem>
195 <seg>
196 gr2fonttest, and optionally comparerender
197 </seg>
198 <seg>
199 libgraphite2.so
200 </seg>
201 <seg>
202 /usr/{include,share}/graphite2 and optionally
203 /usr/share/doc/graphite2-&graphite2-version;
204 </seg>
205 </seglistitem>
206 </segmentedlist>
207
208 <variablelist>
209 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
210 <?dbfo list-presentation="list"?>
211 <?dbhtml list-presentation="table"?>
212
213 <varlistentry id="comparerender">
214 <term><command>comparerender</command></term>
215 <listitem>
216 <para>
217 is a test and benchmarking tool.
218 </para>
219 <indexterm zone="graphite2 comparerender">
220 <primary sortas="b-comparerender">comparerender</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="gr2fonttest">
226 <term><command>gr2fonttest</command></term>
227 <listitem>
228 <para>
229 is a diagnostic console tool for graphite fonts.
230 </para>
231 <indexterm zone="graphite2 gr2fonttest">
232 <primary sortas="b-gr2fonttest">gr2fonttest</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="libgraphite2">
238 <term><filename class="libraryfile">libgraphite2.so</filename></term>
239 <listitem>
240 <para>
241 is a rendering engine for graphite fonts.
242 </para>
243 <indexterm zone="graphite2 libgraphite2">
244 <primary sortas="c-libgraphite2">libgraphite2.so</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 </variablelist>
250
251 </sect2>
252
253</sect1>
Note: See TracBrowser for help on using the repository browser.