CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2014/10/29 10:45:09
Modified files:
graphics/xv : Makefile
graphics/xv/patches: patch-xvjpeg_c
Added files:
graphics/xv/patches: patch-xv_h patch-xvdir_c
Log message:
fix problems with Nikon D7100 pictures, they don't create correct exif
information (multiple APP1 chunks). xv reads them all, but libjpeg frowns
about writing multiple APP1.
So,
- ignore subsequent chunks (like exiv2 does)
- add a small framework to report error messages from libjpeg
(might be adaptable to other gfx formats).
okay sthen@