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: Thu Aug 27 06:38:03 UTC 2026
Modified Files:
pkgsrc/audio/strawberry: Makefile distinfo
Log Message:
strawberry: updated to 1.2.28
1.2.28
Bugfixes:
Fixed playback randomly pausing itself, caused by concurrent GStreamer state changes being applied in a different order than they were requested
Fixed GStreamer errors while fingerprinting, by decoding straight through from the start and stopping once enough audio has been collected
Fixed a crash on exit caused by device listers being deleted while their own threads were still running
Fixed quitting through MPRIS, or asking to quit a second time, skipping the normal shutdown and leaving subsystems to be torn down while still running
Fixed thread-safety issues with the audio fader that could crash or leave the volume at the wrong level when one fade replaced another
Fixed a thread-safety issue with playlist items shared between the playlist model and the playlist backend
Enhancements:
Added sort options (ascending, descending and clear sorting) to the playlist column header context menu
Sorting the playlist can now be undone, and clicking an already sorted column cycles on to unsorted instead of only toggling the direction
Playlist changes are now written to the database by updating only the affected items instead of saving the entire playlist
Updating a playlist's last played time no longer rewrites the entire playlist
Reuse the network access manager for Subsonic requests instead of creating a new one for every request
Added a test for smart playlist search
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/audio/strawberry/Makefile
cvs rdiff -u -r1.35 -r1.36 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.100 pkgsrc/audio/strawberry/Makefile:1.101
--- pkgsrc/audio/strawberry/Makefile:1.100 Wed Aug 26 10:19:03 2026
+++ pkgsrc/audio/strawberry/Makefile Thu Aug 27 06:38:03 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2026/08/26 10:19:03 adam Exp $
+# $NetBSD: Makefile,v 1.101 2026/08/27 06:38:03 adam Exp $
-DISTNAME= strawberry-1.2.27
-PKGREVISION= 1
+DISTNAME= strawberry-1.2.28
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=strawberrymusicplayer/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Index: pkgsrc/audio/strawberry/distinfo
diff -u pkgsrc/audio/strawberry/distinfo:1.35 pkgsrc/audio/strawberry/distinfo:1.36
--- pkgsrc/audio/strawberry/distinfo:1.35 Mon Aug 24 07:53:33 2026
+++ pkgsrc/audio/strawberry/distinfo Thu Aug 27 06:38:03 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.35 2026/08/24 07:53:33 adam Exp $
+$NetBSD: distinfo,v 1.36 2026/08/27 06:38:03 adam Exp $
-BLAKE2s (strawberry-1.2.27.tar.xz) = 8023edf1e290caee7c679f018f189d1e58c75f754be93be06ea76d50cab07963
-SHA512 (strawberry-1.2.27.tar.xz) = 8f614cc4c561d0770436a7d230796f6dad9eddb13bf86af59a7d677b221efdf5fb531527bb66e196d96be50682eae68d1c7d042fdc7dae866a6f831c0dcd9f35
-Size (strawberry-1.2.27.tar.xz) = 11690940 bytes
+BLAKE2s (strawberry-1.2.28.tar.xz) = 73dadcd26a2a9b74f8103b2b9c7d4c1b6429380694726c73a5610237c919a9a7
+SHA512 (strawberry-1.2.28.tar.xz) = f4f41ef63110d20070e282ba6a659bc9715e12ca0f451225a114a6505c1f6ebc5529369f578ca79c39dd9a4bd8819f9ae48175131fd05c49e38bce9594d584c3
+Size (strawberry-1.2.28.tar.xz) = 11642392 bytes
SHA1 (patch-CMakeLists.txt) = 97e61ba9af9c09fe21ed452f4727131a06847941
SHA1 (patch-dist_CMakeLists.txt) = a3b76a9d6e5ca64ed266a464d8e50857dc90a82e
SHA1 (patch-src_analyzer_blockanalyzer.cpp) = b798929eb1dc57647014c24116f249601e973789
Home |
Main Index |
Thread Index |
Old Index