Difference between revisions of "Libkexif"

From CBLFS
Jump to navigationJump to search
Line 7: Line 7:
 
----
 
----
  
== Introduction to libkexif ==
+
{{Package-Introduction|Libkexif is a library for manipulating EXIF information embedded in images. It currently supports viewing of all EXIF information via libexif.}}
 
 
Libkexif is a library for manipulating EXIF information embedded in images. It currently supports viewing of all EXIF information via libexif.
 
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 13:09, 16 April 2007

Download Source: http://prdownloads.sourceforge.net/kipi/libkexif-0.2.5.tar.bz2

Introduction to Libkexif

Libkexif is a library for manipulating EXIF information embedded in images. It currently supports viewing of all EXIF information via libexif.

Project Homepage: Unknown

Dependencies

Required

Recommended

Non-Multilib

Compile the package:

./configure --prefix=${KDE_PREFIX} --disable-debug \
    --disable-dependency-tracking &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=${KDE_PREFIX} --disable-debug \
    --disable-dependency-tracking &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
./configure --prefix=${KDE_PREFIX} --disable-debug \
    --enable-libsuffix=32 --disable-dependency-tracking &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH64}" USE_ARCH=64 \
./configure --prefix=${KDE_PREFIX} --disable-debug \
    --enable-libsuffix=64 --disable-dependency-tracking &&
make

Install the package:

make install

Contents

Installed Programs: None
Installed Libraries: libkexif.{la,so}
Installed Directories: ${KDE_PREFIX-/usr}/include/libkexif