source: networking/netlibs/geoclue2.xml@ c5f47602

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 c5f47602 was 8dfc5c3, checked in by Krejzi <krejzi@…>, 7 years ago

Fix some URLs

  • Switch to https:// scheme where possible to avoid redirects
  • Unify all kernel.org, Sourceforge and GNU URLs
  • Fix python and perl module URLs to be consistent
  • Fix github provided URLs to properly download tarballs instead of vFOO.tar.gz
  • Use upstream locations for some packages or better/shorter URLs if available
  • Add https:// URLs for gnupg packages

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

  • Property mode set to 100644
File size: 4.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 geoclue2-download-http
8 "https://www.freedesktop.org/software/geoclue/releases/2.4/geoclue-&geoclue2-version;.tar.xz">
9 <!ENTITY geoclue2-download-ftp " ">
10 <!ENTITY geoclue2-md5sum "e50086e742740413669ab72d8572db05">
11 <!ENTITY geoclue2-size "360 KB">
12 <!ENTITY geoclue2-buildsize "12 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 <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
40 &lfs80_checked;
41 &gcc7_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&geoclue2-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&geoclue2-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &geoclue2-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &geoclue2-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &geoclue2-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &geoclue2-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">GeoClue Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="json-glib"/> and
82 <xref linkend="libsoup"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="ModemManager"/> and
88 <xref linkend="avahi"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="libnotify"/>
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/geoclue2"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of GeoClue</title>
103
104 <para>
105 Install <application>GeoClue</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 This package does not come with a test suite.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <option>--disable-3g-source</option>: This switch disables
129 the 3G backend. Use it if you have not installed the
130 <application>ModemManager</application> package.
131 </para>
132
133 <para>
134 <option>--disable-modem-gps-source</option>: This switch disables
135 the modem GPS backend. Use it if you have not installed the
136 <application>ModemManager</application> package.
137 </para>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>
151 None
152 </seg>
153 <seg>
154 libgeoclue-2.so
155 </seg>
156 <seg>
157 /etc/geoclue,
158 /usr/include/libgeoclue-2.0, and
159 /usr/libexec/geoclue-2.0
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.