head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.22 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.20 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.18 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.16 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.14 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.12 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.10 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.8 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.6 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.4 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.2 pkgsrc-2023Q3-base:1.2 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 2023.08.22.20.26.30; author adam; state Exp; branches; next 1.1; commitid 4mB7moEgTPwu3PBE; 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.0.18 Pkgsrc: - Qt6 as an option - Builds on Darwin Strawberry 1.0.18 Bugfixes: Fixed reading disc from QObuz songs Fixed volume being reset on playback with PulseAudio Fixed
tags in SQL query error message. Fixed compile with Qt 6 without XCB (QX11Application). Fixed smart playlist editor not properly loading search terms Fixed use of fixed icon for playlist favorite star icon Possible fix for collection thumbnails using disk cache having identical covers for albums with hashtag Fixed listenbrainz scrobbling for songs with multiple artist mbids. Fixed listenbrainz scrobbling for songs without duration. Fixed gapless playback sometimes not working. Fixed writing PNG images as embedded covers Fixed greyscale album covers not working in OSD D-Bus Fixed collection thumbnail disk cache with Qt 6.5.1 and newer. Fixed moodbar disk cache with Qt 6.5.1 and newer. Fixed playlist edit tag F2 shortcut only working for title tag Append number to filename if the destination file already exist when transcoding audio Fixed abseil linking issues with protobuf 1.22.0 and newer. (macOS) Fixed "Show this message" checkbox having no affect on Rosetta warning dialog (macOS) Disable unused D-Bus. (Windows) Fixed command line options not working with diacritics (Windows) Fixed issue with saving album covers in album directory being saved in temp directory instead. (Windows) Fixed crash when trying a play a song which doesn't exist Enhancements: Reduce memory overhead with album cover handling Improved listenbrainz error handling. Show error dialog for listenbrainz errors similar to last.fm/libre.fm. Reduce NetworkAccessManager instances. Replace SingleApplication with KDSingleApplication. Require Qt 5.12 or higher. Add new database fields for art_embedded and art_unset. Rewrite album cover loader. Move cover filename settings from collection to covers settings. Add setting to set priorities for album cover types. Add rating filtering to playlist search (Windows|MSVC) Add WSAPI2 plugin. @ text @$NetBSD: patch-src_analyzer_boomanalyzer.cpp,v 1.1 2022/04/25 15:19:48 tnn Exp $ avoid ambiguous math functions --- src/analyzer/boomanalyzer.cpp.orig 2023-08-21 18:29:36.000000000 +0000 +++ src/analyzer/boomanalyzer.cpp @@@@ -36,6 +36,8 @@@@ #include "fht.h" #include "analyzerbase.h" +using std::log10; + const int BoomAnalyzer::kColumnWidth = 4; const int BoomAnalyzer::kMaxBandCount = 256; const int BoomAnalyzer::kMinBandCount = 32; @ 1.1 log @strawberry: avoid ambiguous math functions @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/analyzer/boomanalyzer.cpp.orig 2022-03-22 20:09:13.757653684 +0000 d7 2 a8 1 @@@@ -38,6 +38,7 @@@@ a10 1 using Analyzer::Scope; d12 1 a12 1 d15 1 @