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.
Download (HTTP): http://downloads.sourceforge.net/libexif/libexif-0.6.13.tar.bz2
Download MD5 sum: 1b1e2b495c5aa20c08725f30545a110b
Download size: 519 KB
Estimated disk space required: 18.1 MB
Estimated build time: 0.3 SBU
Doxygen-1.4.6 and Graphviz-2.8
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libexif
Install libexif by running the following commands:
sed -i 's/^install-data-local/@HAVE_DOXYGEN_TRUE@&/' \ doc/Makefile.in && ./configure --prefix=/usr \ --with-doc-dir=/usr/share/doc/libexif-0.6.13 && 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.13.
sed -i ... doc/Makefile.in: Installation of libexif will fail if Doxygen is not present on the system due to a packaging bug. The command does not affect the situation where Doxygen is installed.
Last updated on 2007-01-18 13:38:19 -0600