Tracker-miners-2.2.2

Introduction to Tracker-miners

The Tracker-miners package contains a set of data extractors for Tracker.

This package is known to build and work properly using an LFS-9.0 platform.

Package Information

Tracker-miners Dependencies

Required

gst-plugins-base-1.16.0, Tracker-2.2.2, Exempi-2.5.1, and gexiv2-0.12.0

Recommended

Optional

CMake-3.15.2, libgsf-1.14.46, libseccomp-2.4.1, taglib-1.11.1, totem-pl-parser-3.26.3, UPower-0.99.10, libcue, libosinfo, and gupnp

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/tracker-miners

Installation of Tracker-miners

Install Tracker-miners by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr .. &&
ninja

To test the results, issue: ninja test. One test, test-image-1, is known to fail.

Now, as the root user:

ninja install

Command Explanations

-Dminer_rss=false: Use this option if you have not installed the recommended dependency libgrss.

Contents

Installed Programs: None
Installed Libraries: libtracker-extract.so, libtracker-miners-common.so, and several modules under /usr/lib/tracker-miners-2.0.
Installed Directories: /usr/lib/tracker-miners-2.0 and /usr/share/tracker-miners

Last updated on 2019-08-25 11:35:01 -0700