Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E405084D74 for ; Sun, 31 Dec 2023 23:52:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IyFclQuT-UV8 for ; Sun, 31 Dec 2023 23:52:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4C53B84CD8 for ; Sun, 31 Dec 2023 23:52:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43121FA42; Sun, 31 Dec 2023 23:52:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704066737210050" MIME-Version: 1.0 Date: Sun, 31 Dec 2023 23:52:17 +0000 From: "pin" Subject: CVS commit: pkgsrc/audio/spotify-qt To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20231231235217.43121FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1704066737210050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: pin Date: Sun Dec 31 23:52:17 UTC 2023 Modified Files: pkgsrc/audio/spotify-qt: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/spotify-qt/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/spotify-qt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704066737210050 Content-Disposition: inline Content-Length: 1582 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/spotify-qt/Makefile diff -u pkgsrc/audio/spotify-qt/Makefile:1.25 pkgsrc/audio/spotify-qt/Makefile:1.26 --- pkgsrc/audio/spotify-qt/Makefile:1.25 Sun Nov 12 13:20:43 2023 +++ pkgsrc/audio/spotify-qt/Makefile Sun Dec 31 23:52:17 2023 @@ -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} Index: pkgsrc/audio/spotify-qt/distinfo diff -u pkgsrc/audio/spotify-qt/distinfo:1.14 pkgsrc/audio/spotify-qt/distinfo:1.15 --- pkgsrc/audio/spotify-qt/distinfo:1.14 Tue Mar 28 20:33:56 2023 +++ pkgsrc/audio/spotify-qt/distinfo Sun Dec 31 23:52:17 2023 @@ -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 --_----------=_1704066737210050--