Exiv2: Difference between revisions

From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs)
No edit summary
No edit summary
 
(8 intermediate revisions by 4 users not shown)
Line 2: Line 2:
|-valign="top"
|-valign="top"
!Download Source:
!Download Source:
| http://www.exiv2.org/exiv2-0.12.tar.gz
| http://www.exiv2.org/exiv2-{{Exiv2-Version}}.tar.gz
|}
|}


----
----


== Introduction to Exiv2 ==
{{Package-Introduction|Exiv2 is a library and a command line utility to access image metadata. It is used by digikam.|http://www.exiv2.org}}
 
Exiv2 is a library and a command line utility to access image metadata. It is used by digikam.


== Dependencies ==
== Dependencies ==
The zlib package (http://www.zlib.net/) is required for PNG support.
   
   
== Non-Multilib ==
== Non-Multilib ==
Line 19: Line 15:
Compile the package:
Compile the package:


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


Install the package
Install the package:


  make install
  make install
Line 30: Line 26:
=== 32Bit ===
=== 32Bit ===


TO DO
Compile the package:


CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
./configure --prefix=/usr --disable-dependency-tracking &&
make
Install the package:
make install
=== N32 ===
=== N32 ===


TO DO
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 ===
=== 64Bit ===


TO DO
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 =
= Contents =
Line 45: Line 67:
|-valign="top"
|-valign="top"
! Installed Programs:
! Installed Programs:
| exiv2 and exiv2-config
| exiv2
|-valign="top"
|-valign="top"
! Installed Libraries:
! Installed Libraries:
Line 53: Line 75:
| /usr/include/exiv2
| /usr/include/exiv2
|}
|}
[[Category:Graphics Libraries]]

Latest revision as of 09:22, 22 March 2009

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
Retrieved from "?title=Exiv2&oldid=17805"