mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Add libxmlb to the book in support of appstream.
This will be needed for libadwaita-1.4. See Ticket #18573 for more details.
This commit is contained in:
parent
4490fe8b33
commit
97cecf51ae
@ -134,6 +134,7 @@
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libuv.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxkbcommon.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxml2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxmlb.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxslt.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libwacom.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libwpe.xml"/>
|
||||
|
201
general/genlib/libxmlb.xml
Normal file
201
general/genlib/libxmlb.xml
Normal file
@ -0,0 +1,201 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libxmlb-download-http "https://github.com/hughsie/libxmlb/releases/download/&libxmlb-version;/libxmlb-&libxmlb-version;.tar.xz">
|
||||
<!ENTITY libxmlb-download-ftp " ">
|
||||
<!ENTITY libxmlb-md5sum "c2e2af788950f3c73e078f89d56ef6ed">
|
||||
<!ENTITY libxmlb-size "100 KB">
|
||||
<!ENTITY libxmlb-buildsize "7.3 MB">
|
||||
<!ENTITY libxmlb-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libxmlb" xreflabel="libxmlb-&libxmlb-version;">
|
||||
<?dbhtml filename="libxmlb.html"?>
|
||||
|
||||
<title>libxmlb-&libxmlb-version;</title>
|
||||
|
||||
<indexterm zone="libxmlb">
|
||||
<primary sortas="a-libxmlb">libxmlb</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to libxmlb</title>
|
||||
|
||||
<para>
|
||||
The <application>libxmlb</application> package contains a library and
|
||||
a tool which help create and query binary XML blobs.
|
||||
</para>
|
||||
|
||||
&lfs120_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&libxmlb-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&libxmlb-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &libxmlb-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &libxmlb-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &libxmlb-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &libxmlb-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">libxmlb Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="glib2"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gtk-doc"/> and
|
||||
<ulink url="https://github.com/zvelo/libstemmer">libstemmer</ulink>
|
||||
</para>
|
||||
|
||||
<!-- Only use this if you want to note something in the wiki
|
||||
<para condition="html" role="usernotes">
|
||||
Editor Notes: <ulink url="&blfs-wiki;/libxmlb"/>
|
||||
</para>
|
||||
-->
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of libxmlb</title>
|
||||
|
||||
<para>
|
||||
Install <application>libxmlb</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson setup --prefix=/usr --buildtype=release -Dgtkdoc=false .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>ninja test</command>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>ninja install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/meson-buildtype-release.xml"/>
|
||||
|
||||
<!-- Over in meson_options.txt, gtkdoc is set to 'true' by default. This would
|
||||
introduce a dependency on gtk-doc, so let's set it as 'false' and let the
|
||||
user enable it if they want the documentation. -renodr -->
|
||||
<para>
|
||||
<option>-Dgtkdoc=true</option>: Use this switch if you have
|
||||
<xref linkend="gtk-doc" role="nodep"/> installed and you want to generate
|
||||
the API documentation.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>-Dintrospection=false</option>: Use this switch if you do not
|
||||
have <xref linkend="gobject-introspection" role="nodep"/> installed.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>-Dstemmer=true</option>: use this switch if you have
|
||||
<ulink url="https://github.com/zvelo/libstemmer">libstemmer</ulink>
|
||||
installed and wish to build stemmer support.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
xb-tool
|
||||
</seg>
|
||||
<seg>
|
||||
libxmlb.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/libxmlb-2,
|
||||
/usr/libexec/installed-tests/libxmlb, and
|
||||
/usr/share/gtk-doc/html/libxmlb (if gtk-doc was enabled)
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="xb-tool">
|
||||
<term><command>xb-tool</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is a tool used to create, dump, or query a binary XML blob
|
||||
</para>
|
||||
<indexterm zone="libxmlb xb-tool">
|
||||
<primary sortas="b-xb-tool">xb-tool</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libxmlb-lib">
|
||||
<term><filename class="libraryfile">libxmlb.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
contains functions that allow for creating and querying binary XML
|
||||
blobs
|
||||
</para>
|
||||
<indexterm zone="libxmlb libxmlb-lib">
|
||||
<primary sortas="c-libxmlb">libxmlb.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
</sect1>
|
@ -41,6 +41,10 @@
|
||||
<listitem>
|
||||
<para>September 18th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Add libxmlb to the book in support of appstream.
|
||||
Fixes <ulink url="&blfs-ticket-root;18600">#18600</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Archive pycryptodome. Nothing is using it anymore,
|
||||
and it only was previously used by Samba. Fixes
|
||||
|
@ -166,6 +166,7 @@
|
||||
which is built separately after libxml2.so has been installed,
|
||||
to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY libxml2-version "2.10.4">
|
||||
<!ENTITY libxmlb-version "0.3.14">
|
||||
<!ENTITY libxslt-version "1.1.38">
|
||||
<!ENTITY libwacom-version "2.8.0">
|
||||
<!ENTITY libwpe-version "1.14.1">
|
||||
|
Loading…
Reference in New Issue
Block a user