]> git.street.me.uk Git - andy/viking.git/commit - viking.spec.in
SF Bugs#112: Enable using libgexiv2 for writing geotag image data to void XMP data...
authorRob Norris <rw_norris@hotmail.com>
Mon, 17 Nov 2014 22:46:41 +0000 (22:46 +0000)
committerRob Norris <rw_norris@hotmail.com>
Sun, 14 Dec 2014 17:20:28 +0000 (17:20 +0000)
commit72bbd56202dda4a05927027eafa3888f3f3d073e
tree55991720842731e61d9ad5eba30beae582affe7f
parentd40e66ae1d198e24e8415216da0e23aea17b8ef8
SF Bugs#112: Enable using libgexiv2 for writing geotag image data to void XMP data loss.

Use libgexiv2 which is the C interface to Exiv2 C++ library.
Requires installation of the package named libgexiv2-dev or similar.

If libgexiv2 is not available,
 then it's possible to run configure with --with-libexif to force the use of the libexif
 (and then 'libjpeg' code to write EXIF data only to JPEGs but may lose XMP data)
configure.ac
src/Makefile.am
src/dialog.c
src/geotag_exif.c
viking.spec.in
win32/configure_and_make.bat