source: general/graphlib/harfbuzz.xml@ 6392ac9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6392ac9 was 6392ac9, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

More tags.

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

  • Property mode set to 100644
File size: 6.4 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 harfbuzz-download-http
8 "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
9 <!ENTITY harfbuzz-download-ftp " ">
10 <!ENTITY harfbuzz-md5sum "a2b6cbd437f22dd5dc93d377696c9204">
11 <!ENTITY harfbuzz-size "1.1 MB">
12 <!ENTITY harfbuzz-buildsize "24 MB (additional 1 MB for the tests and
13 1 MB for the API documentation)">
14 <!ENTITY harfbuzz-time "0.3 SBU">
15]>
16
17<sect1 id="harfbuzz" xreflabel="Harfbuzz-&harfbuzz-version;">
18 <?dbhtml filename="harfbuzz.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Harfbuzz-&harfbuzz-version;</title>
26
27 <indexterm zone="harfbuzz">
28 <primary sortas="a-Harfbuzz">Harfbuzz</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Harfbuzz</title>
33
34 <para>
35 The <application>Harfbuzz</application> package contains an OpenType text
36 shaping engine.
37 </para>
38
39 &lfs75_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&harfbuzz-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&harfbuzz-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &harfbuzz-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &harfbuzz-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &harfbuzz-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &harfbuzz-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Harfbuzz Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="glib2"/>,
80 <xref linkend="icu"/> and
81 <xref linkend="freetype2"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="cairo"/>,
87 <xref linkend="gobject-introspection"/>,
88 <xref linkend="gtk-doc"/>, and
89 <xref linkend="graphite2"/>
90 </para>
91
92 <warning>
93 <para>
94 Recommended dependencies are not strictly required to build
95 the package. However, you might not get expected results at
96 runtime if you don't install them. Please do not report bugs
97 with this package if you <emphasis>have not</emphasis>
98 installed the recommended dependencies.
99 </para>
100 </warning>
101
102 <para condition="html" role="usernotes">
103 User Notes: <ulink url="&blfs-wiki;/harfbuzz"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of Harfbuzz</title>
109
110 <para>
111 Install <application>Harfbuzz</application> by running the following
112 commands:
113 </para>
114
115<screen><userinput>./configure --prefix=/usr --with-gobject &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 To test the results, issue: <command>make check</command>.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <parameter>--with-gobject</parameter>: This switch enables building
134 of the <application>Harfbuzz</application> GObject wrapper. Remove
135 it if you did not install <application>GLib</application>.
136 </para>
137
138 <para>
139 <option>--with-graphite2</option>: This switch enables
140 <application>Graphite2</application> support.
141 </para>
142
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="../../xincludes/gtk-doc-rebuild.xml"/>
145
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Programs</segtitle>
153 <segtitle>Installed Libraries</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>
158 hb-ot-shape-closure, hb-shape, and hb-view
159 </seg>
160 <seg>
161 libharfbuzz.so, libharfbuzz-gobject.so and libharfbuzz-icu.so
162 </seg>
163 <seg>
164 /usr/include/harfbuzz and
165 /usr/share/gtk-doc/html/harfbuzz
166 </seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <!-- <varlistentry id="hb-ot-shape-closure">
176 <term><command>hb-ot-shape-closure</command></term>
177 <listitem>
178 <para>
179 does this .....
180 </para>
181 <indexterm zone="harfbuzz hb-ot-shape-closure">
182 <primary sortas="b-hb-ot-shape-closure">hb-ot-shape-closure</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="hb-shape">
188 <term><command>hb-shape</command></term>
189 <listitem>
190 <para>
191 does this .....
192 </para>
193 <indexterm zone="harfbuzz hb-shape">
194 <primary sortas="b-hb-shape">hb-shape</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="hb-view">
200 <term><command>hb-view</command></term>
201 <listitem>
202 <para>
203 does this .....
204 </para>
205 <indexterm zone="harfbuzz hb-view">
206 <primary sortas="b-hb-view">hb-view</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry> -->
210
211 <varlistentry id="libharfbuzz">
212 <term><filename class="libraryfile">libharfbuzz.so</filename></term>
213 <listitem>
214 <para>
215 contains functions for complex text shaping.
216 </para>
217 <indexterm zone="harfbuzz libharfbuzz">
218 <primary sortas="c-libharfbuzz">libharfbuzz.so</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 </variablelist>
224
225 </sect2>
226
227</sect1>
Note: See TracBrowser for help on using the repository browser.