From 1ddfde781683cd583386122bdeb1c4efdbd66ea3 Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 31 Dec 2023 23:52:17 +0000 Subject: [PATCH] audio/spotify-qt: update to 3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Happy new year! 🎉 Fixes - Fixed build on FreeBSD (#214). - Fixed current track sometimes not showing as playing in tracks list. - Fixed progress slider performing double click actions with some styles. - Fixed HTML tags in playlists descriptions not displaying properly. - Fixed some systems not being able to open links or files properly. - Fixed "Added" sometimes showing negative values on just added tracks. Changes - Much improved performance when loading playlists (#102). - Added support for track queue (#63). - Added an option to ignore unavailable tracks in playlists (#209). - Added support for librespot v0.5.0 (#218). - Added tooltips for links for artists (#227). - Much improved performance with a lot of liked tracks (#228). - Added support for passing custom arguments to Spotify client (#232). - Added history. - Improved resizing with expanded album art. - Added an option for tabbed library and playlists. - The main toolbar can now be placed at the bottom of the window. - Settings can now be saved, even if an invalid Spotify client path is provided. - The shape of the album art can now be changed. - Improved performance with "Recent" playlist sorting. - Added new tooltips for tracks, albums and playlists. --- audio/spotify-qt/Makefile | 5 ++--- audio/spotify-qt/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/audio/spotify-qt/Makefile b/audio/spotify-qt/Makefile index d917e1b37258..0c39e26998fd 100644 --- a/audio/spotify-qt/Makefile +++ b/audio/spotify-qt/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2023/11/12 13:20:43 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2023/12/31 23:52:17 pin Exp $ -DISTNAME= spotify-qt-3.10 -PKGREVISION= 7 +DISTNAME= spotify-qt-3.11 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 fe68ab57279b..d0502b810df4 100644 --- a/audio/spotify-qt/distinfo +++ b/audio/spotify-qt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2023/03/28 20:33:56 pin Exp $ +$NetBSD: distinfo,v 1.15 2023/12/31 23:52:17 pin Exp $ -BLAKE2s (spotify-qt-3.10.tar.gz) = 8c0e6a33c9182544494aa9f9d99011e54383a1cf9bd7df5e60e58013b51c08ee -SHA512 (spotify-qt-3.10.tar.gz) = 734c440b10b013114746ad6d7c71e7de439521c287c92343501bf1844aaa28192ccef3b4689cbe6de34c686af020bd44994ef8522039a67d85510e91f9640f71 -Size (spotify-qt-3.10.tar.gz) = 799753 bytes +BLAKE2s (spotify-qt-3.11.tar.gz) = 131251c8d54b42c9914c0b44043d66e0a0643f96e1f2a62e0de3efa37cb774ef +SHA512 (spotify-qt-3.11.tar.gz) = 67c42bfafc533baeab1b917eaa815652338bad2242fae7392d36b735d2c97ad46273e448c083f147062ba07fa8929c3bcf0f2a4e38cd3c896ce152caf0de8013 +Size (spotify-qt-3.11.tar.gz) = 1923930 bytes