source: gnome/platform/geocode-glib.xml@ 5d580a3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 5d580a3 was 262a108, checked in by Douglas R. Reno <renodr@…>, 6 years ago

Update to AccountsService-0.6.50
Update to totem-pl-parser-3.26.1
Update to vte-0.52.2
Update to geocode-glib-3.26.0
Update to gnome-desktop-3.28.2
Update to NetworkManager-1.12.2 (Look for incompatibilities, there were three libraries removed)
Update to grilo-0.3.6
Update to libgweather-3.28.2
Update to evolution-data-server-3.28.5 (Fixes an ICU problem as well)
Update to tracker-2.0.4
Various consistency and other fixes

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

  • Property mode set to 100644
File size: 5.0 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 "98c0a7d175014d5865be7d3f774ef14c">
12 <!ENTITY geocode-glib-size "76 KB">
13 <!ENTITY geocode-glib-buildsize "4.7 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;" 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 &lfs82_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="gtk-doc"/>,
82 <xref linkend="json-glib"/>, and
83 <xref linkend="libsoup"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/>
89 </para>
90 <!--
91 Install phase fails without gtk-doc.
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 </para>
96 -->
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/geocode-glib"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Geocode GLib</title>
104
105 <para>
106 Install <application>Geocode GLib</application> by running the following
107 commands:
108 </para>
109
110 <screen><userinput>mkdir build &amp;&amp;
111cd build &amp;&amp;
112meson --prefix /usr .. &amp;&amp;
113ninja</userinput></screen>
114
115
116 <para>
117 To test the results, issue: <command>ninja test</command>. <!-- Note that
118 at least one test is known to fail for unknown reasons. -->
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>ninja install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Library</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>
139 None
140 </seg>
141 <seg>
142 libgeocode-glib.so
143 </seg>
144 <seg>
145 /usr/include/geocode-glib-1.0,
146 /usr/libexec/installed-tests/geocode-glib,
147 /usr/share/icons/gnome/scalable/places, and
148 /usr/share/gtk-doc/html/geocode-glib-1.0
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="libgeocode-glib">
159 <term><filename class="libraryfile">libgeocode-glib.so</filename></term>
160 <listitem>
161 <para>
162 contains the <application>Geocode GLib</application> API functions.
163 </para>
164 <indexterm zone="geocode-glib libgeocode-glib">
165 <primary sortas="c-libgeocode-glib">libgeocode-glib.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.