Wed Oct 14 16:37:26 2020 UTC ()
strawberry: update to 0.8.1.

0.8.1:

  Bugfixes:
    * Fixed engine selection in backend settings with Qt 6.
    * Fixed pixelated playlist source icon for currently playing song.
    * Fixed crash when deleting queued songs from playlist.
    * Fixed situations where songs could disappear or be shown multiple times with certain collection groupings.
    * Fixed initial sizes of playlist header columns.
    * Fixed Strawberry preventing logout.
    * Fixed incorrectly splitting of basename for moodbar and transcoding for filenames with several dots.
    * Fixed certain cases where "playing now" for scrobbler were sent twice.
    * Fixed album cover loaded twice for certain songs causing slugglish playing widget.
    * Fixed playing widget to draw text after album cover is fully shown.
    * Fixed crash when trying to copy a closed playlist to a device.
    * Fixed incorrect song source for CUE songs when added through the collection watcher.
    * Disable use of HTML in system tray tooltip on Cinnamon too.
    * Remove problematic '&' character from OSD messages.
    * (macOS) Fixed crash on exit when cover manager is open.
    * (macOS) Fixed graphical corruption.
    * (Windows) Fixed GStreamer registry problems.
    * (Windows) Register Tidal URL Scheme in Windows installer.

  Enhancements:
    * Improved playlist autoscrolling.
    * Only allow playlist right click tag editing for editable songs.
    * Read song creation time from subsonic API.
    * Remember manually set compilation status for albums when songs are rescanned.
    * Added icons for edit tag playlist right click menu actions.
    * Maximize dialogs if they are already open when clicked again in the menu.
    * Added support for compilation tag to edit tag dialog.
    * Show song info and album cover in OSD on stop and pause.
    * Reshow OSD on song restart.
    * Always save initial settings.
    * Removed use of deprecated gstreamer "low-percent" (Minimum buffer fill setting).
    * Added buffer low and high watermark settings to backend settings.
    * Make use of newer version of the desktop notifications service when available.

  New features:
    * Added setting for enabling scrobbling based on song source.
    * Added optional delete from disk in collection and playlist.
    * Added Last.fm import data wizard.
    * Added smart and dynamic playlists.
    * Added song ratings.
    * Added Qobuz streaming support.
    * Added Subsonic server side scrobbling support.
    * Load thumbnails from iPods to show under device collection.


(wiz)
diff -r1.10 -r1.11 pkgsrc/audio/strawberry/Makefile
diff -r1.6 -r1.7 pkgsrc/audio/strawberry/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/audio/strawberry/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/strawberry/Makefile 2020/09/09 07:38:49 1.10
+++ pkgsrc/audio/strawberry/Makefile 2020/10/14 16:37:26 1.11
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2020/09/09 07:38:49 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2020/10/14 16:37:26 wiz Exp $
2 2
3DISTNAME= strawberry-0.7.2 3DISTNAME= strawberry-0.8.1
4CATEGORIES= audio 4CATEGORIES= audio
5MASTER_SITES= ${MASTER_SITE_GITHUB:=strawberrymusicplayer/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=strawberrymusicplayer/}
6GITHUB_PROJECT= strawberry 6GITHUB_PROJECT= strawberry
7GITHUB_RELEASE= ${PKGVERSION_NOREV} 7GITHUB_RELEASE= ${PKGVERSION_NOREV}
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://www.strawberrymusicplayer.org/ 11HOMEPAGE= https://www.strawberrymusicplayer.org/
12COMMENT= Music player and music collection organizer (based on Clementine) 12COMMENT= Music player and music collection organizer (based on Clementine)
13LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
14 14
15TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools 15TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
16 16

cvs diff -r1.6 -r1.7 pkgsrc/audio/strawberry/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/strawberry/distinfo 2020/09/09 07:38:49 1.6
+++ pkgsrc/audio/strawberry/distinfo 2020/10/14 16:37:26 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2020/09/09 07:38:49 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2020/10/14 16:37:26 wiz Exp $
2 2
3SHA1 (strawberry-0.7.2.tar.xz) = 5012db356a2119fc2efa2e19f21650a98440858b 3SHA1 (strawberry-0.8.1.tar.xz) = 3ac7f2fc4143c7a708c6591b7adcd16ea51cba40
4RMD160 (strawberry-0.7.2.tar.xz) = 4e89a5642d3541e9c37785ff410e8bb03f4ba455 4RMD160 (strawberry-0.8.1.tar.xz) = f45d655d093de7c87dbcb498d0b62f2920c8b620
5SHA512 (strawberry-0.7.2.tar.xz) = d664ce81c2eef2e1bbbbdda40e420142c6c0bf6df42a785cc1c7f572f9b7521e44161f93c4694434db8752d7056df946e6e2aa064a62f45b143da6860f007483 5SHA512 (strawberry-0.8.1.tar.xz) = 99c4c11cdb540ec36285b7e6e7fba65d69aa8eb125fba2cf8a053c61adf9e987d415a35fa4dbf76a580a73296cfe2e4072a2872f821810d826292cdae47941b3
6Size (strawberry-0.7.2.tar.xz) = 10123596 bytes 6Size (strawberry-0.8.1.tar.xz) = 10278268 bytes