01c35f3423
- update to 2.4.1 * a bug-fixes release, including a total of 25 fixed bugs. * histogram view from right sidebar have been improved for better image analyse. - require libkipi8 version build against, it changes ABI too often OBS-URL: https://build.opensuse.org/request/show/96415 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/digikam?expand=0&rev=88
26 lines
1.3 KiB
Diff
26 lines
1.3 KiB
Diff
Index: core/libs/3rdparty/cimg/CImg.h
|
|
===================================================================
|
|
--- core/libs/3rdparty/cimg/CImg.h.orig 2011-12-04 22:40:13.000000000 +0100
|
|
+++ core/libs/3rdparty/cimg/CImg.h 2011-12-12 10:45:04.129281874 +0100
|
|
@@ -5673,7 +5673,7 @@ namespace cimg_library {
|
|
if (usage) {
|
|
cimg_std::fprintf(cimg_stdout,"\n %s%s%s",cimg::t_red,cimg::basename(argv[0]),cimg::t_normal);
|
|
cimg_std::fprintf(cimg_stdout," : %s",usage);
|
|
- cimg_std::fprintf(cimg_stdout," (%s, %s)\n\n",__DATE__,__TIME__);
|
|
+ cimg_std::fprintf(cimg_stdout,"\n\n");
|
|
}
|
|
if (defaut) cimg_std::fprintf(cimg_stdout,"%s\n",defaut);
|
|
}
|
|
@@ -5759,9 +5759,9 @@ namespace cimg_library {
|
|
**/
|
|
inline void info() {
|
|
char tmp[1024] = { 0 };
|
|
- cimg_std::fprintf(cimg_stdout,"\n %sCImg Library %u.%u.%u%s, compiled %s ( %s ) with the following flags :\n\n",
|
|
+ cimg_std::fprintf(cimg_stdout,"\n %sCImg Library %u.%u.%u%s, compiled with the following flags :\n\n",
|
|
cimg::t_red,cimg_version/100,(cimg_version/10)%10,cimg_version%10,
|
|
- cimg::t_normal,__DATE__,__TIME__);
|
|
+ cimg::t_normal);
|
|
|
|
cimg_std::fprintf(cimg_stdout," > Operating System : %s%-13s%s %s('cimg_OS'=%d)%s\n",
|
|
cimg::t_bold,
|