source: gnome/platform/geocode-glib.xml@ 304657c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 304657c was 304657c, checked in by Xi Ruoyao <xry111@…>, 4 years ago

geocode-glib: set LANG=C for test to workaround locale issue

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

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[eba70158]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
[262a108]8 "&gnome-download-http;/geocode-glib/&gnome-minor-26;/geocode-glib-&geocode-glib-version;.tar.xz">
[eba70158]9 <!ENTITY geocode-glib-download-ftp
[262a108]10 "&gnome-download-ftp;/geocode-glib/&gnome-minor-26;/geocode-glib-&geocode-glib-version;.tar.xz">
[fe66e65a]11 <!ENTITY geocode-glib-md5sum "21094494e66c86368add6a55bf480049">
[262a108]12 <!ENTITY geocode-glib-size "76 KB">
[fe66e65a]13 <!ENTITY geocode-glib-buildsize "4.8 MB (with tests)">
[262a108]14 <!ENTITY geocode-glib-time "0.1 SBU (with tests)">
[eba70158]15]>
16
[51dfb3e]17<sect1 id="geocode-glib" xreflabel="geocode-glib-&geocode-glib-version;">
[eba70158]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
[1074f31]41 &lfs90_checked;
[eba70158]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">
[bb343c9]81 <xref linkend="json-glib"/> and
[eba70158]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">
[bb343c9]92 <xref linkend="gtk-doc"/>
[eba70158]93 </para>
[bb343c9]94
[eba70158]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
[bb343c9]108 <screen><userinput>mkdir build &amp;&amp;
109cd build &amp;&amp;
[c48b85a1]110meson --prefix /usr -Denable-gtk-doc=false .. &amp;&amp;
[7e9db78c]111ninja</userinput></screen>
[eba70158]112
113
114 <para>
[304657c]115 To test the results, issue: <command>LANG=C ninja test</command>. <!-- Note that
[3e30e1b]116 at least one test is known to fail for unknown reasons. -->
[eba70158]117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
[7e9db78c]123<screen role="root"><userinput>ninja install</userinput></screen>
[eba70158]124
125 </sect2>
126
[bb343c9]127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
[aa41434]131 <parameter>-Denable-gtk-doc=false</parameter>: Allow this package to be
[bb343c9]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
[eba70158]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>
[262a108]154 /usr/include/geocode-glib-1.0,
155 /usr/libexec/installed-tests/geocode-glib,
156 /usr/share/icons/gnome/scalable/places, and
[eba70158]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.