source: general/graphlib/graphite2.xml@ 54789f3

systemd-13485
Last change on this file since 54789f3 was 726744f4, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Move libdrm from X Libraries to General Libraries
Update to mesa-11.0.2
More LFS 7.8-systemd Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16506 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 "7cda6fc6bc197b216777b15ce52c38a8">
14 <!ENTITY graphite2-size "6.5 MB">
15 <!ENTITY graphite2-buildsize "48 MB">
16 <!ENTITY graphite2-time "0.3 SBU">
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 &lfs78_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;
136make</userinput></screen>
137
138 <para>
139 To test the results, issue: <command>make -k test</command>. Several
140 tests fail for unknown reasons.
141 </para>
142
143 <para>
144 Now, as the <systemitem class="username">root</systemitem> user:
145 </para>
146
147<screen role="root"><userinput>make install</userinput></screen>
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 gr2fonttest, and optionally comparerender
161 </seg>
162 <seg>
163 libgraphite2.so
164 </seg>
165 <seg>
166 /usr/include/graphite2 and
167 /usr/share/graphite2
168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="comparerender">
178 <term><command>comparerender</command></term>
179 <listitem>
180 <para>
181 is a test and benchmarking tool.
182 </para>
183 <indexterm zone="graphite2 comparerender">
184 <primary sortas="b-comparerender">comparerender</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="gr2fonttest">
190 <term><command>gr2fonttest</command></term>
191 <listitem>
192 <para>
193 is a diagnostic console tool for graphite fonts.
194 </para>
195 <indexterm zone="graphite2 gr2fonttest">
196 <primary sortas="b-gr2fonttest">gr2fonttest</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="libgraphite2">
202 <term><filename class="libraryfile">libgraphite2.so</filename></term>
203 <listitem>
204 <para>
205 is a rendering engine for graphite fonts.
206 </para>
207 <indexterm zone="graphite2 libgraphite2">
208 <primary sortas="c-libgraphite2">libgraphite2.so</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 </variablelist>
214
215 </sect2>
216
217</sect1>
Note: See TracBrowser for help on using the repository browser.