diff options
author | pin <pin@pkgsrc.org> | 2021-08-16 11:03:41 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-08-16 11:03:41 +0000 |
commit | ce3da6eb32b3ddf6435d0391ca1e4877c799ead6 (patch) | |
tree | eb7e581fa2f86729b36ae5af2d4ec95a91b96c44 /audio/spotify-qt | |
parent | 11e766bf6cbd03718e94bdfeefeab35df6a5c252 (diff) | |
download | pkgsrc-ce3da6eb32b3ddf6435d0391ca1e4877c799ead6.tar.gz |
audio/spotify-qt: update to 3.7
Fixes:
-Fixed possible crash when playing library items with large amounts of tracks.
-Fixed not saving last playlist if application closed directly after.
-Fixed not properly handling loading invalid album art from API.
-Fixed not re-enabling the search box when pasting an ID.
-Fixed showing incorrect artist in context when track had multiple artists.
Changes:
-Added a new tab to search for searching in liked tracks.
-Search results for tracks now show album name.
-Both sidebars now have an adjustable width.
-Reworked audio features for improved accuracy.
-Search box is now automatically selected when opening search.
-Sorting in tracks list is now case-insensitive and ignores "The" prefixes.
-Added an option to embed title bar into toolbar (enabled by default).
-Album cover art, and artist covers, are now loaded asynchronously.
-Playlists no longer refresh if they haven't changed since last being loaded.
-Artist albums are now grouped by category.
Diffstat (limited to 'audio/spotify-qt')
-rw-r--r-- | audio/spotify-qt/Makefile | 4 | ||||
-rw-r--r-- | 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 d60c033b35e..0dbd9999b71 100644 --- a/audio/spotify-qt/Makefile +++ b/audio/spotify-qt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2021/04/28 08:33:17 pin Exp $ +# $NetBSD: Makefile,v 1.11 2021/08/16 11:03:41 pin Exp $ -DISTNAME= spotify-qt-3.6 +DISTNAME= spotify-qt-3.7 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 a17ef39df1f..f2eccbe0c7c 100644 --- a/audio/spotify-qt/distinfo +++ b/audio/spotify-qt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2021/04/28 08:33:17 pin Exp $ +$NetBSD: distinfo,v 1.9 2021/08/16 11:03:41 pin Exp $ -SHA1 (spotify-qt-3.6.tar.gz) = 6ea9b5b82d5901044a5a963de66e0208b2054607 -RMD160 (spotify-qt-3.6.tar.gz) = ea8227e4644a74759f4fa0fd392e57fbc4ea0b59 -SHA512 (spotify-qt-3.6.tar.gz) = a3018982289263f34a17ee0db5f4f8df3abb17e962a9ce81a7bb660c5cbb3bb5b24af19f10605b3c5ca6454cccb3dbbbcf3b5502ff0d24a1874903b5a8bd755c -Size (spotify-qt-3.6.tar.gz) = 760257 bytes +SHA1 (spotify-qt-3.7.tar.gz) = e4cafe544d72d9dc5726aaa09d5022b4c7c4f022 +RMD160 (spotify-qt-3.7.tar.gz) = 45cc87c3335caebc5da040ce2dda30c3fcf25087 +SHA512 (spotify-qt-3.7.tar.gz) = c856ae21cbff4acff51909556605c033861a583162516d3d9e97474608861f870a09723f31a99b99ccb32d263333f0da323e4a5353b54b1d4121eccfe62907fa +Size (spotify-qt-3.7.tar.gz) = 811287 bytes |