source: gnome/platform/geocode-glib.xml@ d160092

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 d160092 was bbd1d798, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to libgtop-2.34.1
Update to libgweather-3.20.3
Fix typo in OpenJADE
GNOME Tags - Part 1

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

  • Property mode set to 100644
File size: 5.5 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 geocode-glib-download-http
8 "&gnome-download-http;/geocode-glib/&gnome-minor-20;/geocode-glib-&geocode-glib-version;.tar.xz">
9 <!ENTITY geocode-glib-download-ftp
10 "&gnome-download-ftp;/geocode-glib/&gnome-minor-20;/geocode-glib-&geocode-glib-version;.tar.xz">
11 <!ENTITY geocode-glib-md5sum "4d9a4c666f525b8ae534be865c8b7681">
12 <!ENTITY geocode-glib-size "364 KB">
13 <!ENTITY geocode-glib-buildsize "33 MB (with tests)">
14 <!ENTITY geocode-glib-time "0.2 SBU (with tests)">
15]>
16
17<sect1 id="geocode-glib" xreflabel="geocode-glib-&geocode-glib-version;" revision="systemd">
18 <?dbhtml filename="geocode-glib.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>geocode-glib-&geocode-glib-version;</title>
26
27 <indexterm zone="geocode-glib">
28 <primary sortas="a-geocode-glib">geocode-glib</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Geocode GLib</title>
33
34 <para>
35 The <application>Geocode GLib</application> is a convenience library
36 for the Yahoo! Place Finder APIs. The Place Finder web service allows
37 to do geocoding (finding longitude and latitude from an address), and
38 reverse geocoding (finding an address from coordinates).
39 </para>
40
41 &lfs7a_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&geocode-glib-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&geocode-glib-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &geocode-glib-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &geocode-glib-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &geocode-glib-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &geocode-glib-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77<!--
78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Required patch:
83 <ulink url="&patch-root;/geocode-glib-&geocode-glib-version;-fix_icon_installation-1.patch"/>
84 </para>
85 </listitem>
86 </itemizedlist>
87-->
88
89 <bridgehead renderas="sect3">Geocode GLib Dependencies</bridgehead>
90
91 <bridgehead renderas="sect4">Required</bridgehead>
92 <para role="required">
93 <xref linkend="json-glib"/> and
94 <xref linkend="libsoup"/>
95 </para>
96
97 <bridgehead renderas="sect4">Recommended</bridgehead>
98 <para role="recommended">
99 <xref linkend="gobject-introspection"/>
100 </para>
101
102 <bridgehead renderas="sect4">Optional</bridgehead>
103 <para role="optional">
104 <xref linkend="gtk-doc"/>
105 </para>
106
107 <para condition="html" role="usernotes">
108 User Notes: <ulink url="&blfs-wiki;/geocode-glib"/>
109 </para>
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of Geocode GLib</title>
114
115<!--
116 <para>
117 First, apply a patch to fix the Makefile to not complain about nonexistent icons.
118 </para>
119
120<screen><userinput>patch -Np1 -i ../geocode-glib-&geocode-glib-version;-fix_icon_installation-1.patch</userinput></screen>
121-->
122
123 <para>
124 Install <application>Geocode GLib</application> by running the following
125 commands:
126 </para>
127
128<screen><userinput>./configure --prefix=/usr &amp;&amp;
129make</userinput></screen>
130
131
132 <para>
133 To test the results, issue: <command>make -k check</command>. <!-- Note that
134 at least one test is known to fail for unknown reasons. -->
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>make install</userinput></screen>
142
143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanations</title>
147
148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="../../xincludes/gtk-doc-rebuild.xml"/>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Programs</segtitle>
158 <segtitle>Installed Library</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>
163 None
164 </seg>
165 <seg>
166 libgeocode-glib.so
167 </seg>
168 <seg>
169 /usr/include/geocode-glib-1.0 and
170 /usr/share/gtk-doc/html/geocode-glib-1.0
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="libgeocode-glib">
181 <term><filename class="libraryfile">libgeocode-glib.so</filename></term>
182 <listitem>
183 <para>
184 contains the <application>Geocode GLib</application> API functions.
185 </para>
186 <indexterm zone="geocode-glib libgeocode-glib">
187 <primary sortas="c-libgeocode-glib">libgeocode-glib.so</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193
194 </sect2>
195
196</sect1>
Note: See TracBrowser for help on using the repository browser.