pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/spotify-qt



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Aug 16 11:03:41 UTC 2021

Modified Files:
        pkgsrc/audio/spotify-qt: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/spotify-qt/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/spotify-qt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/spotify-qt/Makefile
diff -u pkgsrc/audio/spotify-qt/Makefile:1.10 pkgsrc/audio/spotify-qt/Makefile:1.11
--- pkgsrc/audio/spotify-qt/Makefile:1.10       Wed Apr 28 08:33:17 2021
+++ pkgsrc/audio/spotify-qt/Makefile    Mon Aug 16 11:03:41 2021
@@ -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}

Index: pkgsrc/audio/spotify-qt/distinfo
diff -u pkgsrc/audio/spotify-qt/distinfo:1.8 pkgsrc/audio/spotify-qt/distinfo:1.9
--- pkgsrc/audio/spotify-qt/distinfo:1.8        Wed Apr 28 08:33:17 2021
+++ pkgsrc/audio/spotify-qt/distinfo    Mon Aug 16 11:03:41 2021
@@ -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



Home | Main Index | Thread Index | Old Index