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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since aa17ca8 was 51dfb3e, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Move BLFS/trunk/BOOK and BLFS/trunk/bootscripts to
BLFS/branches/old-trunk-20190627 and BLFS/branches/old-bootscripts-20190627.

Move BLFS/branches/elogind-book and BLFS/branches/elogind-bootscripts
to trunk.

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

  • Property mode set to 100644
File size: 5.3 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-26;/geocode-glib-&geocode-glib-version;.tar.xz">
9 <!ENTITY geocode-glib-download-ftp
10 "&gnome-download-ftp;/geocode-glib/&gnome-minor-26;/geocode-glib-&geocode-glib-version;.tar.xz">
11 <!ENTITY geocode-glib-md5sum "21094494e66c86368add6a55bf480049">
12 <!ENTITY geocode-glib-size "76 KB">
13 <!ENTITY geocode-glib-buildsize "4.8 MB (with tests)">
14 <!ENTITY geocode-glib-time "0.1 SBU (with tests)">
15]>
16
17<sect1 id="geocode-glib" xreflabel="geocode-glib-&geocode-glib-version;">
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 &lfs84_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 <bridgehead renderas="sect3">Geocode GLib Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="json-glib"/> and
82 <xref linkend="libsoup"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="gobject-introspection"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="gtk-doc"/>
93 </para>
94
95 <para condition="html" role="usernotes">
96 User Notes: <ulink url="&blfs-wiki;/geocode-glib"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of Geocode GLib</title>
102
103 <para>
104 Install <application>Geocode GLib</application> by running the following
105 commands:
106 </para>
107
108 <screen><userinput>mkdir build &amp;&amp;
109cd build &amp;&amp;
110meson --prefix /usr -Denable-gtk-doc=false .. &amp;&amp;
111ninja</userinput></screen>
112
113
114 <para>
115 To test the results, issue: <command>ninja test</command>. <!-- Note that
116 at least one test is known to fail for unknown reasons. -->
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>ninja install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131 <option>-Denable-gtk-doc=false</option>: Allow this package to be
132 built without GTK-Doc. Remove this parameter if GTK-Doc is installed
133 and you wish to rebuild and install the API documentation.
134 </para>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Library</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 None
149 </seg>
150 <seg>
151 libgeocode-glib.so
152 </seg>
153 <seg>
154 /usr/include/geocode-glib-1.0,
155 /usr/libexec/installed-tests/geocode-glib,
156 /usr/share/icons/gnome/scalable/places, and
157 /usr/share/gtk-doc/html/geocode-glib-1.0
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="libgeocode-glib">
168 <term><filename class="libraryfile">libgeocode-glib.so</filename></term>
169 <listitem>
170 <para>
171 contains the <application>Geocode GLib</application> API functions.
172 </para>
173 <indexterm zone="geocode-glib libgeocode-glib">
174 <primary sortas="c-libgeocode-glib">libgeocode-glib.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.