GeoClue is a modular geoinformation service built on top of the D-Bus messaging system. The goal of the GeoClue project is to make creating location-aware applications as simple as possible.
This package is known to build and work properly using an LFS-9.0 platform.
Download (HTTP): https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/2.5.3/geoclue-2.5.3.tar.bz2
Download MD5 sum: e4a7adb1e28a28eed05e00ca7df6f741
Download size: 84 KB
Estimated disk space required: 6.3 MB
Estimated build time: less than 0.1 SBU
JSON-GLib-1.4.4 and libsoup-2.66.2
ModemManager-1.10.4, Vala-0.44.7, and Avahi-0.7
GTK-Doc-1.32 and libnotify-0.7.8
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/geoclue2
Install GeoClue by running the following commands:
mkdir build && cd build && meson --prefix=/usr --sysconfdir=/etc -Dgtk-doc=false .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
-D3g-source=false
: This switch disables
the 3G backend. Use it if you have not installed the ModemManager package.
-Dmodem-gps-source=false
: This switch
disables the modem GPS backend. Use it if you have not installed
the ModemManager package.
-Dcdma-source=false
: This switch
disables the CDMA source backend. Use it if you have not installed
the ModemManager package.
-Dnmea-source=false
: This switch
disables the NMEA source. Use it if you have not installed the
Avahi package.
Last updated on 2019-08-21 12:33:09 -0700