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: nia
Date: Sat Feb 4 15:38:39 UTC 2023
Modified Files:
pkgsrc/audio/strawberry: Makefile distinfo
Added Files:
pkgsrc/audio/strawberry/patches: patch-src_utilities_transliterate.cpp
Removed Files:
pkgsrc/audio/strawberry/patches: patch-src_core_utilities.cpp
Log Message:
strawberry: update to 1.0.14
Version 1.0.14 (2023.01.13):
Bugfixes:
* Fix initial volume not set when using Auto as output
* Fix saving moodbar if the URL contains host, ie.: UNC paths for SMB
* Fix CollectionBackendTest compile error
* Remove explicitly enabling debug messages
Version 1.0.13 (2023.01.09):
Bugfixes:
* Fixed volume synchronization leading to infinite loop resulting in crash when adjusting volume while playing
* Fixed incorrect volume.
* Fixed collection organizing incorrectly handling slashes inside {} brackets for variables
* Fixed saving relative playlists to non-existing playlist files
* Fixed intermittent crash on collection model query
* Require system icons for fancy tabbar and settings sidebar to be larger than 22x22
Version 1.0.12 (2023.01.02):
Bugfixes:
* Fixed crash when adjusting volume with mouse wheel
* Fixed playback stopping in certain cases where the next track was unavailable
Removed features:
* Removed appearance settings for changing palette colors, it was never properly implemented.
Version 1.0.11 (2022.12.30):
Bugfixes:
* Capitalize GLib application name so it appears nicely in GNOME and PulseAudio Volume Control
* Fixed missing application icon for PulseAudio Volume Control
* Ignore errors for missing albums when updating Tidal collection if there are results
* Only run periodic collection scan when moitoring collection setting is on.
* Fixed an edge case where the context headline text was being cut short
* Made "Show in file browser" support SpaceFM filemanager
* Fixed incorrect tab order in edit tag dialog
* Changed "FMPS_PlayCount" to "FMPS_Playcount" when saving tag
* Fixed compilation tag read and write for MP4
* Removed incorrect use of "TPE1" for performer when reading ID3 tags
* Disable tag fields for unsupported tags in tag editor.
* Don't allow organizing files without unique tags (track or title) for filename
* Don't remove disc from album title when creating cover hash to allow different covers for each disc on an album
* Fixed incorrect relative paths for song filenames when saving playlists if the saved playlist location is a symablic link to the song filename
* Scrobble "Various Artists" as album artist (#1082).
Enhancements:
* Use system volume instead of own software volume when available (#1037).
* Improved Tidal and Qobuz support with timed requests.
* Support MPRIS2 xesam:userRating.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/audio/strawberry/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/strawberry/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/audio/strawberry/patches/patch-src_core_utilities.cpp
cvs rdiff -u -r0 -r1.1 \
pkgsrc/audio/strawberry/patches/patch-src_utilities_transliterate.cpp
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.45 pkgsrc/audio/strawberry/Makefile:1.46
--- pkgsrc/audio/strawberry/Makefile:1.45 Sun Jan 29 21:15:31 2023
+++ pkgsrc/audio/strawberry/Makefile Sat Feb 4 15:38:39 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2023/01/29 21:15:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.46 2023/02/04 15:38:39 nia Exp $
-DISTNAME= strawberry-1.0.10
-PKGREVISION= 4
+DISTNAME= strawberry-1.0.14
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=strawberrymusicplayer/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Index: pkgsrc/audio/strawberry/distinfo
diff -u pkgsrc/audio/strawberry/distinfo:1.23 pkgsrc/audio/strawberry/distinfo:1.24
--- pkgsrc/audio/strawberry/distinfo:1.23 Tue Oct 25 15:54:25 2022
+++ pkgsrc/audio/strawberry/distinfo Sat Feb 4 15:38:39 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.23 2022/10/25 15:54:25 nia Exp $
+$NetBSD: distinfo,v 1.24 2023/02/04 15:38:39 nia Exp $
-BLAKE2s (strawberry-1.0.10.tar.xz) = afe47fc9c3e88364453de0b66de284ce46eca34908e1ee444dc46701a6b5c9b5
-SHA512 (strawberry-1.0.10.tar.xz) = f13115e5c91dacb508b3c4bf6cee5dd0c1866eae41b145cfcdb7f83dafaf277bc43e3be0b58c16b4b9aa855ef9a7756c53552804481ffae7c78ca929f3d5e8af
-Size (strawberry-1.0.10.tar.xz) = 11220176 bytes
+BLAKE2s (strawberry-1.0.14.tar.xz) = 8c540a4dfd6173a6309b14880086b234a35e5ec2c415390c56c160dcabae208b
+SHA512 (strawberry-1.0.14.tar.xz) = bf667cb93b8f0ffdb8dc625df821bc4355e3845629ff25ed57d7999e19072edffab05f27dbea90adf0bb9a9cbe478856a292a1a6f7ed2c5f37442548699a4c02
+Size (strawberry-1.0.14.tar.xz) = 11234760 bytes
SHA1 (patch-src_analyzer_blockanalyzer.cpp) = e1e22a4ea278f03142f13fd8310730854a8ddc9a
SHA1 (patch-src_analyzer_boomanalyzer.cpp) = 833bab9d6b59644c9acae662bc389bf731e507ad
-SHA1 (patch-src_core_utilities.cpp) = 4763a6a376d312a65a083fd798d4a34fe46a716f
+SHA1 (patch-src_utilities_transliterate.cpp) = 560be2ee9f98afa8d971bf58d26249424eda3c39
Added files:
Index: pkgsrc/audio/strawberry/patches/patch-src_utilities_transliterate.cpp
diff -u /dev/null pkgsrc/audio/strawberry/patches/patch-src_utilities_transliterate.cpp:1.1
--- /dev/null Sat Feb 4 15:38:39 2023
+++ pkgsrc/audio/strawberry/patches/patch-src_utilities_transliterate.cpp Sat Feb 4 15:38:39 2023
@@ -0,0 +1,34 @@
+$NetBSD: patch-src_utilities_transliterate.cpp,v 1.1 2023/02/04 15:38:39 nia Exp $
+
+Support non-POSIX iconv prototype in NetBSD 9/earlier and SunOS.
+
+--- src/utilities/transliterate.cpp.orig 2022-12-28 21:54:04.427431913 +0000
++++ src/utilities/transliterate.cpp
+@@ -34,6 +34,15 @@
+
+ #include "transliterate.h"
+
++#if defined(__NetBSD__)
++#include <sys/param.h>
++#if __NetBSD_Prereq__(9,99,17)
++#define NETBSD_POSIX_ICONV 1
++#else
++#define NETBSD_POSIX_ICONV 0
++#endif
++#endif
++
+ namespace Utilities {
+
+ QString Transliterate(const QString &accented_str) {
+@@ -76,7 +85,11 @@ QString Transliterate(const QString &acc
+
+ snprintf(input, input_len, "%s", utf8.constData());
+
++#if (defined(__NetBSD__) && !NETBSD_POSIX_ICONV) || defined(__sun)
++ iconv(conv, (const char **)&input, &input_len, &output, &output_len);
++#else
+ iconv(conv, &input, &input_len, &output, &output_len);
++#endif
+ iconv_close(conv);
+
+ QString ret(output_ptr);
Home |
Main Index |
Thread Index |
Old Index