Exiv2 ------------------------------------------ Exiv2, a C++ library and a command line utility to read and write Exif and IPTC image metadata Runtime requirements: cygwin-1.5.25 or newer libintl8-0.17 libiconv2-1.13 gettext-0.17 expat-2.0.1 zlib-1.2.3 Build requirements: same + devel pkg-config Canonical homepage: http://www.exiv2.org/ Canonical download: http://www.exiv2.org/exiv2-0.21.1.tar.gz ------------------------------------ Build instructions: unpack exiv2-0.21.1-EL-1-src.tar.bz2 cd exiv2-0.21.1 CXXFLAGS="-O4 -march=i686" ./configure --prefix=/usr make EXPAT_LDFLAGS="-no-undefined" # Trick to be able to have the DLL version make install LDFLAGS="-no-undefined" DESTDIR=/tmp/exiv /usr/bin/install -c -d /tmp/exiv/usr/doc/Cygwin /usr/bin/install -c -m 644 CYGWIN-PATCHES/exiv2*.README /tmp/exiv/usr/doc/Cygwin ------------------------------------------- Files included in the binary distro usr |-- bin | |-- cygexiv2-10.dll | `-- exiv2.exe |-- doc | `-- Cygwin | `-- exiv2-0.21.1.README |-- include | `-- exiv2 | |-- basicio.hpp | |-- bmpimage.hpp | |-- convert.hpp | |-- cr2image.hpp | |-- crwimage.hpp | |-- datasets.hpp | |-- easyaccess.hpp | |-- error.hpp | |-- exif.hpp | |-- exiv2.hpp | |-- exv_conf.h | |-- futils.hpp | |-- gifimage.hpp | |-- image.hpp | |-- iptc.hpp | |-- jp2image.hpp | |-- jpgimage.hpp | |-- metadatum.hpp | |-- mrwimage.hpp | |-- orfimage.hpp | |-- pgfimage.hpp | |-- pngimage.hpp | |-- preview.hpp | |-- properties.hpp | |-- psdimage.hpp | |-- rafimage.hpp | |-- rw2image.hpp | |-- tags.hpp | |-- tgaimage.hpp | |-- tiffimage.hpp | |-- types.hpp | |-- value.hpp | |-- version.hpp | |-- xmp.hpp | `-- xmpsidecar.hpp |-- lib | |-- libexiv2.a | |-- libexiv2.dll.a | |-- libexiv2.la | `-- pkgconfig | `-- exiv2.pc `-- share |-- locale | |-- de | | `-- LC_MESSAGES | | `-- exiv2.mo | |-- es | | `-- LC_MESSAGES | | `-- exiv2.mo | |-- fi | | `-- LC_MESSAGES | | `-- exiv2.mo | |-- fr | | `-- LC_MESSAGES | | `-- exiv2.mo | |-- pl | | `-- LC_MESSAGES | | `-- exiv2.mo | |-- ru | | `-- LC_MESSAGES | | `-- exiv2.mo | `-- sk | `-- LC_MESSAGES | `-- exiv2.mo `-- man `-- man1 `-- exiv2.1 26 directories, 50 files ------------------ Port Notes: Updates in po subdir: - POTFILES.in - make update-po - some updates in fr.po Compiled out of the box , dynamic lib if adding "-no-undefined" to LDFLAGS. ----- version exiv2-0.21.1-EL-1 Upstream 0.21.1 ----- version exiv2-0.18-EL-1 Upstream 0.18 ----- version exiv2-0.16-EL-1 Upstream 0.16 ----- version exiv2-0.15-EL-1 First port. Cygwin port maintained by: Eric LASSAUGE http://lassauge.free.fr/cygwin/