source: general/graphlib/harfbuzz.xml@ 25631113

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 25631113 was 578bd454, checked in by Igor Živković <igor@…>, 10 years ago

update to harfbuzz-0.9.23

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

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