The libexif package contains a library for parsing, editing, and saving EXIF data. Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. All EXIF tags described in EXIF standard 2.1 are supported.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://downloads.sourceforge.net/libexif/libexif-0.6.19.tar.bz2
Download (FTP): ftp://mirror.ovh.net/gentoo-distfiles/distfiles/libexif-0.6.19.tar.bz2
Download MD5 sum: 56144a030a4c875c600b1ccf713f69f7
Download size: 1.1 MB
Estimated disk space required: 14 MB
Estimated build time: 0.1 SBU
Doxygen-1.7.5 and Graphviz-2.26.3
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libexif
Install libexif by running the following commands:
./configure --prefix=/usr \ --with-doc-dir=/usr/share/doc/libexif-0.6.19 && make
To test the results, issue: make check.
Now, as the root
user:
make install
Documentation was built and installed if you have the dependencies
shown above installed. If you don't have the dependencies
installed, there is a compressed tarball in the source tree
doc
directory that can be unpacked
into /usr/share/doc/libexif-0.6.19.
Last updated on 2010-03-07 21:34:08 +0000