source: general/genlib/libxslt.xml@ 03a2986

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 03a2986 was 03a2986, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

A package update and some tags.
Update to libqalculate-4.0.0.

  • Property mode set to 100644
File size: 8.1 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 libxslt-download-http "https://download.gnome.org/sources/libxslt/1.1/libxslt-&libxslt-version;.tar.xz">
8 <!ENTITY libxslt-download-ftp " ">
9 <!ENTITY libxslt-md5sum "5b3a634b77effd8a6268c21173575053">
10 <!ENTITY libxslt-size "1.7 MB">
11 <!ENTITY libxslt-buildsize "36 MB (with tests)">
12 <!ENTITY libxslt-time "0.2 SBU (with tests)">
13]>
14
15<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
16 <?dbhtml filename="libxslt.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libxslt-&libxslt-version;</title>
23
24 <indexterm zone="libxslt">
25 <primary sortas="a-libxslt">libxslt</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libxslt</title>
30
31 <para>
32 The <application>libxslt</application> package contains
33 XSLT libraries used for extending <filename
34 class="libraryfile">libxml2</filename> libraries to
35 support XSLT files.
36 </para>
37
38 &lfs111_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libxslt-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libxslt-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libxslt-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libxslt-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libxslt-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libxslt-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73<!--
74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Required patch:
79 <ulink url="&patch-root;/libxslt-&libxslt-version;-security_fix-1.patch"/>
80 </para>
81 </listitem>
82 </itemizedlist>
83-->
84 <bridgehead renderas="sect3">libxslt Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="libxml2"/>
89 </para>
90
91 <bridgehead renderas="sect4">Recommended (at runtime)</bridgehead>
92 <para role="runtime">
93 <xref linkend="DocBook"/> and
94 <xref linkend="docbook-xsl"/>
95 </para>
96
97 <note>
98 <para>
99 Although it is not a direct dependency, many applications
100 using <application>libxslt</application> will expect
101 <xref linkend="DocBook"/> and <xref linkend="docbook-xsl"/>
102 to be present.
103 </para>
104 </note>
105
106 <bridgehead renderas="sect4">Optional</bridgehead>
107 <para role="optional">
108 <xref linkend="libgcrypt"/> and
109 <xref linkend="libxml2py2"/>
110 <!-- Seems to be used for tests -->
111 <note><simpara>The <xref role="nodep" linkend="libxml2py2"/>
112 dependency is only appropriate if the <application>Python2</application>
113 module for this package is needed. The
114 libxslt <application>Python2</application> module is not needed for
115 any package in BLFS but various non-BLFS packages may install
116 <application>Python2</application> modules which reference it.
117 </simpara></note>
118 </para>
119
120 <para condition="html" role="usernotes">User Notes:
121 <ulink url="&blfs-wiki;/libxslt"/>
122 </para>
123 </sect2>
124
125 <sect2 role="installation">
126 <title>Installation of libxslt</title>
127<!--
128 <para>
129 First, install a security patch to fix a security framework bypass:
130 </para>
131
132<screen><userinput remap="pre">patch -Np1 -i ../libxslt-&libxslt-version;-security_fix-1.patch</userinput></screen>
133-->
134 <para>
135 Install <application>libxslt</application> by running the following
136 commands:
137 </para>
138
139<screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} &amp;&amp;
140
141./configure --prefix=/usr --disable-static --without-python &amp;&amp;
142make</userinput></screen>
143
144 <!-- https://gitlab.gnome.org/GNOME/libxslt/-/issues/64 -->
145 <para>
146 Fix the date field in a shipped man page:
147 </para>
148
149<screen><userinput>sed -e 's@\$Date\$@16 Feburary 2022@' -i doc/xsltproc.1</userinput></screen>
150
151 <para>
152 To test the results, issue: <command>make check</command>.
153 </para>
154
155 <para>
156 Now, as the <systemitem class="username">root</systemitem> user:
157 </para>
158
159<screen role="root"><userinput>make install</userinput></screen>
160
161 </sect2>
162
163 <sect2 role="commands">
164 <title>Command Explanations</title>
165
166 <para>
167 <command>sed -i s/3000/5000/ ...</command>: this increases the recursion
168 limit in libxslt. This is needed by some packages for their documentation.
169 </para>
170
171 <para>
172 <parameter>--without-python</parameter>: This parameter disables the libxslt
173 python module since it does not support Python3. If you wish to enable
174 this module, make sure that <xref role="nodep" linkend="libxml2py2"/> is
175 installed, and remove this parameter.
176 </para>
177
178 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
179 href="../../xincludes/static-libraries.xml"/>
180
181 </sect2>
182
183 <sect2 role="content">
184 <title>Contents</title>
185
186 <segmentedlist>
187 <segtitle>Installed Programs</segtitle>
188 <segtitle>Installed Libraries</segtitle>
189 <segtitle>Installed Directories</segtitle>
190
191 <seglistitem>
192 <seg>
193 xslt-config and xsltproc
194 </seg>
195 <seg>
196 libexslt.so, libxslt.so and optionally, libxsltmod.so
197 <application>Python</application> module
198 </seg>
199 <seg>
200 /usr/include/libexslt,
201 /usr/include/libxslt,
202 /usr/lib/libxslt-plugins,
203 /usr/share/doc/libxslt-&libxslt-version;, and
204 /usr/share/doc/libxslt-python-&libxslt-version;</seg>
205 </seglistitem>
206 </segmentedlist>
207
208 <variablelist>
209 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
210 <?dbfo list-presentation="list"?>
211 <?dbhtml list-presentation="table"?>
212
213 <varlistentry id="xslt-config">
214 <term><command>xslt-config</command></term>
215 <listitem>
216 <para>
217 is used to find out the pre-processor, linking and
218 compiling flags necessary to use the <application>libxslt</application>
219 libraries in 3rd-party programs
220 </para>
221 <indexterm zone="libxslt xslt-config">
222 <primary sortas="b-xslt-config">xslt-config</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="xsltproc">
228 <term><command>xsltproc</command></term>
229 <listitem>
230 <para>
231 is used to apply XSLT stylesheets to XML documents
232 </para>
233 <indexterm zone="libxslt xsltproc">
234 <primary sortas="b-xsltproc">xsltproc</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="libexslt">
240 <term><filename class="libraryfile">libexslt.so</filename></term>
241 <listitem>
242 <para>
243 is used to provide extensions to XSLT functions
244 </para>
245 <indexterm zone="libxslt libexslt">
246 <primary sortas="c-libexslt">libexslt.so</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="libxslt-lib">
252 <term><filename class="libraryfile">libxslt.so</filename></term>
253 <listitem>
254 <para>
255 provides extensions to the
256 <filename class="libraryfile">libxml2</filename>
257 libraries to parse files that use the XSLT format
258 </para>
259 <indexterm zone="libxslt libxslt-lib">
260 <primary sortas="c-libxslt">libxslt.so</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 </variablelist>
266
267 </sect2>
268
269</sect1>
Note: See TracBrowser for help on using the repository browser.