|
|
|
@ -4,7 +4,6 @@ memcheck: ${ENV:valgrind}
|
|
|
|
|
|
|
|
|
|
[ENV]
|
|
|
|
|
exiv2_path: EXIV2_BINDIR
|
|
|
|
|
binary_extension: EXIV2_EXT
|
|
|
|
|
valgrind: EXIV2_VALGRIND
|
|
|
|
|
exiv2_http: EXIV2_HTTP
|
|
|
|
|
exiv2_port: EXIV2_PORT
|
|
|
|
@ -15,14 +14,14 @@ exiv2_http: http://127.0.0.1
|
|
|
|
|
exiv2_port: 12760
|
|
|
|
|
|
|
|
|
|
[paths]
|
|
|
|
|
exiv2: ${ENV:exiv2_path}/exiv2${ENV:binary_extension}
|
|
|
|
|
exiv2json: ${ENV:exiv2_path}/exiv2json${ENV:binary_extension}
|
|
|
|
|
exiv2: ${ENV:exiv2_path}/exiv2
|
|
|
|
|
exiv2json: ${ENV:exiv2_path}/exiv2json
|
|
|
|
|
data_path: ../test/data
|
|
|
|
|
tmp_path: ../test/tmp
|
|
|
|
|
tiff_test: ${ENV:exiv2_path}/tiff-test${ENV:binary_extension}
|
|
|
|
|
largeiptc_test: ${ENV:exiv2_path}/largeiptc-test${ENV:binary_extension}
|
|
|
|
|
easyaccess_test: ${ENV:exiv2_path}/easyaccess-test${ENV:binary_extension}
|
|
|
|
|
taglist: ${ENV:exiv2_path}/taglist${ENV:binary_extension}
|
|
|
|
|
tiff_test: ${ENV:exiv2_path}/tiff-test
|
|
|
|
|
largeiptc_test: ${ENV:exiv2_path}/largeiptc-test
|
|
|
|
|
easyaccess_test: ${ENV:exiv2_path}/easyaccess-test
|
|
|
|
|
taglist: ${ENV:exiv2_path}/taglist
|
|
|
|
|
|
|
|
|
|
[variables]
|
|
|
|
|
kerOffsetOutOfRange: Offset out of range
|
|
|
|
@ -34,7 +33,6 @@ kerInvalidTypeValue: invalid type in tiff structure
|
|
|
|
|
kerNotAJpeg : This does not look like a JPEG image
|
|
|
|
|
kerNoImageInInputData: Input data does not contain a valid image
|
|
|
|
|
addition_overflow_message: Overflow in addition
|
|
|
|
|
exiv2exe: exiv2${ENV:binary_extension}
|
|
|
|
|
exiv2_exception_message: Exiv2 exception in print action for file
|
|
|
|
|
exiv2_overflow_exception_message: std::overflow_error exception in print action for file
|
|
|
|
|
exception_in_extract: Exiv2 exception in extract action for file
|
|
|
|
|