source: x/lib/pangomm.xml@ 108e563

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 108e563 was 108e563, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Package updates.
Update to glib-2.70.2.
Update to pangomm-1.46.2.
Update to pango-1.50.0.
Update to mypaint-brushes-1.3.1.
Update to sysstat-12.5.5.

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[27f7ea3]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[c7b1dcc]7 <!ENTITY pangomm-download-http "&gnome-download-http;/pangomm/2.46/pangomm-&pangomm-version;.tar.xz">
8 <!ENTITY pangomm-download-ftp "&gnome-download-ftp;/pangomm/2.46/pangomm-&pangomm-version;.tar.xz">
[108e563]9 <!ENTITY pangomm-md5sum "517b9462f0cc59287388e1e6423588bf">
[c7b1dcc]10 <!ENTITY pangomm-size "660 KB">
[108e563]11 <!ENTITY pangomm-buildsize "10 MB">
[798ed8e5]12 <!ENTITY pangomm-time "0.2 SBU">
[27f7ea3]13]>
14
[a2912ff]15<sect1 id="pangomm" xreflabel="Pangomm-&pangomm-version;">
[27f7ea3]16 <?dbhtml filename="pangomm.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
[a2912ff]22 <title>Pangomm-&pangomm-version;</title>
[27f7ea3]23
24 <indexterm zone="pangomm">
[a2912ff]25 <primary sortas="a-Pangomm">Pangomm</primary>
[27f7ea3]26 </indexterm>
27
28 <sect2 role="package">
[a2912ff]29 <title>Introduction to Pangomm</title>
[27f7ea3]30
[a2912ff]31 <para>
32 The <application>Pangomm</application> package provides a C++
33 interface to <application>Pango</application>.
34 </para>
[27f7ea3]35
[da54a62]36 &lfs110a_checked;
[171b94cd]37
[27f7ea3]38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
[a2912ff]41 <para>
42 Download (HTTP): <ulink url="&pangomm-download-http;"/>
43 </para>
[27f7ea3]44 </listitem>
45 <listitem>
[a2912ff]46 <para>
47 Download (FTP): <ulink url="&pangomm-download-ftp;"/>
48 </para>
[27f7ea3]49 </listitem>
50 <listitem>
[a2912ff]51 <para>
52 Download MD5 sum: &pangomm-md5sum;
53 </para>
[27f7ea3]54 </listitem>
55 <listitem>
[a2912ff]56 <para>
57 Download size: &pangomm-size;
58 </para>
[27f7ea3]59 </listitem>
60 <listitem>
[a2912ff]61 <para>
62 Estimated disk space required: &pangomm-buildsize;
63 </para>
[27f7ea3]64 </listitem>
65 <listitem>
[a2912ff]66 <para>
67 Estimated build time: &pangomm-time;
68 </para>
[27f7ea3]69 </listitem>
70 </itemizedlist>
71
[a2912ff]72 <bridgehead renderas="sect3">Pangomm Dependencies</bridgehead>
[27f7ea3]73
74 <bridgehead renderas="sect4">Required</bridgehead>
[b8a081c]75 <para role="required">
[aaebb95c]76 <xref linkend="cairomm-1.0"/>,
[b8a081c]77 <xref linkend="glibmm"/> and
78 <xref linkend="pango"/>
79 </para>
[27f7ea3]80
81 <para condition="html" role="usernotes">User Notes:
[a2912ff]82 <ulink url="&blfs-wiki;/pangomm"/>
83 </para>
[27f7ea3]84 </sect2>
85
86 <sect2 role="installation">
[a2912ff]87 <title>Installation of Pangomm</title>
[27f7ea3]88
[a2912ff]89 <para>
90 Install <application>Pangomm</application> by running the following
91 commands:
92 </para>
[27f7ea3]93
[8b7aa165]94<screen><userinput>mkdir build &amp;&amp;
95cd build &amp;&amp;
96
[6469488]97meson --prefix=/usr --buildtype=release .. &amp;&amp;
[8b7aa165]98ninja</userinput></screen>
[27f7ea3]99
[a2912ff]100 <para>
101 This package does not come with a test suite.
102 </para>
[27f7ea3]103
[a2912ff]104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
[27f7ea3]107
[8b7aa165]108<screen role="root"><userinput>ninja install</userinput></screen>
[27f7ea3]109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
[910d888]116 <segtitle>Installed Programs</segtitle>
[27f7ea3]117 <segtitle>Installed Library</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
[b8a081c]121 <seg>
[13507eb]122 None
123 </seg>
124 <seg>
[b8a081c]125 libpangomm-1.4.so
126 </seg>
127 <seg>
128 /usr/include/pangomm-1.4,
[60d59117]129 /usr/lib/pangomm-1.4, and
130 /usr/share/{devhelp/books/pangomm-1.4,doc/pangomm-&pangomm-version;}
[b8a081c]131 </seg>
[27f7ea3]132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
[d4e57d7f]140 <varlistentry id="libpangomm-1">
141 <term><filename class="libraryfile">libpangomm-1.4.so</filename></term>
[27f7ea3]142 <listitem>
[a2912ff]143 <para>
[4c24eb0a]144 contains the <application>Pango</application> API classes
[a2912ff]145 </para>
[d4e57d7f]146 <indexterm zone="pangomm libpangomm-1">
147 <primary sortas="c-libpangomm-1">libpangomm-1.4.so</primary>
[27f7ea3]148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.