Kfilemetadata-4.14.3

Introduction to Kfilemetadata

Kfilemetadata is a framework for searching and managing metadata.

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

Package Information

Kfilemetadata Dependencies

Required

kdelibs-4.14.16

Optional

taglib-1.10, Poppler-0.41.0, Exiv2-0.25, FFmpeg-2.8.6, libepub and Mobipocket

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kfilemetadata

Installation of Kfilemetadata

Install kfilemetadata by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX   \
      -DCMAKE_BUILD_TYPE=Release           \
      -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
      -Wno-dev .. &&
make

To run the test suite, issue: make test.

Now, as the root user:

make install

Command Explanations

-DCMAKE_MINIMUM_REQUIRED_VERSION=3.0: This switch is needed to avoid a cmake error when using cmake-3.3 and later.

Contents

Installed Programs: none
Installed Libraries: libkfilemetadata.so and several in $KDE_PREFIX/lib/kde4
Installed Directories: $KDE_PREFIX/include/kfilemetadata and $KDE_PREFIX/lib/cmake/KFileMetaData

Last updated on 2016-03-02 13:42:47 -0800