source: gnome/platform/geocode-glib.xml@ 676e928d

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 676e928d 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: 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 "e1ef140a11a543643d170dc701009e39">
12 <!ENTITY geocode-glib-size "72 KB">
13 <!ENTITY geocode-glib-buildsize "5.1 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 <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>
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
37 reverse geocoding (finding an address from coordinates).
38 </para>
39
40 &lfs101_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>mkdir build &amp;&amp;
108cd build &amp;&amp;
109meson --prefix /usr -Denable-gtk-doc=false .. &amp;&amp;
110ninja</userinput></screen>
111
112
113 <para>
114 To test the results, issue: <command>LANG=C ninja test</command>. <!-- Note that
115 at least one test is known to fail for unknown reasons. -->
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>ninja install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <parameter>-Denable-gtk-doc=false</parameter>: Allow this package to be
131 built without GTK-Doc. Remove this parameter if GTK-Doc is installed
132 and you wish to rebuild and install the API documentation.
133 </para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Library</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 None
148 </seg>
149 <seg>
150 libgeocode-glib.so
151 </seg>
152 <seg>
153 /usr/include/geocode-glib-1.0,
154 /usr/libexec/installed-tests/geocode-glib,
155 /usr/share/icons/gnome/scalable/places, and
156 /usr/share/gtk-doc/html/geocode-glib
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="libgeocode-glib">
167 <term><filename class="libraryfile">libgeocode-glib.so</filename></term>
168 <listitem>
169 <para>
170 contains the <application>Geocode GLib</application> API functions
171 </para>
172 <indexterm zone="geocode-glib libgeocode-glib">
173 <primary sortas="c-libgeocode-glib">libgeocode-glib.so</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 </variablelist>
179
180 </sect2>
181
182</sect1>
Note: See TracBrowser for help on using the repository browser.