head 1.2; access; symbols pkgsrc-2026Q2:1.2.0.2 pkgsrc-2026Q2-base:1.2 pkgsrc-2026Q1:1.1.0.22 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.20 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.18 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.16 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.14 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.12 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.10 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.8 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.6 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.4 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.2 pkgsrc-2023Q3-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 2023.08.22.20.26.30; author adam; state Exp; branches; next ; commitid 4mB7moEgTPwu3PBE; 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-dist_CMakeLists.txt,v 1.1 2023/08/22 20:26:30 adam Exp $ Don't install as bundle on Darwin. Use correct mandir. --- dist/CMakeLists.txt.orig 2026-04-17 18:27:01.898133637 +0000 +++ dist/CMakeLists.txt @@@@ -3,7 +3,7 @@@@ if(RPM_DISTRO AND RPM_DATE) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/unix/strawberry.spec.in ${CMAKE_BINARY_DIR}/strawberry.spec @@ONLY) endif() -if(APPLE) +if(FALSE) if(DEFINED ENV{MACOSX_DEPLOYMENT_TARGET}) set(LSMinimumSystemVersion $ENV{MACOSX_DEPLOYMENT_TARGET}) else() @@@@ -17,16 +17,16 @@@@ if(WIN32) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/windows/strawberry.nsi.in ${CMAKE_BINARY_DIR}/strawberry.nsi @@ONLY) endif() -if(UNIX AND NOT APPLE) +if(UNIX) install(FILES ../data/icons/48x48/strawberry.png DESTINATION share/icons/hicolor/48x48/apps/) install(FILES ../data/icons/64x64/strawberry.png DESTINATION share/icons/hicolor/64x64/apps/) install(FILES ../data/icons/128x128/strawberry.png DESTINATION share/icons/hicolor/128x128/apps/) install(FILES unix/org.strawberrymusicplayer.strawberry.desktop DESTINATION share/applications) install(FILES unix/org.strawberrymusicplayer.strawberry.appdata.xml DESTINATION share/metainfo) - install(FILES unix/strawberry.1 DESTINATION share/man/man1) + install(FILES unix/strawberry.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) endif() -if(APPLE) +if(FALSE) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/macos/Info.plist" DESTINATION "${CMAKE_BINARY_DIR}/strawberry.app/Contents") install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/macos/strawberry.icns" DESTINATION "${CMAKE_BINARY_DIR}/strawberry.app/Contents/Resources") endif() @ 1.1 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 @d1 1 a1 1 $NetBSD$ d4 1 d6 1 a6 1 --- dist/CMakeLists.txt.orig 2023-08-21 18:56:57.000000000 +0000 d8 3 a10 3 @@@@ -3,24 +3,24 @@@@ if(RPM_DISTRO AND RPM_DATE) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/unix/strawberry.spec.in ${CMAKE_CURRENT_SOURCE_DIR}/unix/strawberry.spec @@ONLY) endif(RPM_DISTRO AND RPM_DATE) d14 6 a19 7 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/macos/Info.plist.in ${CMAKE_CURRENT_SOURCE_DIR}/macos/Info.plist) -endif(APPLE) +endif(FALSE) if(WIN32) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/windows/strawberry.nsi.in ${CMAKE_CURRENT_SOURCE_DIR}/windows/strawberry.nsi @@ONLY) endif(WIN32) d28 3 a30 3 install(FILES unix/strawberry.1 unix/strawberry-tagreader.1 DESTINATION share/man/man1) -endif(UNIX AND NOT APPLE) +endif(UNIX) d34 1 a34 1 install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/macos/Info.plist" DESTINATION "${CMAKE_BINARY_DIR}/strawberry.app/Contents") @