source: general/graphlib/harfbuzz.xml@ bd4fda83

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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 bd4fda83 was bd4fda83, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Move old jpeg to archive.
Remove text generation from gperf.
LFS 7.3 tags.

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

  • Property mode set to 100644
File size: 5.6 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 "e901ffe556d706b7d43b272f83be7f09">
11 <!ENTITY harfbuzz-size "860 KB">
12 <!ENTITY harfbuzz-buildsize "35 MB">
13 <!ENTITY harfbuzz-time "0.3 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 &lfs73_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="cairo"/> (Built with
79 <xref linkend="fontconfig"/> support),
80 <xref linkend="glib2"/>,
81 <xref linkend="icu"/> and
82 <xref linkend="freetype2"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <ulink url="http://projects.palaso.org/projects/graphitedev/files">Graphite2</ulink>.
88 </para>
89
90 <warning>
91 <para>
92 Recommended dependencies are not strictly required to build
93 the package. However, you might not get expected results at
94 runtime if you don't install them. Please do not report bugs
95 with this package if you <emphasis>have not</emphasis>
96 installed the recommended dependencies.
97 </para>
98 </warning>
99
100 <para condition="html" role="usernotes">
101 User Notes: <ulink url="&blfs-wiki;/harfbuzz"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of Harfbuzz</title>
107
108 <para>
109 Install <application>Harfbuzz</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>./configure --prefix=/usr &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 To test the results, issue: <command>make check</command>.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Library</segtitle>
133 <segtitle>Installed Directory</segtitle>
134
135 <seglistitem>
136 <seg>
137 hb-ot-shape-closure, hb-shape and hb-view
138 </seg>
139 <seg>
140 libharfbuzz.so
141 </seg>
142 <seg>
143 /usr/include/harfbuzz
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <!-- <varlistentry id="hb-ot-shape-closure">
154 <term><command>hb-ot-shape-closure</command></term>
155 <listitem>
156 <para>
157 does this .....
158 </para>
159 <indexterm zone="harfbuzz hb-ot-shape-closure">
160 <primary sortas="b-hb-ot-shape-closure">hb-ot-shape-closure</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="hb-shape">
166 <term><command>hb-shape</command></term>
167 <listitem>
168 <para>
169 does this .....
170 </para>
171 <indexterm zone="harfbuzz hb-shape">
172 <primary sortas="b-hb-shape">hb-shape</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="hb-view">
178 <term><command>hb-view</command></term>
179 <listitem>
180 <para>
181 does this .....
182 </para>
183 <indexterm zone="harfbuzz hb-view">
184 <primary sortas="b-hb-view">hb-view</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry> -->
188
189 <varlistentry id="libharfbuzz">
190 <term><filename class="libraryfile">libharfbuzz.so</filename></term>
191 <listitem>
192 <para>
193 contains functions for complex text shaping.
194 </para>
195 <indexterm zone="harfbuzz libharfbuzz">
196 <primary sortas="c-libharfbuzz">libharfbuzz.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.