glfs/x/lib/pangomm.xml
Krejzi a2912ff635 XML Polishing, Part 2. Set libpng (again) as required for Cairo, since it requires too many switches if it is not present, thus making it realy required.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10464 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-07-24 16:17:44 +00:00

152 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.28/pangomm-&pangomm-version;.tar.xz">
<!ENTITY pangomm-download-ftp "&gnome-download-ftp;/pangomm/2.28/pangomm-&pangomm-version;.tar.xz">
<!ENTITY pangomm-md5sum "f4fe0905ee56e1ff0205005e61d2a66f">
<!ENTITY pangomm-size "778 KB">
<!ENTITY pangomm-buildsize "18 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>
&lfs70_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>
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 Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
libpangomm-1.4.so
</seg>
<seg>
/usr/include/pangomm-1.4,
/usr/lib/pangomm-1.4,
/usr/share/devhelp/books/pangomm-1.4 and
/usr/share/doc/pangomm-1.4
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libpangomm-1.4">
<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.4">
<primary sortas="c-libpangomm-1.4">libpangomm-1.4.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>