source: general/graphlib/graphite2.xml@ a0e6e8dd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 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 a0e6e8dd was a0e6e8dd, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • Update to mdadm-3.3.4.
  • Update to swig-3.0.7.
  • Update to libsecret-0.18.3.
  • Update to gparted-0.23.0.
  • Update to mpg123-1.22.3.
  • Update to graphite2-1.3.0.
  • Update to unrar-5.3.2.
  • Some gcc5 tags.

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

  • Property mode set to 100644
File size: 6.8 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 <!-- the master source at palaso.org looks easy in a browser, but in fact
8 everything is in numbered attachment directories, one per file, so that will
9 probably be even worse than sf.net for finding if there is a new version -->
10 <!ENTITY graphite2-download-http
11 "&sourceforge-repo;/silgraphite/graphite2-&graphite2-version;.tgz">
12 <!ENTITY graphite2-download-ftp " ">
13 <!ENTITY graphite2-md5sum "ca6da3ba3ff914e4974c167a7a63a3ae">
14 <!ENTITY graphite2-size "8.2 MB">
15 <!ENTITY graphite2-buildsize "63 MB (with tests)">
16 <!ENTITY graphite2-time "0.2 SBU (with tests)">
17]>
18
19<sect1 id="graphite2" xreflabel="Graphite2-&graphite2-version;">
20 <?dbhtml filename="graphite2.html"?>
21
22 <sect1info>
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>Graphite2-&graphite2-version;</title>
28
29 <indexterm zone="graphite2">
30 <primary sortas="a-Graphite2">Graphite2</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Graphite2</title>
35
36 <para>
37 <application>Graphite2</application> is a rendering engine for graphite
38 fonts. These are TrueType fonts with additional tables containing smart
39 rendering information and were originally developed to support complex
40 non-Roman writing systems. They may contain rules for e.g. ligatures,
41 glyph substitution, kerning, justification - this can make them useful
42 even on text written in Roman writing systems such as English. Note that
43 <application>firefox</application> provides an internal copy of the
44 graphite engine and cannot use a system version, but it too should benefit
45 from the availability of graphite fonts.
46 </para>
47
48 &lfs77_checked; &gcc5_checked;
49
50 <bridgehead renderas="sect3">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
52 <listitem>
53 <para>
54 Download (HTTP): <ulink url="&graphite2-download-http;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download (FTP): <ulink url="&graphite2-download-ftp;"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download MD5 sum: &graphite2-md5sum;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Download size: &graphite2-size;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated disk space required: &graphite2-buildsize;
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 Estimated build time: &graphite2-time;
80 </para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect3">Graphite2 Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="cmake"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="freetype2"/>,
94 <xref linkend="python2"/>, and
95 <ulink url="http://sourceforge.net/projects/silgraphite/files/silgraphite/2.3.1/">silgraphite</ulink>
96 to build the <command>comparerender</command> test and benchmarking tool,
97 and if that is present,
98 <xref linkend="harfbuzz"/> to add more functionality to it (this is a
99 circular dependency, you would need to first build
100 <application>graphite2</application> without
101 <application>harfbuzz</application>).
102 </para>
103 <para>To build the documentation, which is reported to be broken, would
104 require all of
105 <ulink url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink>,
106 <xref linkend="doxygen"/> and
107 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
108 </para>
109
110 <bridgehead renderas="sect4">Optional (at runtime)</bridgehead>
111 <para role="optional">
112 You will need at least one suitable <ulink
113 url="http://scripts.sil.org/cms/scripts/page.php?site_id=projects&amp;item_id=graphite_fonts">graphite font</ulink>
114 for the package to be useful.
115 </para>
116
117 <para condition="html" role="usernotes">
118 User Notes: <ulink url="&blfs-wiki;/graphite2"/>
119 </para>
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of Graphite2</title>
124
125 <para>
126 Install <application>Graphite2</application> by running the following
127 commands:
128 </para>
129
130<screen><userinput>mkdir build &amp;&amp;
131cd build &amp;&amp;
132
133cmake -DCMAKE_INSTALL_PREFIX=/usr \
134 -DCMAKE_BUILD_TYPE=Release \
135 -Wno-dev .. &amp;&amp;
136
137make</userinput></screen>
138
139 <para>
140 To test the results, issue: <command>make -k test</command>.
141 Some tests fail for unknown reasons.
142 </para>
143
144 <para>
145 Now, as the <systemitem class="username">root</systemitem> user:
146 </para>
147
148<screen role="root"><userinput>make install</userinput></screen>
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>
161 gr2fonttest, and optionally comparerender
162 </seg>
163 <seg>
164 libgraphite2.so
165 </seg>
166 <seg>
167 /usr/include/graphite2 and
168 /usr/share/graphite2
169 </seg>
170 </seglistitem>
171 </segmentedlist>
172
173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
177
178 <varlistentry id="comparerender">
179 <term><command>comparerender</command></term>
180 <listitem>
181 <para>
182 is a test and benchmarking tool.
183 </para>
184 <indexterm zone="graphite2 comparerender">
185 <primary sortas="b-comparerender">comparerender</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="gr2fonttest">
191 <term><command>gr2fonttest</command></term>
192 <listitem>
193 <para>
194 is a diagnostic console tool for graphite fonts.
195 </para>
196 <indexterm zone="graphite2 gr2fonttest">
197 <primary sortas="b-gr2fonttest">gr2fonttest</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="libgraphite2">
203 <term><filename class="libraryfile">libgraphite2.so</filename></term>
204 <listitem>
205 <para>
206 is a rendering engine for graphite fonts.
207 </para>
208 <indexterm zone="graphite2 libgraphite2">
209 <primary sortas="c-libgraphite2">libgraphite2.so</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 </variablelist>
215
216 </sect2>
217
218</sect1>
Note: See TracBrowser for help on using the repository browser.