Sat Jan 2 14:13:56 2021 UTC ()
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.


(pin)
diff -r1.5 -r1.6 pkgsrc/audio/spotify-qt/Makefile
diff -r1.4 -r1.5 pkgsrc/audio/spotify-qt/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/audio/spotify-qt/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/spotify-qt/Makefile 2020/11/28 21:17:28 1.5
+++ pkgsrc/audio/spotify-qt/Makefile 2021/01/02 14:13:56 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2020/11/28 21:17:28 pin Exp $ 1# $NetBSD: Makefile,v 1.6 2021/01/02 14:13:56 pin Exp $
2 2
3DISTNAME= spotify-qt-3.2 3DISTNAME= spotify-qt-3.3
4CATEGORIES= audio 4CATEGORIES= audio
5MASTER_SITES= ${MASTER_SITE_GITHUB:=kraxarn/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=kraxarn/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= pin@NetBSD.org 8MAINTAINER= pin@NetBSD.org
9HOMEPAGE= https://github.com/kraxarn/spotify-qt/ 9HOMEPAGE= https://github.com/kraxarn/spotify-qt/
10COMMENT= Lightweight Spotify client using Qt 10COMMENT= Lightweight Spotify client using Qt
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13USE_CMAKE= yes 13USE_CMAKE= yes
14USE_LANGUAGES= c++ 14USE_LANGUAGES= c++
15 15
16CONFIGURE_DIRS= build 16CONFIGURE_DIRS= build

cvs diff -r1.4 -r1.5 pkgsrc/audio/spotify-qt/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/spotify-qt/distinfo 2020/11/28 21:17:28 1.4
+++ pkgsrc/audio/spotify-qt/distinfo 2021/01/02 14:13:56 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2020/11/28 21:17:28 pin Exp $ 1$NetBSD: distinfo,v 1.5 2021/01/02 14:13:56 pin Exp $
2 2
3SHA1 (spotify-qt-3.2.tar.gz) = a04e34279e56b4701092bff8e9c7f2ac20105afb 3SHA1 (spotify-qt-3.3.tar.gz) = 169eea74fa25897a3c53d73b79f29b43a52b8c3c
4RMD160 (spotify-qt-3.2.tar.gz) = 6acaa1a9d94baa532b5a4b7a5137bc74525fb814 4RMD160 (spotify-qt-3.3.tar.gz) = 86eb9b21d7e8a5415b0a325b0be6cd679dff60bb
5SHA512 (spotify-qt-3.2.tar.gz) = d3b281843ae0bd86c42049c751b8677fecee70d94ebd25ee4e47868fc9c4a2f90ed0fc2aa693d5ce9c141e3aded4abc973e629819f53ea7c559d82011c93b7c4 5SHA512 (spotify-qt-3.3.tar.gz) = 358889746701855f673692199c47121624e2c73cc1966059df0565ed028acc7649d3274ef78a14a672260cab37829aa4380573f897c915fad267d3f5f37a8ba1
6Size (spotify-qt-3.2.tar.gz) = 323446 bytes 6Size (spotify-qt-3.3.tar.gz) = 363436 bytes