pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/spotify-qt audio/spotify-qt: update to 3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45fb70603690
branches:  trunk
changeset: 444063:45fb70603690
user:      pin <pin%pkgsrc.org@localhost>
date:      Sat Jan 02 14:13:56 2021 +0000

description:
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.

diffstat:

 audio/spotify-qt/Makefile |   4 ++--
 audio/spotify-qt/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r f505830423f8 -r 45fb70603690 audio/spotify-qt/Makefile
--- a/audio/spotify-qt/Makefile Sat Jan 02 13:26:34 2021 +0000
+++ b/audio/spotify-qt/Makefile Sat Jan 02 14:13:56 2021 +0000
@@ -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 -r f505830423f8 -r 45fb70603690 audio/spotify-qt/distinfo
--- a/audio/spotify-qt/distinfo Sat Jan 02 13:26:34 2021 +0000
+++ b/audio/spotify-qt/distinfo Sat Jan 02 14:13:56 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index