The Tracker-miners package contains a set of data extractors for Tracker.
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://download.gnome.org/sources/tracker-miners/3.1/tracker-miners-3.1.2.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/tracker-miners/3.1/tracker-miners-3.1.2.tar.xz
Download MD5 sum: 51978c7f6ba10dfda2ad377f3ded85f1
Download size: 3.9 MB
Estimated disk space required: 37 MB (with tests)
Estimated build time: 1.0 SBU (with tests)
gst-plugins-base-1.18.4, Tracker-3.1.2, Exempi-2.5.2, and gexiv2-0.12.3
FFmpeg-4.4, giflib-5.2.1, ICU-69.1, libexif-0.6.22, libgrss-0.7.0, libgxps-0.3.2, and Poppler-21.08.0
asciidoc-9.1.0, CMake-3.21.2, DConf-0.40.0, libgsf-1.14.47, libseccomp-2.5.1, taglib-1.12, totem-pl-parser-3.26.6, UPower-0_99_13, libcue, libitpcdata, libosinfo, and gupnp
User Notes: https://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 --buildtype=release -Dman=false .. && ninja
          To test the results, as the root
          user, issue: ninja
          test.
        
          Now, as the root user:
        
ninja install
          --buildtype=release:
          Specify a buildtype suitable for stable releases of the package, as
          the default may produce unoptimized binaries.
        
          -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.
        
          -Dseccomp=false: This option disables
          the seccomp system call filter. On some architectures, such as i686
          and ARM, the functions that tracker-miners uses are not guarded
          properly, and tracker-miners will get killed with a SIGSYS as a
          result.
        
          -Dminer_rss=false: Use this option if
          you have not installed the recommended dependency libgrss.
        
Last updated on