source: archive/gnome/geocode-glib.xml@ 84490cd0

11.0 11.1 11.2 11.3 12.0 12.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 84490cd0 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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