pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/strawberry strawberry: update to 1.0.10
details: https://anonhg.NetBSD.org/pkgsrc/rev/19bc51e0e0f3
branches: trunk
changeset: 387243:19bc51e0e0f3
user: nia <nia%pkgsrc.org@localhost>
date: Tue Oct 25 15:54:25 2022 +0000
description:
strawberry: update to 1.0.10
Version 1.0.10 (2022.10.21):
Bugfixes:
* Fixed "Could not open settings file for writing: No such file or directory" error before settings file is created.
* Fixed visual glitch on currently playing track (#1051).
* Fixed "Unknown error" on Tidal search (#1047).
* Fixed incomplete lyrics from Genius.
* Fixed icons not showing in the file view on some systems (#1024).
* Fixed issues with context and playing widget stopping when using VLC (#1054).
* (macOS) Fixed search field related crash when playlist toolbar is turned off.
Enhancements:
* Fixed narrowing conversions in connects.
* Fixed casts from QByteArray.
* Removed subdir for generated dbus files
* Removed use of fixed font in context (#1040).
* Improve Musixmatch lyrics search.
Version 1.0.9 (2022.09.03):
Bugfixes:
* Fixed parsing album title from radio stream metadata (#1023).
* (macOS) Fixed Strawberry not starting, incorrect rpath for libgcc_s.1.1.dylib (#1025).
* (macOS) Fixed HTTP streaming.
Version 1.0.8 (2022.08.29):
Bugfixes:
* Fixed backslash being appended to filter text when switching playlist (#1005).
* Fixed OSD notifications service registering taking too long to timeout when not available.
* Fixed radio stream added twice when double-clicked (#1015).
* Fixed translating undo and redo buttons (#1017).
Enhancements:
* Use ICU instead of iconv to transliterate characters for filenames.
* Make separating albums by grouping tag optional in collection group by album.
* Added support for video game music formats VGM and SPC.
* Added setting for explicitly turning on HTTP/2 for streaming. Strawberry will set the
libsoup SOUP_FORCE_HTTP1 environment variable when the HTTP/2 is not checked (#1016).
diffstat:
audio/strawberry/Makefile | 9 ++++++---
audio/strawberry/distinfo | 8 ++++----
2 files changed, 10 insertions(+), 7 deletions(-)
diffs (47 lines):
diff -r ba0986964fcb -r 19bc51e0e0f3 audio/strawberry/Makefile
--- a/audio/strawberry/Makefile Tue Oct 25 13:37:46 2022 +0000
+++ b/audio/strawberry/Makefile Tue Oct 25 15:54:25 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2022/09/11 12:51:23 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2022/10/25 15:54:25 nia Exp $
-DISTNAME= strawberry-1.0.7
-PKGREVISION= 1
+DISTNAME= strawberry-1.0.10
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=strawberrymusicplayer/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
@@ -19,6 +18,9 @@
USE_TOOLS+= pkg-config
GCC_REQD+= 7 # std::optional
+CMAKE_ARGS+= -DBUILD_WITH_QT5=ON
+CMAKE_ARGS+= -DBUILD_WITH_QT6=OFF
+
DEPENDS+= gst-plugins1-flac-[0-9]*:../../audio/gst-plugins1-flac
DEPENDS+= gst-plugins1-mpg123-[0-9]*:../../audio/gst-plugins1-mpg123
DEPENDS+= gst-plugins1-ogg-[0-9]*:../../multimedia/gst-plugins1-ogg
@@ -74,6 +76,7 @@
.include "../../multimedia/gst-plugins1-good/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.if ${OPSYS} != "Darwin"
. include "../../x11/libxcb/buildlink3.mk"
diff -r ba0986964fcb -r 19bc51e0e0f3 audio/strawberry/distinfo
--- a/audio/strawberry/distinfo Tue Oct 25 13:37:46 2022 +0000
+++ b/audio/strawberry/distinfo Tue Oct 25 15:54:25 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2022/08/03 16:22:31 nia Exp $
+$NetBSD: distinfo,v 1.23 2022/10/25 15:54:25 nia Exp $
-BLAKE2s (strawberry-1.0.7.tar.xz) = 1f0ec40c5324d965d2f0ee59043eb57dece88f2b677ae60885e03126e562ebd6
-SHA512 (strawberry-1.0.7.tar.xz) = 9bf092c3990ae0c2ce63074c7f6076ccab896ae915c4ee255a7fbb6534d50467648f3e96bc029075acfd50515c45ade867e55518d9a68ec9c10a741e1976d64f
-Size (strawberry-1.0.7.tar.xz) = 11216436 bytes
+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
SHA1 (patch-src_analyzer_blockanalyzer.cpp) = e1e22a4ea278f03142f13fd8310730854a8ddc9a
SHA1 (patch-src_analyzer_boomanalyzer.cpp) = 833bab9d6b59644c9acae662bc389bf731e507ad
SHA1 (patch-src_core_utilities.cpp) = 4763a6a376d312a65a083fd798d4a34fe46a716f
Home |
Main Index |
Thread Index |
Old Index