source: archive/geoclue.xml@ acb648f

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 acb648f 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: 6.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 geoclue-download-http
8 "https://launchpad.net/geoclue/trunk/0.12/+download/geoclue-0.12.0.tar.gz">
9 <!ENTITY geoclue-download-ftp " ">
10 <!ENTITY geoclue-md5sum "33af8307f332e0065af056ecba65fec2">
11 <!ENTITY geoclue-size "556 KB">
12 <!ENTITY geoclue-buildsize "11 MB">
13 <!ENTITY geoclue-time "0.1 SBU">
14]>
15
16<sect1 id="geoclue" xreflabel="GeoClue-&geoclue-version;">
17 <?dbhtml filename="geoclue.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GeoClue-&geoclue-version;</title>
24
25 <indexterm zone="geoclue">
26 <primary sortas="a-geoclue">GeoClue</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GeoClue</title>
31
32 <para>
33 <application>GeoClue</application> is a modular geoinformation service
34 built on top of the <application>D-Bus</application> messaging system. The
35 goal of the <application>GeoClue</application> project is to make creating
36 location-aware applications as simple as possible.
37 </para>
38
39 &lfs80_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&geoclue-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&geoclue-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &geoclue-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &geoclue-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &geoclue-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &geoclue-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch (if GPSD is installed):
80 <ulink url="&patch-root;/geoclue-&geoclue-version;-gpsd_fix-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">GeoClue Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="dbus-glib"/>,
90 <xref linkend="GConf"/> and
91 <xref linkend="libxslt"/>
92 </para>
93
94 <bridgehead renderas="sect4">Recommended if you are building GNOME</bridgehead>
95 <para role="recommended">
96 <xref linkend="libsoup"/> and
97 <xref linkend="NetworkManager"/>
98 </para>
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <ulink url="https://savannah.nongnu.org/projects/gpsd">GPSD</ulink>,
103 <xref linkend="gtk2"/> and
104 <ulink url="https://01.org/ofono">oFono</ulink>
105 </para>
106
107 <para condition="html" role="usernotes">
108 User Notes: <ulink url="&blfs-wiki;/geoclue"/>
109 </para>
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of GeoClue</title>
114
115 <para>
116 Install <application>GeoClue</application> by running the following
117 commands:
118 </para>
119
120<screen><userinput>patch -Np1 -i ../geoclue-&geoclue-version;-gpsd_fix-1.patch &amp;&amp;
121
122sed -i "s@ -Werror@@" configure &amp;&amp;
123sed -i "s@libnm_glib@libnm-glib@g" configure &amp;&amp;
124
125sed -i "s@geoclue/libgeoclue.la@&amp; -lgthread-2.0@g" \
126 providers/skyhook/Makefile.in &amp;&amp;
127
128./configure --prefix=/usr &amp;&amp;
129make</userinput></screen>
130
131 <para>
132 This package does not come with a test suite.
133 </para>
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>make install</userinput></screen>
140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
145 <para>
146 <command>sed -i "s@ -Werror@@" configure</command>: This
147 <command>sed</command> removes <parameter>-Werror</parameter> from the
148 <envar>CFLAGS</envar> variable, otherwise the build will fail with
149 <application>gcc-4.7</application>.
150 </para>
151
152 <para>
153 <command>sed -i "s@libnm_glib@libnm-glib@g" configure</command>:
154 This <command>sed</command> fixes detection of
155 <application>NetworkManager</application> libraries.
156 </para>
157
158 <para>
159 <command>sed -i "s@geoclue/libgeoclue.la@&amp; -lgthread-2.0@g" ..
160 </command>: This <command>sed</command> fixes building
161 <application>GeoClue</application> with recent
162 <application>binutils</application>.
163 </para>
164 </sect2>
165
166 <sect2 role="content">
167 <title>Contents</title>
168
169 <segmentedlist>
170 <segtitle>Installed Programs</segtitle>
171 <segtitle>Installed Library</segtitle>
172 <segtitle>Installed Directory</segtitle>
173
174 <seglistitem>
175 <seg>
176 None
177 </seg>
178 <seg>
179 libgeoclue.so
180 </seg>
181 <seg>
182 /usr/include/geoclue, /usr/share/geoclue-providers,
183 and /usr/share/gtk-doc/html/geoclue
184 </seg>
185 </seglistitem>
186 </segmentedlist>
187
188 <variablelist>
189 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
190 <?dbfo list-presentation="list"?>
191 <?dbhtml list-presentation="table"?>
192
193 <varlistentry id="libgeoclue">
194 <term><filename class="libraryfile">libgeoclue.so</filename></term>
195 <listitem>
196 <para>
197 contains functions that provide the
198 <application>GeoClue</application> geoinformation application
199 programming interface.
200 </para>
201 <indexterm zone="geoclue libgeoclue">
202 <primary sortas="c-libgeoclue">libgeoclue.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206 </variablelist>
207 </sect2>
208</sect1>
Note: See TracBrowser for help on using the repository browser.