pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/strawberry



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 13 06:30:23 UTC 2026

Modified Files:
        pkgsrc/audio/strawberry: Makefile distinfo

Log Message:
strawberry: updated to 1.2.23

1.2.23

Bugfixes

Fixed disabled widgets not appearing greyed out when a custom color set is in use
Fixed custom palette colors being selectable with the Breeze style, which doesn't support them
Fixed tab order in appearance settings
Fixed exclusive mode being selectable in backend settings when not supported by the current output
Fixed the fader not resuming after being paused
Fixed metadata (title, artist, album) from a radio stream track carrying over to the next track when its own tags are empty
Fixed a possible division by zero in the FHT spectrum analyzer
Fixed notifications not working on macOS by replacing the deprecated NSUserNotification API with UserNotifications
Fixed a possible hang on exit on macOS when a device lister was still running
Fixed Windows System Media Transport Controls image and timeline handling
Numerous stability, crash-safety and thread-safety fixes throughout the application

Enhancements

Style changes under appearance settings are now applied immediately, without requiring a restart
Added support for native dark mode on macOS and Windows
Added support for sorting radio browser search results by clicking column headers


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/audio/strawberry/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/audio/strawberry/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/strawberry/Makefile
diff -u pkgsrc/audio/strawberry/Makefile:1.95 pkgsrc/audio/strawberry/Makefile:1.96
--- pkgsrc/audio/strawberry/Makefile:1.95       Mon Jul 13 04:35:24 2026
+++ pkgsrc/audio/strawberry/Makefile    Mon Jul 13 06:30:23 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.95 2026/07/13 04:35:24 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2026/07/13 06:30:23 adam Exp $
 
-DISTNAME=      strawberry-1.2.22
-PKGREVISION=   1
+DISTNAME=      strawberry-1.2.23
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=strawberrymusicplayer/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -32,8 +31,6 @@ DEPENDS+=     gst-plugins1-vorbis-[0-9]*:../
 .if ${OPSYS} != "Darwin"
 DEPENDS+=      gst-plugins1-alsa-[0-9]*:../../audio/gst-plugins1-alsa
 .  include "../../audio/alsa-lib/buildlink3.mk"
-#.else
-#CMAKE_CONFIGURE_ARGS+=        -DCMAKE_DISABLE_FIND_PACKAGE_ALSA=TRUE
 .endif
 
 .if ${OPSYS} != "Linux" && ${OSS_TYPE} != "none"

Index: pkgsrc/audio/strawberry/distinfo
diff -u pkgsrc/audio/strawberry/distinfo:1.31 pkgsrc/audio/strawberry/distinfo:1.32
--- pkgsrc/audio/strawberry/distinfo:1.31       Tue Jul  7 14:01:34 2026
+++ pkgsrc/audio/strawberry/distinfo    Mon Jul 13 06:30:23 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2026/07/07 14:01:34 adam Exp $
+$NetBSD: distinfo,v 1.32 2026/07/13 06:30:23 adam Exp $
 
-BLAKE2s (strawberry-1.2.22.tar.xz) = eb4d0f1217e04984fac9dacff1fabcf3a5339f4d73751437527c5f63409e8762
-SHA512 (strawberry-1.2.22.tar.xz) = 90795291a81b1c08ad651c0c6aba9e63692b08dd347eeebaf66465524c9b2227eafec3cfb7a9e4f4eb4712c35a891bd0bcaa7f9b366ef03d36ea067cde465dee
-Size (strawberry-1.2.22.tar.xz) = 11671516 bytes
+BLAKE2s (strawberry-1.2.23.tar.xz) = bb2f6953c4fe3ed44a48c75c4ac980b6f4811987147dd46bf4091922ea9d8881
+SHA512 (strawberry-1.2.23.tar.xz) = 577fae2bcb418f084fee34e70ceb1bb2a9b742014fdba9bea1e0715df37d4b1a92086467b49fe738ff9d63f5a4976e197c53e285762cfce53d2e4ec41dbd65d9
+Size (strawberry-1.2.23.tar.xz) = 11678824 bytes
 SHA1 (patch-CMakeLists.txt) = 97e61ba9af9c09fe21ed452f4727131a06847941
 SHA1 (patch-dist_CMakeLists.txt) = 8abaef03d614bfb0607f4a99647557f352ea7e5a
 SHA1 (patch-src_analyzer_blockanalyzer.cpp) = b798929eb1dc57647014c24116f249601e973789



Home | Main Index | Thread Index | Old Index