KFileMetaData-4.14.1

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.6 systemd platform.

Package Information

KFileMetaData Dependencies

Required

KDELibs-4.14.1

Optional

Exiv2-0.24, FFmpeg-2.3.3, Poppler-0.26.4, taglib-1.9.1, 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         \
      -Wno-dev .. &&
make

To run the test suite, issue: make test.

Now, as the root user:

make install

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 2014-09-19 08:10:38 -0700