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 12.4 platform.
Download (HTTP): https://github.com/libexif/libexif/releases/download/v0.6.25/libexif-0.6.25.tar.bz2
Download SHA256 Sum: 7c9eba99aed3e6594d8c3e85861f1c6aaf450c218621528bc989d3b3e7a26307
Download MD5 sum: eba77b69efac8fa8e8fc53f8c2cdad7c
Download size: 10,873.0 KB
Estimated disk space required: 14,780.4 KB
Estimated build time: less than 0.1 SBU
"doxygen" and Graphviz-14.0.4
Prepare libexif by running the following commands:
./configure --prefix=/usr \
--disable-static \
--with-doc-dir=/usr/share/doc/libexif-0.6.25To Build the package, issue:
make
To test the results, issue:
make check
Now Install the package, 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.25.
--disable-static: This switch prevents
installation of static versions of the libraries.