glfs/gnome/platform/geocode-glib.xml
Douglas R. Reno eba701587e (systemd/gnome merge staging) Update to AccountsService-0.6.42
(systemd/gnome merge staging) Update to geocode-glib-3.20.1
(systemd/gnome merge staging) Update to gnome-desktop-3.20.2
(systemd/gnome merge staging) Update to gnome-online-accounts-3.20.1
(systemd/gnome merge staging) Update to VTE-0.44.2
(systemd/gnome merge staging) Update to yelp-xsl-3.20.1
(systemd/gnome merge) Copied distributor information in gnome-desktop to trunk
(systemd/gnome merge) Copied AccountsService, geocode-glib, gnome-online-accounts, gnome-menus, telepathy-glib, and gnome-video-effects to trunk
(systemd/gnome merge) Greenlighted gnome-video-effects, yelp-xsl, and totem-pl-parser
Added libxml2 as a required dependency for gnome-desktop
Fixed the URL for gtk# in GMime
Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17560 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-07-07 00:19:46 +00:00

197 lines
5.5 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 geocode-glib-download-http
"&gnome-download-http;/geocode-glib/&gnome-minor-20;/geocode-glib-&geocode-glib-version;.tar.xz">
<!ENTITY geocode-glib-download-ftp
"&gnome-download-ftp;/geocode-glib/&gnome-minor-20;/geocode-glib-&geocode-glib-version;.tar.xz">
<!ENTITY geocode-glib-md5sum "4d9a4c666f525b8ae534be865c8b7681">
<!ENTITY geocode-glib-size "364 KB">
<!ENTITY geocode-glib-buildsize "33 MB (with tests)">
<!ENTITY geocode-glib-time "0.2 SBU (with tests)">
]>
<sect1 id="geocode-glib" xreflabel="geocode-glib-&geocode-glib-version;" revision="systemd">
<?dbhtml filename="geocode-glib.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>geocode-glib-&geocode-glib-version;</title>
<indexterm zone="geocode-glib">
<primary sortas="a-geocode-glib">geocode-glib</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Geocode GLib</title>
<para>
The <application>Geocode GLib</application> is a convenience library
for the Yahoo! Place Finder APIs. The Place Finder web service allows
to do geocoding (finding longitude and latitude from an address), and
reverse geocoding (finding an address from coordinates).
</para>
&lfs79_checked;&gcc6_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&geocode-glib-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&geocode-glib-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &geocode-glib-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &geocode-glib-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &geocode-glib-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &geocode-glib-time;
</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/geocode-glib-&geocode-glib-version;-fix_icon_installation-1.patch"/>
</para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">Geocode GLib Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="json-glib"/> and
<xref linkend="libsoup"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gobject-introspection"/>
</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;/geocode-glib"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Geocode GLib</title>
<!--
<para>
First, apply a patch to fix the Makefile to not complain about nonexistent icons.
</para>
<screen><userinput>patch -Np1 -i ../geocode-glib-&geocode-glib-version;-fix_icon_installation-1.patch</userinput></screen>
-->
<para>
Install <application>Geocode GLib</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make -k check</command>. Note that
at least one test is known to fail for unknown reasons.
</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>
<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 Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libgeocode-glib.so
</seg>
<seg>
/usr/include/geocode-glib-1.0 and
/usr/share/gtk-doc/html/geocode-glib-1.0
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgeocode-glib">
<term><filename class="libraryfile">libgeocode-glib.so</filename></term>
<listitem>
<para>
contains the <application>Geocode GLib</application> API functions.
</para>
<indexterm zone="geocode-glib libgeocode-glib">
<primary sortas="c-libgeocode-glib">libgeocode-glib.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>