glfs/x/lib/pangomm.xml
2023-02-17 11:06:49 -06:00

154 lines
4.0 KiB
XML

<?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 pangomm-download-http "&gnome-download-http;/pangomm/2.46/pangomm-&pangomm-version;.tar.xz">
<!ENTITY pangomm-download-ftp "&gnome-download-ftp;/pangomm/2.46/pangomm-&pangomm-version;.tar.xz">
<!ENTITY pangomm-md5sum "7af783bb04de766fafaaad26c9ed475a">
<!ENTITY pangomm-size "660 KB">
<!ENTITY pangomm-buildsize "10 MB">
<!ENTITY pangomm-time "0.2 SBU">
]>
<sect1 id="pangomm" xreflabel="Pangomm-&pangomm-version;">
<?dbhtml filename="pangomm.html"?>
<title>Pangomm-&pangomm-version;</title>
<indexterm zone="pangomm">
<primary sortas="a-Pangomm">Pangomm</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Pangomm</title>
<para>
The <application>Pangomm</application> package provides a C++
interface to <application>Pango</application>.
</para>
&lfs113_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&pangomm-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&pangomm-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &pangomm-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &pangomm-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &pangomm-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &pangomm-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Pangomm Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="cairomm-1.0"/>,
<xref linkend="glibmm"/> and
<xref linkend="pango"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/pangomm"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Pangomm</title>
<para>
Install <application>Pangomm</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr --buildtype=release .. &amp;&amp;
ninja</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libpangomm-1.4.so
</seg>
<seg>
/usr/include/pangomm-1.4,
/usr/lib/pangomm-1.4, and
/usr/share/{devhelp/books/pangomm-1.4,doc/pangomm-&pangomm-version;}
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libpangomm-1">
<term><filename class="libraryfile">libpangomm-1.4.so</filename></term>
<listitem>
<para>
contains the <application>Pango</application> API classes
</para>
<indexterm zone="pangomm libpangomm-1">
<primary sortas="c-libpangomm-1">libpangomm-1.4.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>