Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D52531A9217 for ; Sat, 28 Nov 2020 21:17:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 327EA84DA9; Sat, 28 Nov 2020 21:17:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6805484DA1 for ; Sat, 28 Nov 2020 21:17:29 +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 qsEw4_p2FaHt for ; Sat, 28 Nov 2020 21:17:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BD6ED84CE1 for ; Sat, 28 Nov 2020 21:17:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6B35FA9D; Sat, 28 Nov 2020 21:17:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1606598248171930" MIME-Version: 1.0 Date: Sat, 28 Nov 2020 21:17:28 +0000 From: "pin" Subject: CVS commit: pkgsrc/audio/spotify-qt To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20201128211728.B6B35FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1606598248171930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sat Nov 28 21:17:28 UTC 2020 Modified Files: pkgsrc/audio/spotify-qt: Makefile distinfo Log Message: audio/spotify-qt: update to 3.2 Fixes: -Fixed support for CMake versions older than 3.12. -Fixed playlists with 100 or more tracks not sorting by track number properly (#29). -Fixed only the first 50 playlists being visible (#32). -Fixed not logging output of librespot properly. -Fixed not playing library items with more than 500 tracks properly. Changes: -Redesigned settings with improved navigation. -Artist, search and audio features are now in a tabbed side panel. -Temporarily removed lyrics option, as it stopped working. -Application version is now fetched from code instead (-DGIT_TAG is now ignored) (#34). -Backend for Spotify client can now be manually selected (#31). -Wayland support (#35). -A limit on how many tracks can be queued at once can now be set (500 by default) (#33). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/spotify-qt/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/spotify-qt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1606598248171930 Content-Disposition: inline Content-Length: 1643 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.4 pkgsrc/audio/spotify-qt/Makefile:1.5 --- pkgsrc/audio/spotify-qt/Makefile:1.4 Mon Nov 9 14:08:30 2020 +++ pkgsrc/audio/spotify-qt/Makefile Sat Nov 28 21:17:28 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2020/11/09 14:08:30 pin Exp $ +# $NetBSD: Makefile,v 1.5 2020/11/28 21:17:28 pin Exp $ -DISTNAME= spotify-qt-3.1 +DISTNAME= spotify-qt-3.2 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.3 pkgsrc/audio/spotify-qt/distinfo:1.4 --- pkgsrc/audio/spotify-qt/distinfo:1.3 Mon Nov 9 14:08:30 2020 +++ pkgsrc/audio/spotify-qt/distinfo Sat Nov 28 21:17:28 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/11/09 14:08:30 pin Exp $ +$NetBSD: distinfo,v 1.4 2020/11/28 21:17:28 pin Exp $ -SHA1 (spotify-qt-3.1.tar.gz) = d0e8d7b06a89f53fe16cce0971accfce84df430f -RMD160 (spotify-qt-3.1.tar.gz) = dc909e71256f1d9e9c0b13673c73c789ec80101f -SHA512 (spotify-qt-3.1.tar.gz) = 7fe69759c90119f9579e65f89662250a411b82bb55017f8873d75d41d1c4175d6cd316cc0ea0aad9357f3aadc343fd75704f195c7db556f0c909c3c0b34c0122 -Size (spotify-qt-3.1.tar.gz) = 320034 bytes +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 --_----------=_1606598248171930--