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: Sat Jan 2 14:13:56 UTC 2021
Modified Files:
pkgsrc/audio/spotify-qt: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/spotify-qt/Makefile
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/audio/spotify-qt/Makefile:1.6
--- pkgsrc/audio/spotify-qt/Makefile:1.5 Sat Nov 28 21:17:28 2020
+++ pkgsrc/audio/spotify-qt/Makefile Sat Jan 2 14:13:56 2021
@@ -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}
Index: pkgsrc/audio/spotify-qt/distinfo
diff -u pkgsrc/audio/spotify-qt/distinfo:1.4 pkgsrc/audio/spotify-qt/distinfo:1.5
--- pkgsrc/audio/spotify-qt/distinfo:1.4 Sat Nov 28 21:17:28 2020
+++ pkgsrc/audio/spotify-qt/distinfo Sat Jan 2 14:13:56 2021
@@ -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