From 30aa4f543976fa1a458f0866e50cb8add832ca3e Mon Sep 17 00:00:00 2001 From: pin Date: Sat, 2 Jan 2021 14:13:56 +0000 Subject: [PATCH] audio/spotify-qt: update to 3.3 Fixes: -Fixed not sorting by track number correctly in some cases (#29). -Fixed showing "View artist" from tracks in artist view, which opened an empty artist. -Fixed not saving settings for changelog and playback order properly. -Fixed some possible issues with media controller in snap (#38). -Fixed copying an album link to clipboard, copying an invalid link. -Fixed failing to refresh playlist, showing an empty list. Changes: -Added setting to use relative dates (... ago instead of exact date) (enabled by default). -Improved Qt 6 support (compile with -DUSE_QT6=ON to link against Qt 6). -Added a new --reset-credentials parameter to reset Spotify credentials (#39). -Renamed library items to be make more sense (still in the same order). -Hovering over a year for an album in artist view now shows the full release date. -Removed "single click to play tracks" settings, as it's now automatic depending on system setting (#40, #41). -Space can now be used to play/pause while the application has focus. -Added ability to search for a single item by pasting the URL or ID of the item. --- 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 fbba455001cb..f0f59953cce3 100644 --- a/audio/spotify-qt/Makefile +++ b/audio/spotify-qt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2020/11/28 21:17:28 pin Exp $ +# $NetBSD: Makefile,v 1.6 2021/01/02 14:13:56 pin Exp $ -DISTNAME= spotify-qt-3.2 +DISTNAME= spotify-qt-3.3 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 4b57c6c06c89..22e1b40bc140 100644 --- a/audio/spotify-qt/distinfo +++ b/audio/spotify-qt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2020/11/28 21:17:28 pin Exp $ +$NetBSD: distinfo,v 1.5 2021/01/02 14:13:56 pin Exp $ -SHA1 (spotify-qt-3.2.tar.gz) = a04e34279e56b4701092bff8e9c7f2ac20105afb -RMD160 (spotify-qt-3.2.tar.gz) = 6acaa1a9d94baa532b5a4b7a5137bc74525fb814 -SHA512 (spotify-qt-3.2.tar.gz) = d3b281843ae0bd86c42049c751b8677fecee70d94ebd25ee4e47868fc9c4a2f90ed0fc2aa693d5ce9c141e3aded4abc973e629819f53ea7c559d82011c93b7c4 -Size (spotify-qt-3.2.tar.gz) = 323446 bytes +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