source: gnome/platform/libchamplain.xml@ 15ee416

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 15ee416 was 69a16457, checked in by Douglas R. Reno <renodr@…>, 8 years ago

(systemd/gnome merge staging) Update to libpeas-1.18.0
(systemd/gnome merge staging) Update to libgweather-3.20.1
(systemd/gnome merge staging) Update to libgtop-2.34.0
(systemd/gnome merge staging) Update to libgdata-0.17.5
(systemd/gnome merge staging) Update to libchamplain-0.12.13
(systemd/gnome merge staging) Update to gtkhtml-4.10.0
(systemd/gnome merge staging) Update to grilo-0.3.1
(systemd/gnome merge) Greenlighted libgtop and libpeas
(systemd/gnome merge) Moved grilo, gtkhtml, libchamplain, libgdata, libgee, libgweather, and libwacom over to trunk
Added libwacom as an optional dependency to libinput on systemd systems
Merged switches and dependencies for Clutter from systemd branch (for systemd systems)
Tags
Added DJ's name in the changelog for his recent commit

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17564 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.7 KB
Line 
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
7 <!ENTITY libchamplain-download-http
8 "&gnome-download-http;/libchamplain/0.12/libchamplain-&libchamplain-version;.tar.xz">
9 <!ENTITY libchamplain-download-ftp
10 "&gnome-download-ftp;/libchamplain/0.12/libchamplain-&libchamplain-version;.tar.xz">
11 <!ENTITY libchamplain-md5sum "faf30aa4444c8404e76518a266157447">
12 <!ENTITY libchamplain-size "592 KB">
13 <!ENTITY libchamplain-buildsize "19 MB">
14 <!ENTITY libchamplain-time "0.2 SBU">
15]>
16
17<sect1 id="libchamplain" xreflabel="libchamplain-&libchamplain-version;" revision="systemd">
18 <?dbhtml filename="libchamplain.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>libchamplain-&libchamplain-version;</title>
26
27 <indexterm zone="libchamplain">
28 <primary sortas="a-libchamplain">libchamplain</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to libchamplain</title>
33
34 <para>
35 The <application>libchamplain</application> is a Clutter based widget
36 used to display rich, eye-candy and interactive maps.
37 </para>
38
39 &lfs79_checked;&gcc6_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libchamplain-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libchamplain-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libchamplain-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libchamplain-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libchamplain-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libchamplain-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">libchamplain Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="clutter"/>,
80 <xref linkend="gtk3"/>, and
81 <xref linkend="libsoup"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="clutter-gtk"/>,
87 <xref linkend="gobject-introspection"/> and
88 <xref linkend="vala"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gtk-doc"/>
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/libchamplain"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of libchamplain</title>
103
104 <para>
105 Install <application>libchamplain</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr \
110 --enable-vala \
111 --disable-static &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para>
129 <parameter>--enable-vala</parameter>: This switch enables
130 building of the Vala bindings. Remove if you don't have
131 <xref linkend="vala"/> installed.
132 </para>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/static-libraries.xml"/>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/gtk-doc-rebuild.xml"/>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 None
153 </seg>
154 <seg>
155 libchamplain-0.12.so and libchamplain-gtk-0.12.so
156 </seg>
157 <seg>
158 /usr/include/{libchamplain-0.12,libchamplain-gtk-0.12} and
159 /usr/share/gtk-doc/html/{libchamplain,libchamplain-gtk}
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="libchamplain-0.12">
170 <term><filename class="libraryfile">libchamplain-0.12.so</filename></term>
171 <listitem>
172 <para>
173 contains the <application>libchamplain</application> API functions.
174 </para>
175 <indexterm zone="libchamplain libchamplain-0.12">
176 <primary sortas="c-libchamplain-0.12">libchamplain-0.12.so</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="libchamplain-gtk-0.12">
182 <term><filename class="libraryfile">libchamplain-gtk-0.12.so</filename></term>
183 <listitem>
184 <para>
185 contains the <application>libchamplain</application> GTK+ bindings.
186 </para>
187 <indexterm zone="libchamplain libchamplain-gtk-0.12">
188 <primary sortas="c-libchamplain-gtk-0.12">libchamplain-gtk-0.12.so</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 </variablelist>
194
195 </sect2>
196
197</sect1>
Note: See TracBrowser for help on using the repository browser.