source: general/genlib/libxslt.xml@ 427b46a

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 427b46a was 9029db2, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tag most of General Libraries and dependencies

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

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