head	1.2;
access;
symbols
	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-CMakeLists.txt,v 1.1 2023/08/22 20:26:30 adam Exp $

We don't need another packaging system.
Don't make app bundle on Darwin.

--- CMakeLists.txt.orig	2026-04-17 18:27:01.841352595 +0000
+++ CMakeLists.txt
@@@@ -26,12 +26,12 @@@@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
   set(LINUX ON)
 endif()
 
-if(LINUX)
+if(FALSE)
   include(cmake/Rpm.cmake)
   include(cmake/Deb.cmake)
 endif()
 
-if(APPLE)
+if(FALSE)
   include(cmake/Dmg.cmake)
 endif()
 
@@@@ -406,7 +406,7 @@@@ endif()
 
 add_executable(strawberry)
 
-if(APPLE)
+if(FALSE)
   set_target_properties(strawberry PROPERTIES MACOSX_BUNDLE TRUE)
   set_target_properties(strawberry PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_BINARY_DIR}/dist/macos/Info.plist")
 endif()
@@@@ -1588,7 +1588,7 @@@@ endif()
 
 target_link_libraries(strawberry PUBLIC strawberry_lib)
 
-if(NOT APPLE)
+if(TRUE)
   install(TARGETS strawberry RUNTIME DESTINATION bin)
 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 <br> 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
--- CMakeLists.txt.orig	2023-06-29 17:49:42.000000000 +0000
d8 2
a9 2
@@@@ -28,13 +28,6 @@@@ if(CMAKE_SYSTEM_NAME STREQUAL "OpenBSD")
   set(OPENBSD ON)
d13 14
a26 3
-  include(cmake/Rpm.cmake)
-  include(cmake/Deb.cmake)
-endif()
d28 5
a32 2
-  include(cmake/Dmg.cmake)
-endif()
d34 6
a39 1
 set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
@

