source: general/graphlib/freetype2.xml@ ba718791

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ba718791 was ba718791, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Commit some changes that I've been accumulating through my workstation build:

cyrus-sasl: Update some depedencies that we missed when doing the last update
sg3_utils: Add a new installed command + description
freetype2: Remove obsolete command explanation.

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

  • Property mode set to 100644
File size: 8.0 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 freetype2-download-http "&sourceforge-dl;/freetype/freetype-&freetype2-version;.tar.xz">
8 <!ENTITY freetype2-download-ftp "&gentoo-ftp-repo;/freetype-&freetype2-version;.tar.xz">
9 <!ENTITY freetype2-md5sum "bd42e75127f8431923679480efb5ba8f">
10 <!ENTITY freetype2-size "2.3 MB">
11 <!ENTITY freetype2-buildsize "30 MB (with additional documentation)">
12 <!ENTITY freetype2-time "0.2 SBU (with additional documentation)">
13
14 <!ENTITY freetype2-doc-version "&freetype2-version;">
15 <!ENTITY freetype2-doc-download-http "&sourceforge-dl;/freetype/freetype-doc-&freetype2-doc-version;.tar.xz">
16 <!ENTITY freetype2-doc-download-ftp "&gentoo-ftp-repo;/freetype-doc-&freetype2-doc-version;.tar.xz">
17 <!ENTITY freetype2-doc-md5sum "b56d1af90510f0ae4bf12a82410985f5">
18 <!ENTITY freetype2-doc-size "2.0 MB">
19]>
20
21<sect1 id="freetype2" xreflabel="FreeType-&freetype2-version;">
22 <?dbhtml filename="freetype2.html"?>
23
24 <sect1info>
25 <othername>$LastChangedBy$</othername>
26 <date>$Date$</date>
27 </sect1info>
28
29 <title>FreeType-&freetype2-version;</title>
30
31 <indexterm zone="freetype2">
32 <primary sortas="a-FreeType">FreeType</primary>
33 </indexterm>
34
35 <sect2 role="package">
36 <title>Introduction to FreeType2</title>
37
38 <para>
39 The <application>FreeType2</application> package contains
40 a library which allows applications to properly render
41 <application>TrueType</application> fonts.
42 </para>
43
44 &lfs91_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&freetype2-download-http;"/>
51 </para>
52 </listitem>
53<!-- <listitem>
54 <para>
55 Download (FTP): <ulink url="&freetype2-download-ftp;"/>
56 </para>
57 </listitem> -->
58 <listitem>
59 <para>
60 Download MD5 sum: &freetype2-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &freetype2-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &freetype2-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &freetype2-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
81 <itemizedlist spacing="compact">
82 <title>Additional Documentation</title>
83 <listitem>
84 <para>
85 Download (HTTP): <ulink url="&freetype2-doc-download-http;"/>
86 </para>
87 </listitem>
88 <listitem>
89 <para>
90 Download MD5 sum: &freetype2-doc-md5sum;
91 </para>
92 </listitem>
93 <listitem>
94 <para>
95 Download size: &freetype2-doc-size;
96 </para>
97 </listitem>
98 </itemizedlist>
99
100 <bridgehead renderas="sect3">FreeType2 Dependencies</bridgehead>
101
102 <bridgehead renderas="sect4">Recommended</bridgehead>
103 <para role="recommended">
104 <xref linkend="harfbuzz"/>
105 (first, install without it, after it is installed, reinstall
106 <xref linkend="freetype2"/>),
107 <xref linkend="libpng"/>, and
108 <xref linkend="which"/>
109 </para>
110
111 <bridgehead renderas="sect4">Optional (for documentation)</bridgehead>
112 <para role="optional">
113 <ulink url="https://pypi.org/project/docwriter/">docwriter</ulink>
114 </para>
115
116 <para condition="html" role="usernotes">User Notes:
117 <ulink url="&blfs-wiki;/freetype2"/>
118 </para>
119 </sect2>
120
121 <sect2 role="installation">
122 <title>Installation of FreeType2</title>
123
124 <para>
125 If you downloaded the additional documentation, unpack it into the
126 source tree using the following command:
127 </para>
128
129<screen><userinput>tar -xf ../freetype-doc-&freetype2-doc-version;.tar.xz --strip-components=2 -C docs</userinput></screen>
130
131 <para>
132 Install <application>FreeType2</application> by running the following
133 commands:
134 </para>
135
136<screen><userinput>sed -ri "s:.*(AUX_MODULES.*valid):\1:" modules.cfg &amp;&amp;
137
138sed -r "s:.*(#.*SUBPIXEL_RENDERING) .*:\1:" \
139 -i include/freetype/config/ftoption.h &amp;&amp;
140
141./configure --prefix=/usr --enable-freetype-config --disable-static &amp;&amp;
142make</userinput></screen>
143
144 <para>
145 This package does not come with a test suite.
146 </para>
147
148 <para>
149 Now, as the <systemitem class="username">root</systemitem> user:
150 </para>
151
152<screen role="root"><userinput>make install</userinput></screen>
153
154 <para>If you downloaded the optional documentation, install it as the
155 <systemitem class="username">root</systemitem> user:</para>
156
157<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
158cp -v -R docs/* /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
159rm -v /usr/share/doc/freetype-&freetype2-version;/freetype-config.1</userinput></screen>
160
161 </sect2>
162
163 <sect2 role="commands">
164 <title>Command Explanations</title>
165
166 <para>
167 <command>sed -ri ...</command>: First command enables GX/AAT and OpenType
168 table validation and second command enables Subpixel Rendering. Note that
169 Subpixel Rendering may have patent issues. Be sure to read the
170 <literal>'Other patent issues'</literal> part of <ulink
171 url="http://www.freetype.org/patents.html"/> before enabling this option.
172 </para>
173
174 <para>
175 <parameter>--enable-freetype-config</parameter>: This switch
176 ensure that the man page for freetype-config is installed.
177 </para>
178
179 <para>
180 <option>--without-harfbuzz</option>: If
181 <application>harfbuzz</application> is installed prior to
182 <application>freetype</application> without
183 <application>freetype</application> support, use this switch to avoid a
184 build failure.
185 </para>
186
187 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
188 href="../../xincludes/static-libraries.xml"/>
189 <!-- No longer valid with 2.10.1, /usr/bin/freetype-config is installed
190 by the 'make install' command.
191 <para>
192 <command>cp builds/unix/freetype-config /usr/bin</command>: Manually
193 place the freetype configureation program needed by other programs when
194 using the freetype library.
195 </para>
196 -->
197
198 </sect2>
199
200 <sect2 role="content">
201 <title>Contents</title>
202
203 <segmentedlist>
204 <segtitle>Installed Program</segtitle>
205 <segtitle>Installed Library</segtitle>
206 <segtitle>Installed Directories</segtitle>
207
208 <seglistitem>
209 <seg>
210 freetype-config
211 </seg>
212 <seg>
213 libfreetype.so
214 </seg>
215 <seg>
216 /usr/include/freetype2 and
217 /usr/share/doc/freetype-&freetype2-version;
218 </seg>
219 </seglistitem>
220 </segmentedlist>
221
222 <variablelist>
223 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
224 <?dbfo list-presentation="list"?>
225 <?dbhtml list-presentation="table"?>
226
227 <varlistentry id="freetype-config">
228 <term><command>freetype-config</command></term>
229 <listitem>
230 <para>
231 is used to get <application>FreeType</application> compilation
232 and linking information.
233 </para>
234 <indexterm zone="freetype2 freetype-config">
235 <primary sortas="b-freetype-config">freetype2-config</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="libfreetype">
241 <term><filename class="libraryfile">libfreetype.so</filename></term>
242 <listitem>
243 <para>
244 contains functions for rendering various font types, such
245 as TrueType and Type1.
246 </para>
247 <indexterm zone="freetype2 libfreetype">
248 <primary sortas="c-libfreetype">libfreetype.so</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 </variablelist>
254
255 </sect2>
256
257</sect1>
Note: See TracBrowser for help on using the repository browser.