head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.32 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.30 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.28 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.26 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.24 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.22 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.20 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.18 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.16 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.14 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.12 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.10 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.8 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.6 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.4 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.2 pkgsrc-2022Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2026.05.19.14.36.35; author adam; state Exp; branches; next 1.1; commitid pYnZL9xeJETPWqGG; 1.1 date 2022.04.25.15.19.48; author tnn; state Exp; branches; next ; commitid N3c0EBJReEmbVABD; desc @@ 1.2 log @strawberry: updated to 1.2.19 1.2.19 Bugfixes: Fixed MPRIS2 Play causing playback to restart if already playing Fixed incorrect use beginInsertRows() / endInsertRows() of when adding / removing devices Fixed album cover manager save cover to file not working Fixed repeat and shuffle button sizes Fixed MPRIS2 resetting previous played track history Fixed Qobuz authentication Enhancements: Rewrote Discord RPC with Qt and removed RapidJSON dependency New grouping shuffle mode Use HTTP POST for AcoustID lookup Write MusicBrainz Track Id when completing tags using MusicBrainz Added rating filter to the collection @ text @$NetBSD: patch-src_analyzer_blockanalyzer.cpp,v 1.1 2022/04/25 15:19:48 tnn Exp $ Avoid ambiguous math functions. --- src/analyzer/blockanalyzer.cpp.orig 2026-04-17 18:27:01.902890881 +0000 +++ src/analyzer/blockanalyzer.cpp @@@@ -36,6 +36,8 @@@@ #include "analyzerbase.h" #include "fht.h" +using std::log10; + namespace { constexpr int kHeight = 2; constexpr int kWidth = 4; @ 1.1 log @strawberry: avoid ambiguous math functions @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 avoid ambiguous math functions d5 1 a5 1 --- src/analyzer/blockanalyzer.cpp.orig 2022-03-26 20:21:03.329168404 +0000 d13 3 a15 3 const int BlockAnalyzer::kHeight = 2; const int BlockAnalyzer::kWidth = 4; const int BlockAnalyzer::kMinRows = 3; // arbitrary @