glfs/x/lib/pangomm.xml
Bruce Dubbs defb13382b Update to dejagnu-1.6.2.
Update to nghttp2-1.35.0. 
Update to pangomm-2.42.0. 
Update to feh-3.1. 
Update to xfce4-notifyd-0.4.3. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20780 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-12-05 23:29:23 +00:00

162 lines
4.3 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.42/pangomm-&pangomm-version;.tar.xz">
<!ENTITY pangomm-download-ftp "&gnome-download-ftp;/pangomm/2.42/pangomm-&pangomm-version;.tar.xz">
<!ENTITY pangomm-md5sum "6cffedf2225c4e72645a7d757fb5b832">
<!ENTITY pangomm-size "836 KB">
<!ENTITY pangomm-buildsize "16 MB">
<!ENTITY pangomm-time "0.3 SBU">
]>
<sect1 id="pangomm" xreflabel="Pangomm-&pangomm-version;">
<?dbhtml filename="pangomm.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<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>
&lfs83_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"/>,
<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>
First, fix the documentation directory name:
</para>
<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/pangomm-&pangomm-version;/' \
-i docs/Makefile.in</userinput></screen>
<para>
Install <application>Pangomm</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</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>make 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>