libkdcraw-25.12.2

Introduction to libkdcraw

Libkdcraw is a KDE wrapper around the libraw-0.22.0 library for manipulating image metadata.

[Note]

Note

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

Package Information

libkdcraw Dependencies

Required

KDE Frameworks-6.23.0 and libraw-0.22.0

Installation of libkdcraw

Install libkdcraw by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=$KF6_PREFIX \
      -D CMAKE_BUILD_TYPE=Release         \
      -D BUILD_TESTING=OFF                \
      -D QT_MAJOR_VERSION=6               \
      -W no-dev .. &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Library: libKDcrawQt6.so
Installed Directories: $KF6_PREFIX/include/KDcrawQt6 and $KF6_PREFIX/lib/cmake/KDcrawQt6