Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=K9eMBFEB; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=c5bi59un Received: by mail.netbsd.org (Postfix, from userid 605) id 8072484EB5; Tue, 30 Apr 2024 19:09:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714504193; bh=BTeB5DJijWerh3j9gl64Ge/lRUye7YMBzL1nKqhEv+s=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=K9eMBFEBgTLcC5iE7eKum05UaRRiqHAZb9OH6K3Ui+gfNhlfweVPOFIM98jIXDkEq Ug3pAkOxknRPkMDyxMH3v6g9F00P4oBVTQPFPtC4rUJx5SYujx7R0FnGAGzVF5zf4q fcYSfKt8qqWW7gYB23XmIUpNYiQvNqqnM0C7hALc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6FBC584EA5 for ; Tue, 30 Apr 2024 19:09:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nlP4SmzxSSYs for ; Tue, 30 Apr 2024 19:09:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CB02E84E97 for ; Tue, 30 Apr 2024 19:09:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714504191; bh=BTeB5DJijWerh3j9gl64Ge/lRUye7YMBzL1nKqhEv+s=; h=Date:From:Subject:To:Reply-To; b=c5bi59unvoi2fEXmPkegWl1SwaQ+FefViTfdHrGe0jUCiyna879dUhX4ARsmLfl2E XifkrlNKnmILyE+Frpu8Tq8VNq5N8jqKToKAE6ldSPrABYjwJOQKc2AbwPrcyIZI62 hR0l4F11wljJ1DMafjOZT+9bXLXkt3HG4U6CJrLw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id BC223FA2C; Tue, 30 Apr 2024 19:09:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171450419111430" MIME-Version: 1.0 Date: Tue, 30 Apr 2024 19:09:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/strawberry To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240430190951.BC223FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171450419111430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 30 19:09:51 UTC 2024 Modified Files: pkgsrc/audio/strawberry: Makefile distinfo Log Message: strawberry: update to 1.0.23. Version 1.0.23 (2024.01.11): Bugfixes: * Fixed possible duplication of song entries after organizing (#1341). * Fixed possible crash when connecting devices (#1313). * Fixed playlist sorting of original year (#1349). * (macOS) Fixed crash when adding collection directory (QTBUG-120469) (#1350). Enhancements: * Treat all stream errors as non-fatal (#1347). * Require KDSingleApplication 1.1.0. * Fix logging of restored unavailable songs. Version 1.0.22 (2023.12.09): Bugfixes: * Fixed KDSingleApplication cmake version check. * Fixed KDSingleApplication Qt 5 detection (#1299). * Fixed timer started in wrong thread (#1302). * Fixed erratic seeking behaviour if buffer duration is set to zero (#1302). * Fixed SCollection related crash on exit with Qt 5 (#1316). * Fixed track about to end related crash on playback failure (#1332). * Fixed playlist column widths not remembered if stretch mode is off with Qt 6.6.1 and higher (#1328). * (Windows) Properly handle silent uninstall (#1323). Enhancements: * Increase thread priority for playback threads. * Allow drag and drop of songs to favorite playlists. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/audio/strawberry/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/strawberry/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171450419111430 Content-Disposition: inline Content-Length: 1864 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/strawberry/Makefile diff -u pkgsrc/audio/strawberry/Makefile:1.65 pkgsrc/audio/strawberry/Makefile:1.66 --- pkgsrc/audio/strawberry/Makefile:1.65 Sat Apr 6 08:04:53 2024 +++ pkgsrc/audio/strawberry/Makefile Tue Apr 30 19:09:51 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2024/04/06 08:04:53 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2024/04/30 19:09:51 wiz Exp $ -DISTNAME= strawberry-1.0.21 -PKGREVISION= 5 +DISTNAME= strawberry-1.0.23 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=strawberrymusicplayer/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/audio/strawberry/distinfo diff -u pkgsrc/audio/strawberry/distinfo:1.26 pkgsrc/audio/strawberry/distinfo:1.27 --- pkgsrc/audio/strawberry/distinfo:1.26 Mon Nov 20 00:58:09 2023 +++ pkgsrc/audio/strawberry/distinfo Tue Apr 30 19:09:51 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.26 2023/11/20 00:58:09 nia Exp $ +$NetBSD: distinfo,v 1.27 2024/04/30 19:09:51 wiz Exp $ -BLAKE2s (strawberry-1.0.21.tar.xz) = 0262a806044e92436a446bd4371e989371182ca73a245297c0a78fe2790f3f13 -SHA512 (strawberry-1.0.21.tar.xz) = 0378c80b662e9795271e2290c253e6ce523a136cd56a31e4475c02552979aef82f52676e3f66101cc01d6fab0284be6b006595d6c1a01ad05359714bf2574867 -Size (strawberry-1.0.21.tar.xz) = 11240920 bytes +BLAKE2s (strawberry-1.0.23.tar.xz) = cdcd61c52ea68ad6d0677e0e7a82b80095be28f5347f34981c7480c688ba620f +SHA512 (strawberry-1.0.23.tar.xz) = f3249e97b2f0130dadf2a5fcfc128d7054accd6b86cf088a3a45549c584529aefbadaf09e9ed074af85c679495b03ad700e78f6952e913a40b38eaf7c77d5adb +Size (strawberry-1.0.23.tar.xz) = 11297440 bytes SHA1 (patch-CMakeLists.txt) = f34ff2387d1246a63a1bc08978fef43bf8ae12d0 SHA1 (patch-dist_CMakeLists.txt) = 9c2ffc79cb54224a3321a6655815b66531057e38 SHA1 (patch-ext_strawberry-tagreader_CMakeLists.txt) = 77bdd8371151d3c870783d4668d99299719922a1 --_----------=_171450419111430--