Fetching source from mirror: http://download.kde.org/stable/release-service/24.12.2/src/libkexiv2-24.12.2.tar.xz
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/libkexiv2-24.12.2-59/work/libkexiv2-24.12.2/src/rotationmatrix.cpp: In member function ‘KExiv2Iface::RotationMatrix& KExiv2Iface::RotationMatrix::operator*=(QList)’:
/var/pisi/libkexiv2-24.12.2-59/work/libkexiv2-24.12.2/src/rotationmatrix.cpp:175:55: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList; typename std::add_const<_Tp>::type = const QList]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
  175 |     for (const TransformationAction& action : qAsConst(actions))
      |                                               ~~~~~~~~^~~~~~~~~
In file included from /usr/include/qt6/QtCore/qforeach.h:11,
                 from /usr/include/qt6/QtCore/qglobal.h:57,
                 from /usr/include/qt6/QtCore/qnamespace.h:12,
                 from /usr/include/qt6/QtCore/qbytearray.h:9,
                 from /usr/include/qt6/QtCore/QByteArray:1,
                 from /var/pisi/libkexiv2-24.12.2-59/work/libkexiv2-24.12.2/src/kexiv2.h:17,
                 from /var/pisi/libkexiv2-24.12.2-59/work/libkexiv2-24.12.2/src/rotationmatrix.h:14,
                 from /var/pisi/libkexiv2-24.12.2-59/work/libkexiv2-24.12.2/src/rotationmatrix.cpp:10:
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
*** 0 error(s), 1 warning(s)