head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.18 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.16 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @// @; 1.1 date 2024.05.26.13.34.10; author markd; state Exp; branches; next ; commitid afaHN4ChJZWcQvbF; desc @@ 1.1 log @kf6-kirigami: add version 6.2.0 KDE Frameworks 6 kirigami. Kirigami is a set of QtQuick components at the moment targeted for mobile use (in the future desktop as well) targeting both Plasma Mobile and Android. It's not a whole set of components, all the "Primitive" ones like buttons and textboxes are a job for QtQuickControls (soon QtQuickControls2) but it's a set of high level components to make the creation of applications that look and feel great on mobile as well as desktop devices and follow the Kirigami Human Interface Guidelines. @ text @$NetBSD: patch-src_imagecolors.cpp,v 1.6 2023/07/29 02:46:06 markd Exp $ Explicitly use std::pow. --- src/imagecolors.cpp.orig 2023-07-01 09:58:54.000000000 +0000 +++ src/imagecolors.cpp @@@@ -29,6 +29,8 @@@@ #include #include +using std::pow; + #include "config-OpenMP.h" #if HAVE_OpenMP #include @