From f9b423476b29def394551ee23551943cb3670a81 Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 7 Feb 2021 19:40:22 +0000 Subject: [PATCH] audio/spotify-qt: update to 3.4 Fixes: -Fixed not being able to select track title as default sort column. -Fixed sorting tracks by track number in descending order by default. -Fixed a crash when trying to open a track context menu when no track was found. -Fixed the setting to always start Spotify client being ignored in some cases. Changes: -Artist view is now loaded asynchronously to improve performance. -Access token is now only refreshed on start when needed, making app restarts faster. -Settings have been rewritten to improve performance and compatibility. -When using automatic track list header resizing, there's now a maximum width for columns. -When opening an album from a track, that track is now highlighted. -High DPI support (#51). -Qt style can now be manually selected. -Added an option to disable discovery when using librespot (#54). -Redesigned dark theme that more closely resembles the Spotify theme (#47). --- audio/spotify-qt/Makefile | 4 ++-- audio/spotify-qt/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/audio/spotify-qt/Makefile b/audio/spotify-qt/Makefile index f0f59953cce3..952997782206 100644 --- a/audio/spotify-qt/Makefile +++ b/audio/spotify-qt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2021/01/02 14:13:56 pin Exp $ +# $NetBSD: Makefile,v 1.7 2021/02/07 19:40:22 pin Exp $ -DISTNAME= spotify-qt-3.3 +DISTNAME= spotify-qt-3.4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=kraxarn/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/audio/spotify-qt/distinfo b/audio/spotify-qt/distinfo index 22e1b40bc140..9e01c585803c 100644 --- a/audio/spotify-qt/distinfo +++ b/audio/spotify-qt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2021/01/02 14:13:56 pin Exp $ +$NetBSD: distinfo,v 1.6 2021/02/07 19:40:22 pin Exp $ -SHA1 (spotify-qt-3.3.tar.gz) = 169eea74fa25897a3c53d73b79f29b43a52b8c3c -RMD160 (spotify-qt-3.3.tar.gz) = 86eb9b21d7e8a5415b0a325b0be6cd679dff60bb -SHA512 (spotify-qt-3.3.tar.gz) = 358889746701855f673692199c47121624e2c73cc1966059df0565ed028acc7649d3274ef78a14a672260cab37829aa4380573f897c915fad267d3f5f37a8ba1 -Size (spotify-qt-3.3.tar.gz) = 363436 bytes +SHA1 (spotify-qt-3.4.tar.gz) = 69f2751a8c9baca6de2edd5f4f095fbf5e35a152 +RMD160 (spotify-qt-3.4.tar.gz) = 84f60bdc0ee5661679e7ff7d4ae763d355c72d28 +SHA512 (spotify-qt-3.4.tar.gz) = a1e24a0e16ac4ec43efccdbcd46910c3c3a7232dcf05e796082ce6697922e500f5e257481b86f450a17335450171419ec5072ae97302ca4e6cde724ef06e1ea5 +Size (spotify-qt-3.4.tar.gz) = 610255 bytes