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

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 b515f46f was adf17153, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more --buildtype=release addition

  • Property mode set to 100644
File size: 5.4 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 --buildtype=release -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 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/meson-buildtype-release.xml"/>
131
132 <para>
133 <parameter>-Denable-gtk-doc=false</parameter>: Allow this package to be
134 built without GTK-Doc. Remove this parameter if GTK-Doc is installed
135 and you wish to rebuild and install the API documentation.
136 </para>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Library</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>
150 None
151 </seg>
152 <seg>
153 libgeocode-glib.so
154 </seg>
155 <seg>
156 /usr/include/geocode-glib-1.0,
157 /usr/libexec/installed-tests/geocode-glib,
158 /usr/share/icons/gnome/scalable/places, and
159 /usr/share/gtk-doc/html/geocode-glib
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="libgeocode-glib">
170 <term><filename class="libraryfile">libgeocode-glib.so</filename></term>
171 <listitem>
172 <para>
173 contains the <application>Geocode GLib</application> API functions
174 </para>
175 <indexterm zone="geocode-glib libgeocode-glib">
176 <primary sortas="c-libgeocode-glib">libgeocode-glib.so</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.