source: networking/netlibs/geoclue2.xml@ b814ed1

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b814ed1 was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

  • Property mode set to 100644
File size: 5.2 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 geoclue2-download-http
8 "https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/&geoclue2-version;/geoclue-&geoclue2-version;.tar.bz2">
9 <!ENTITY geoclue2-download-ftp " ">
10 <!ENTITY geoclue2-md5sum "8226cc9d4b2750b6ebdfd59e7815bf2a">
11 <!ENTITY geoclue2-size "104 KB">
12 <!ENTITY geoclue2-buildsize "6.8 MB">
13 <!ENTITY geoclue2-time "0.2 SBU">
14]>
15
16<sect1 id="geoclue2" xreflabel="GeoClue-&geoclue2-version;">
17 <?dbhtml filename="geoclue2.html"?>
18
19
20 <title>GeoClue-&geoclue2-version;</title>
21
22 <indexterm zone="geoclue2">
23 <primary sortas="a-geoclue">GeoClue</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GeoClue</title>
28
29 <para>
30 <application>GeoClue</application> is a modular geoinformation service
31 built on top of the <application>D-Bus</application> messaging system. The
32 goal of the <application>GeoClue</application> project is to make creating
33 location-aware applications as simple as possible.
34 </para>
35
36 &lfs113_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&geoclue2-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&geoclue2-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &geoclue2-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &geoclue2-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &geoclue2-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &geoclue2-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">GeoClue Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="json-glib"/> and
77 <xref linkend="libsoup3"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="ModemManager"/>,
83 <xref linkend="vala"/>, and
84 <xref linkend="avahi"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="gtk-doc"/> and
90 <xref linkend="libnotify"/>
91 </para>
92
93 <para condition="html" role="usernotes">
94 User Notes: <ulink url="&blfs-wiki;/geoclue2"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of GeoClue</title>
100
101 <para>
102 Install <application>GeoClue</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>mkdir build &amp;&amp;
107cd build &amp;&amp;
108
109meson setup --prefix=/usr \
110 --buildtype=release \
111 -Dgtk-doc=false \
112 .. &amp;&amp;
113ninja</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>ninja install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/meson-buildtype-release.xml"/>
132
133 <para>
134 <option>-D3g-source=false</option>: This switch disables
135 the 3G backend. Use it if you have not installed the
136 <application>ModemManager</application> package.
137 </para>
138
139 <para>
140 <option>-Dmodem-gps-source=false</option>: This switch disables
141 the modem GPS backend. Use it if you have not installed the
142 <application>ModemManager</application> package.
143 </para>
144
145 <para>
146 <option>-Dcdma-source=false</option>: This switch disables the
147 CDMA source backend. Use it if you have not installed the
148 <application>ModemManager</application> package.
149 </para>
150
151 <para>
152 <option>-Dnmea-source=false</option>: This switch disables the
153 NMEA source. Use it if you have not installed the
154 <application>Avahi</application> package.
155 </para>
156
157 <para>
158 <option>-Ddemo-agent=false</option>: This switch disables the
159 demo. Use it if you have not installed the
160 <application>libnotify</application> package.
161 </para>
162
163 </sect2>
164
165 <sect2 role="content">
166 <title>Contents</title>
167
168 <segmentedlist>
169 <segtitle>Installed Programs</segtitle>
170 <segtitle>Installed Libraries</segtitle>
171 <segtitle>Installed Directories</segtitle>
172
173 <seglistitem>
174 <seg>
175 None
176 </seg>
177 <seg>
178 libgeoclue-2.so
179 </seg>
180 <seg>
181 /etc/geoclue,
182 /usr/include/libgeoclue-2.0,
183 /usr/libexec/geoclue-2.0, and
184 /usr/share/gtk-doc/html/{geoclue,libgeoclue}
185 </seg>
186 </seglistitem>
187 </segmentedlist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.