40 lines
1.5 KiB
Diff
40 lines
1.5 KiB
Diff
Index: exiv2-0.28.0/samples/geotag.cpp
|
|
===================================================================
|
|
--- exiv2-0.28.0.orig/samples/geotag.cpp
|
|
+++ exiv2-0.28.0/samples/geotag.cpp
|
|
@@ -632,7 +632,7 @@ int getFileType(const char* path, Option
|
|
}
|
|
|
|
int version(const char* program) {
|
|
- printf("%s: %s %s\n", program, __DATE__, __TIME__);
|
|
+ printf("%s\n", program);
|
|
return 0;
|
|
}
|
|
|
|
Index: exiv2-0.28.0/src/version.cpp
|
|
===================================================================
|
|
--- exiv2-0.28.0.orig/src/version.cpp
|
|
+++ exiv2-0.28.0/src/version.cpp
|
|
@@ -422,8 +422,6 @@ void Exiv2::dumpLibraryInfo(std::ostream
|
|
output(os, keys, "debug", debug);
|
|
output(os, keys, "cplusplus", __cplusplus);
|
|
output(os, keys, "version", __VERSION__);
|
|
- output(os, keys, "date", __DATE__);
|
|
- output(os, keys, "time", __TIME__);
|
|
output(os, keys, "processpath", Exiv2::getProcessPath());
|
|
#ifdef EXV_ENABLE_NLS
|
|
output(os, keys, "localedir", EXV_LOCALEDIR);
|
|
Index: exiv2-0.28.0/cmake/Doxyfile.in
|
|
===================================================================
|
|
--- exiv2-0.28.0.orig/cmake/Doxyfile.in
|
|
+++ exiv2-0.28.0/cmake/Doxyfile.in
|
|
@@ -1202,7 +1202,7 @@ HTML_COLORSTYLE_GAMMA = 80
|
|
# The default value is: NO.
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
-HTML_TIMESTAMP = YES
|
|
+HTML_TIMESTAMP = NO
|
|
|
|
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
|
|
# documentation will contain sections that can be hidden and shown after the
|