Fetching source from mirror: http://download.kde.org/stable/frameworks/6.12/kimageformats-6.12.0.tar.xz
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/kimageformats-6.12.0-76/work/kimageformats-6.12.0/src/imageformats/pic.cpp: In member function ‘virtual bool SoftimagePICHandler::write(const QImage&)’:
/var/pisi/kimageformats-6.12.0-76/work/kimageformats-6.12.0/src/imageformats/pic.cpp:84:12: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 80 equals destination size [-Wstringop-truncation]
   84 |     strncpy(comment, header.comment.constData(), sizeof(comment));
      |            ^
/var/pisi/kimageformats-6.12.0-76/work/kimageformats-6.12.0/src/imageformats/pic.cpp:88:12: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 4 equals destination size [-Wstringop-truncation]
   88 |     strncpy(id, header.id.constData(), sizeof(id));
      |            ^
*** 0 error(s), 1 warning(s)