Received: by mail.netbsd.org (Postfix, from userid 605) id 6358A84CEE; Wed, 3 Aug 2022 16:22:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 97F3084D17 for ; Wed, 3 Aug 2022 16:22:32 +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 4aVWycpp-1Gm for ; Wed, 3 Aug 2022 16:22:32 +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 0633C84CE2 for ; Wed, 3 Aug 2022 16:22:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1BACFB1A; Wed, 3 Aug 2022 16:22:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1659543751233980" MIME-Version: 1.0 Date: Wed, 3 Aug 2022 16:22:31 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/strawberry To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220803162231.F1BACFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1659543751233980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Aug 3 16:22:31 UTC 2022 Modified Files: pkgsrc/audio/strawberry: Makefile distinfo Log Message: strawberry: update to 1.0.7 ChangeLog Version 1.0.7 (2022.07.25) Bugfixes: * Fixed checking file extension case-insensitive when loading and saving playlists. * Fixed reading and saving rating with TagParser. Enhancements * Added option for selecting file extension when saving all playlists. Version 1.0.6 (2022.07.17) Bugfixes: * Fixed certain albums not added to playlist in correct track order from search for Tidal and QObuz. * Fixed songs not added to playlist in numeric order when added from file view with right click * Fixed "Stop after this track" graying out next track in dynamic mode * Fixed a gstreamer caps leak when transcoding songs. * Fixed errors in translation files Enhancements * Add songs to the collection even when they have invalid ctime or mtime. * Made ListenBrainz scrobbler respect "Prefer album artist" option * Send track duration, number, player name and version when scrobbling to ListenBrainz To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/strawberry/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/strawberry/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1659543751233980 Content-Disposition: inline Content-Length: 1867 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.38 pkgsrc/audio/strawberry/Makefile:1.39 --- pkgsrc/audio/strawberry/Makefile:1.38 Sat Jul 2 16:53:08 2022 +++ pkgsrc/audio/strawberry/Makefile Wed Aug 3 16:22:31 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2022/07/02 16:53:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.39 2022/08/03 16:22:31 nia Exp $ -DISTNAME= strawberry-1.0.5 -PKGREVISION= 1 +DISTNAME= strawberry-1.0.7 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=strawberrymusicplayer/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/audio/strawberry/distinfo diff -u pkgsrc/audio/strawberry/distinfo:1.21 pkgsrc/audio/strawberry/distinfo:1.22 --- pkgsrc/audio/strawberry/distinfo:1.21 Wed Jun 22 09:36:49 2022 +++ pkgsrc/audio/strawberry/distinfo Wed Aug 3 16:22:31 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.21 2022/06/22 09:36:49 nia Exp $ +$NetBSD: distinfo,v 1.22 2022/08/03 16:22:31 nia Exp $ -BLAKE2s (strawberry-1.0.5.tar.xz) = 5d223ed06087e64fe78ceb8bf963ab8495d44aa478fc5328e4faae59e1231277 -SHA512 (strawberry-1.0.5.tar.xz) = 4c625c75855f87952b274c85b4c5b021b27e75a74d46202ab3ea0aa3c86f510bccdece583483c4ba73e4733f151feb5eac5f5ef5d9a956995979fa307fd8d911 -Size (strawberry-1.0.5.tar.xz) = 11212028 bytes +BLAKE2s (strawberry-1.0.7.tar.xz) = 1f0ec40c5324d965d2f0ee59043eb57dece88f2b677ae60885e03126e562ebd6 +SHA512 (strawberry-1.0.7.tar.xz) = 9bf092c3990ae0c2ce63074c7f6076ccab896ae915c4ee255a7fbb6534d50467648f3e96bc029075acfd50515c45ade867e55518d9a68ec9c10a741e1976d64f +Size (strawberry-1.0.7.tar.xz) = 11216436 bytes SHA1 (patch-src_analyzer_blockanalyzer.cpp) = e1e22a4ea278f03142f13fd8310730854a8ddc9a SHA1 (patch-src_analyzer_boomanalyzer.cpp) = 833bab9d6b59644c9acae662bc389bf731e507ad SHA1 (patch-src_core_utilities.cpp) = 4763a6a376d312a65a083fd798d4a34fe46a716f --_----------=_1659543751233980--