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: Sun Feb 7 19:40:22 UTC 2021
Modified Files:
pkgsrc/audio/spotify-qt: Makefile distinfo
Log Message:
audio/spotify-qt: update to 3.4
Fixes:
-Fixed not being able to select track title as default sort column.
-Fixed sorting tracks by track number in descending order by default.
-Fixed a crash when trying to open a track context menu when no track was found.
-Fixed the setting to always start Spotify client being ignored in some cases.
Changes:
-Artist view is now loaded asynchronously to improve performance.
-Access token is now only refreshed on start when needed, making app restarts
faster.
-Settings have been rewritten to improve performance and compatibility.
-When using automatic track list header resizing, there's now a maximum width
for columns.
-When opening an album from a track, that track is now highlighted.
-High DPI support (#51).
-Qt style can now be manually selected.
-Added an option to disable discovery when using librespot (#54).
-Redesigned dark theme that more closely resembles the Spotify theme (#47).
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/spotify-qt/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/audio/spotify-qt/Makefile:1.7
--- pkgsrc/audio/spotify-qt/Makefile:1.6 Sat Jan 2 14:13:56 2021
+++ pkgsrc/audio/spotify-qt/Makefile Sun Feb 7 19:40:22 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/01/02 14:13:56 pin Exp $
+# $NetBSD: Makefile,v 1.7 2021/02/07 19:40:22 pin Exp $
-DISTNAME= spotify-qt-3.3
+DISTNAME= spotify-qt-3.4
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.5 pkgsrc/audio/spotify-qt/distinfo:1.6
--- pkgsrc/audio/spotify-qt/distinfo:1.5 Sat Jan 2 14:13:56 2021
+++ pkgsrc/audio/spotify-qt/distinfo Sun Feb 7 19:40:22 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/01/02 14:13:56 pin Exp $
+$NetBSD: distinfo,v 1.6 2021/02/07 19:40:22 pin Exp $
-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
+SHA1 (spotify-qt-3.4.tar.gz) = 69f2751a8c9baca6de2edd5f4f095fbf5e35a152
+RMD160 (spotify-qt-3.4.tar.gz) = 84f60bdc0ee5661679e7ff7d4ae763d355c72d28
+SHA512 (spotify-qt-3.4.tar.gz) = a1e24a0e16ac4ec43efccdbcd46910c3c3a7232dcf05e796082ce6697922e500f5e257481b86f450a17335450171419ec5072ae97302ca4e6cde724ef06e1ea5
+Size (spotify-qt-3.4.tar.gz) = 610255 bytes
Home |
Main Index |
Thread Index |
Old Index