source: general/graphlib/harfbuzz.xml@ d8377ddb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 d8377ddb was d8377ddb, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Updates to totem-pl-parser-3.10.1, grilo-0.2.9, grilo-plugins-0.2.11, ffmpeg-2.1.4, freetype-2.5.3, xterm-303, rasqal-0.9.32, libass-0.11.1, keyutils-1.5.9 and dhcpcd-6.3.1. Include comment in Harfbuzz-0.9.26 to go back and reinstall freetype-2.5.3.

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

  • Property mode set to 100644
File size: 6.5 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 (after <xref linkend="harfbuzz"/> is installed, go back to
83 <xref linkend="freetype2"/> and reinstall it)
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="cairo"/>,
89 <xref linkend="gobject-introspection"/>,
90 <xref linkend="gtk-doc"/>, and
91 <xref linkend="graphite2"/>
92 </para>
93
94 <warning>
95 <para>
96 Recommended dependencies are not strictly required to build
97 the package. However, you might not get expected results at
98 runtime if you don't install them. Please do not report bugs
99 with this package if you <emphasis>have not</emphasis>
100 installed the recommended dependencies.
101 </para>
102 </warning>
103
104 <para condition="html" role="usernotes">
105 User Notes: <ulink url="&blfs-wiki;/harfbuzz"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of Harfbuzz</title>
111
112 <para>
113 Install <application>Harfbuzz</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>./configure --prefix=/usr --with-gobject &amp;&amp;
118make</userinput></screen>
119
120 <para>
121 To test the results, issue: <command>make check</command>.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <para>
135 <parameter>--with-gobject</parameter>: This switch enables building
136 of the <application>Harfbuzz</application> GObject wrapper. Remove
137 it if you did not install <application>GLib</application>.
138 </para>
139
140 <para>
141 <option>--with-graphite2</option>: This switch enables
142 <application>Graphite2</application> support.
143 </para>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="../../xincludes/gtk-doc-rebuild.xml"/>
147
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 hb-ot-shape-closure, hb-shape, and hb-view
161 </seg>
162 <seg>
163 libharfbuzz.so, libharfbuzz-gobject.so and libharfbuzz-icu.so
164 </seg>
165 <seg>
166 /usr/include/harfbuzz and
167 /usr/share/gtk-doc/html/harfbuzz
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="hb-ot-shape-closure">
178 <term><command>hb-ot-shape-closure</command></term>
179 <listitem>
180 <para>
181 does this .....
182 </para>
183 <indexterm zone="harfbuzz hb-ot-shape-closure">
184 <primary sortas="b-hb-ot-shape-closure">hb-ot-shape-closure</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="hb-shape">
190 <term><command>hb-shape</command></term>
191 <listitem>
192 <para>
193 does this .....
194 </para>
195 <indexterm zone="harfbuzz hb-shape">
196 <primary sortas="b-hb-shape">hb-shape</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="hb-view">
202 <term><command>hb-view</command></term>
203 <listitem>
204 <para>
205 does this .....
206 </para>
207 <indexterm zone="harfbuzz hb-view">
208 <primary sortas="b-hb-view">hb-view</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry> -->
212
213 <varlistentry id="libharfbuzz">
214 <term><filename class="libraryfile">libharfbuzz.so</filename></term>
215 <listitem>
216 <para>
217 contains functions for complex text shaping.
218 </para>
219 <indexterm zone="harfbuzz libharfbuzz">
220 <primary sortas="c-libharfbuzz">libharfbuzz.so</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 </variablelist>
226
227 </sect2>
228
229</sect1>
Note: See TracBrowser for help on using the repository browser.