mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
69a16457da
(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
198 lines
5.7 KiB
XML
198 lines
5.7 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 libchamplain-download-http
|
|
"&gnome-download-http;/libchamplain/0.12/libchamplain-&libchamplain-version;.tar.xz">
|
|
<!ENTITY libchamplain-download-ftp
|
|
"&gnome-download-ftp;/libchamplain/0.12/libchamplain-&libchamplain-version;.tar.xz">
|
|
<!ENTITY libchamplain-md5sum "faf30aa4444c8404e76518a266157447">
|
|
<!ENTITY libchamplain-size "592 KB">
|
|
<!ENTITY libchamplain-buildsize "19 MB">
|
|
<!ENTITY libchamplain-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="libchamplain" xreflabel="libchamplain-&libchamplain-version;" revision="systemd">
|
|
<?dbhtml filename="libchamplain.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libchamplain-&libchamplain-version;</title>
|
|
|
|
<indexterm zone="libchamplain">
|
|
<primary sortas="a-libchamplain">libchamplain</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libchamplain</title>
|
|
|
|
<para>
|
|
The <application>libchamplain</application> is a Clutter based widget
|
|
used to display rich, eye-candy and interactive maps.
|
|
</para>
|
|
|
|
&lfs79_checked;&gcc6_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libchamplain-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libchamplain-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libchamplain-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libchamplain-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libchamplain-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libchamplain-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">libchamplain Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="clutter"/>,
|
|
<xref linkend="gtk3"/>, and
|
|
<xref linkend="libsoup"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="clutter-gtk"/>,
|
|
<xref linkend="gobject-introspection"/> and
|
|
<xref linkend="vala"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gtk-doc"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/libchamplain"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libchamplain</title>
|
|
|
|
<para>
|
|
Install <application>libchamplain</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--enable-vala \
|
|
--disable-static &&
|
|
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="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<parameter>--enable-vala</parameter>: This switch enables
|
|
building of the Vala bindings. Remove if you don't have
|
|
<xref linkend="vala"/> installed.
|
|
</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
libchamplain-0.12.so and libchamplain-gtk-0.12.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/{libchamplain-0.12,libchamplain-gtk-0.12} and
|
|
/usr/share/gtk-doc/html/{libchamplain,libchamplain-gtk}
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libchamplain-0.12">
|
|
<term><filename class="libraryfile">libchamplain-0.12.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>libchamplain</application> API functions.
|
|
</para>
|
|
<indexterm zone="libchamplain libchamplain-0.12">
|
|
<primary sortas="c-libchamplain-0.12">libchamplain-0.12.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libchamplain-gtk-0.12">
|
|
<term><filename class="libraryfile">libchamplain-gtk-0.12.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>libchamplain</application> GTK+ bindings.
|
|
</para>
|
|
<indexterm zone="libchamplain libchamplain-gtk-0.12">
|
|
<primary sortas="c-libchamplain-gtk-0.12">libchamplain-gtk-0.12.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|