libkcddb-4.12.2

Introduction to libkcddb

The libkcddb package contains a library used to retrieve audio CD meta data from the internet.

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

Package Information

libkcddb Dependencies

Required

kdelibs-4.12.2 and libmusicbrainz-5.0.1

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

Installation of libkcddb

Install libkcddb by running the following commands:

mkdir build &&
cd    build &&

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

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Libraries: libkcddb.so and kcm_cddb.so in $KDE_PREFIX/lib/kde4
Installed Directories: $KDE_PREFIX/include/libkcddb, $KDE_PREFIX/lib/cmake/libkcddb and several in $KDE_PREFIX/share

Short Descriptions

libkcddb.so

contains functions used to retrieve audio CD meta data from the internet.

Last updated on 2014-02-28 15:16:23 -0800