Difference between revisions of "Exiv2"

From CBLFS
Jump to navigationJump to search
m
Line 35: Line 35:
  
 
  make install &&
 
  make install &&
mv -v /usr/bin/exiv2-config{,-32}
 
  
 
=== N32 ===
 
=== N32 ===
Line 49: Line 48:
  
 
  make install &&
 
  make install &&
mv -v /usr/bin/exiv2-config{,-n32}
 
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 63: Line 61:
  
 
  make install &&
 
  make install &&
mv -v /usr/bin/exiv2-config{,-64} &&
 
ln -sfv multiarch_wrapper /usr/bin/exiv2-config
 
  
 
= Contents =
 
= Contents =
Line 71: Line 67:
 
|-valign="top"
 
|-valign="top"
 
! Installed Programs:
 
! Installed Programs:
| exiv2 and exiv2-config
+
| exiv2
 
|-valign="top"
 
|-valign="top"
 
! Installed Libraries:
 
! Installed Libraries:

Revision as of 13:44, 23 April 2008

Download Source: http://www.exiv2.org/exiv2-0.19.tar.gz

Introduction to Exiv2

Exiv2 is a library and a command line utility to access image metadata. It is used by digikam.

Project Homepage: http://www.exiv2.org

Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr --disable-dependency-tracking &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
./configure --prefix=/usr --disable-dependency-tracking &&
make

Install the package:

make install &&

N32

Compile the package:

CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
./configure --prefix=/usr --libdir=/usr/lib32 \
    --disable-dependency-tracking &&
make

Install the package:

make install &&

64Bit

Compile the package:

CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
./configure --prefix=/usr --libdir=/usr/lib64 \
    --disable-dependency-tracking &&
make

Install the package:

make install &&

Contents

Installed Programs: exiv2
Installed Libraries: libexiv2.{la,a,so}
Installed Directories: /usr/include/exiv2