The Tracker-miners package contains a set of data extractors for Tracker.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/tracker-miners/3.0/tracker-miners-3.0.4.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/tracker-miners/3.0/tracker-miners-3.0.4.tar.xz
Download MD5 sum: 942e928d21b647d5dc236d2b9d1f2eec
Download size: 3.8 MB
Estimated disk space required: 36 MB (with tests)
Estimated build time: 1.2 SBU (with tests)
gst-plugins-base-1.18.3, Tracker-3.0.3, Exempi-2.5.2, and gexiv2-0.12.2
FFmpeg-4.3.2, giflib-5.2.1, ICU-68.2, libexif-0.6.22, libgrss-0.7.0, libgxps-0.3.1, and Poppler-21.02.0
asciidoc-9.1.0, CMake-3.19.5, DConf-0.38.0, libgsf-1.14.47, libseccomp-2.5.1, taglib-1.12, totem-pl-parser-3.26.5, UPower-0.99.11, libcue, libitpcdata, libosinfo, and gupnp
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/tracker-miners
          First, as the root user, remove
          some files from tracker-2 which will conflict with
          tracker-miners-3:
        
rm -v /etc/xdg/autostart/tracker-miner-*
Install Tracker-miners by running the following commands:
mkdir build && cd build && meson --prefix=/usr -Dman=false .. && ninja
          To test the results, as the root
          user, issue: ninja
          test. One test, tracker-miners:miners-common / file-utils, may
          fail due to internal test suite problems.
        
          Now, as the root user:
        
ninja install
          -Dman=false: This switch
          prevents the build process from generating man pages. Omit this
          switch if you have asciidoc-9.1.0 installed and wish to
          generate and install the man pages.
        
          -Dminer_rss=false: Use this option if
          you have not installed the recommended dependency libgrss.
        
Last updated on 2021-02-24 18:50:56 -0800