source: networking/netlibs/geoclue2.xml@ a6852d6

10.0 10.1 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 a6852d6 was a6852d6, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to lxsession-0.5.5
Update to totem-pl-parser-3.26.5
Update to enchant-2.2.8
Update to geoclue-2.5.6
Update to libnotify-0.7.9
Update to libsoup-2.68.4
Update to libgusb-0.3.4

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

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