Sun Dec 31 23:52:17 2023 UTC (148d)
audio/spotify-qt: update to 3.11

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.


(pin)
diff -r1.25 -r1.26 pkgsrc/audio/spotify-qt/Makefile
diff -r1.14 -r1.15 pkgsrc/audio/spotify-qt/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/audio/spotify-qt/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/spotify-qt/Makefile 2023/11/12 13:20:43 1.25
+++ pkgsrc/audio/spotify-qt/Makefile 2023/12/31 23:52:17 1.26
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.25 2023/11/12 13:20:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.26 2023/12/31 23:52:17 pin Exp $
2 2
3DISTNAME= spotify-qt-3.10 3DISTNAME= spotify-qt-3.11
4PKGREVISION= 7 
5CATEGORIES= audio 4CATEGORIES= audio
6MASTER_SITES= ${MASTER_SITE_GITHUB:=kraxarn/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=kraxarn/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8 7
9MAINTAINER= pin@NetBSD.org 8MAINTAINER= pin@NetBSD.org
10HOMEPAGE= https://github.com/kraxarn/spotify-qt/ 9HOMEPAGE= https://github.com/kraxarn/spotify-qt/
11COMMENT= Lightweight Spotify client using Qt 10COMMENT= Lightweight Spotify client using Qt
12LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
13 12
14USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
15 14
16CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release 15CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
17CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX} 16CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX}

cvs diff -r1.14 -r1.15 pkgsrc/audio/spotify-qt/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/spotify-qt/distinfo 2023/03/28 20:33:56 1.14
+++ pkgsrc/audio/spotify-qt/distinfo 2023/12/31 23:52:17 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2023/03/28 20:33:56 pin Exp $ 1$NetBSD: distinfo,v 1.15 2023/12/31 23:52:17 pin Exp $
2 2
3BLAKE2s (spotify-qt-3.10.tar.gz) = 8c0e6a33c9182544494aa9f9d99011e54383a1cf9bd7df5e60e58013b51c08ee 3BLAKE2s (spotify-qt-3.11.tar.gz) = 131251c8d54b42c9914c0b44043d66e0a0643f96e1f2a62e0de3efa37cb774ef
4SHA512 (spotify-qt-3.10.tar.gz) = 734c440b10b013114746ad6d7c71e7de439521c287c92343501bf1844aaa28192ccef3b4689cbe6de34c686af020bd44994ef8522039a67d85510e91f9640f71 4SHA512 (spotify-qt-3.11.tar.gz) = 67c42bfafc533baeab1b917eaa815652338bad2242fae7392d36b735d2c97ad46273e448c083f147062ba07fa8929c3bcf0f2a4e38cd3c896ce152caf0de8013
5Size (spotify-qt-3.10.tar.gz) = 799753 bytes 5Size (spotify-qt-3.11.tar.gz) = 1923930 bytes