Received: by mail.netbsd.org (Postfix, from userid 605) id B0FFC84DB1; Thu, 13 May 2021 09:44:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ED8F784DA9 for ; Thu, 13 May 2021 09:44: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 RJmcKhadVn5W for ; Thu, 13 May 2021 09:44:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5EA5D84CE1 for ; Thu, 13 May 2021 09:44:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A7EBEFA95; Thu, 13 May 2021 09:44:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162089906884750" MIME-Version: 1.0 Date: Thu, 13 May 2021 09:44:28 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/fluidsynth To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210513094428.A7EBEFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162089906884750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu May 13 09:44:28 UTC 2021 Modified Files: pkgsrc/audio/fluidsynth: Makefile PLIST distinfo Log Message: fluidsynth: update to 2.2.1 Changes: - Make ALSA the default driver on Linux - Coreaudio driver failed to initialize on MacOS 11 - WaveOut driver failed to initialize - COM initialization in WASAPI driver is no longer performed in the caller's context - WASPI driver now supports reverb and chorus - Handle SysEx GM/GM2 mode on, GS reset, and XG reset - Old behaviour of fluid_player_join has been restored to prevent infinite loop in client code - The Soundfont loader code has been refactored, illegal generators will now be skipped more consequently To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/audio/fluidsynth/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/fluidsynth/PLIST cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/fluidsynth/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162089906884750 Content-Disposition: inline Content-Length: 2589 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/fluidsynth/Makefile diff -u pkgsrc/audio/fluidsynth/Makefile:1.49 pkgsrc/audio/fluidsynth/Makefile:1.50 --- pkgsrc/audio/fluidsynth/Makefile:1.49 Mon Apr 5 10:54:15 2021 +++ pkgsrc/audio/fluidsynth/Makefile Thu May 13 09:44:28 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2021/04/05 10:54:15 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2021/05/13 09:44:28 nia Exp $ -DISTNAME= fluidsynth-2.2.0 +DISTNAME= fluidsynth-2.2.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=FluidSynth/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/audio/fluidsynth/PLIST diff -u pkgsrc/audio/fluidsynth/PLIST:1.14 pkgsrc/audio/fluidsynth/PLIST:1.15 --- pkgsrc/audio/fluidsynth/PLIST:1.14 Mon Apr 5 10:54:15 2021 +++ pkgsrc/audio/fluidsynth/PLIST Thu May 13 09:44:28 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2021/04/05 10:54:15 wiz Exp $ +@comment $NetBSD: PLIST,v 1.15 2021/05/13 09:44:28 nia Exp $ bin/fluidsynth include/fluidsynth.h include/fluidsynth/audio.h @@ -20,6 +20,6 @@ include/fluidsynth/version.h include/fluidsynth/voice.h lib/libfluidsynth.so lib/libfluidsynth.so.3 -lib/libfluidsynth.so.3.0.0 +lib/libfluidsynth.so.3.0.1 lib/pkgconfig/fluidsynth.pc man/man1/fluidsynth.1 Index: pkgsrc/audio/fluidsynth/distinfo diff -u pkgsrc/audio/fluidsynth/distinfo:1.29 pkgsrc/audio/fluidsynth/distinfo:1.30 --- pkgsrc/audio/fluidsynth/distinfo:1.29 Mon Apr 5 10:54:15 2021 +++ pkgsrc/audio/fluidsynth/distinfo Thu May 13 09:44:28 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.29 2021/04/05 10:54:15 wiz Exp $ +$NetBSD: distinfo,v 1.30 2021/05/13 09:44:28 nia Exp $ -SHA1 (fluidsynth-2.2.0.tar.gz) = cb233fbee00be65f4319cda939b9133abbaccbab -RMD160 (fluidsynth-2.2.0.tar.gz) = 9381e9d21f325d7d19da5e2bddd9614c64cce562 -SHA512 (fluidsynth-2.2.0.tar.gz) = fa08c6d6914accbb5a99bb912066d97ded26ab3c706e663e76a4f1b024f610f676d2e1f7c30872d00e0fe86b5c494dcea581ecd0770977d235962a845c074bd6 -Size (fluidsynth-2.2.0.tar.gz) = 1507709 bytes +SHA1 (fluidsynth-2.2.1.tar.gz) = c2ee0d00b973dd89d83069a73558fceb86631c4c +RMD160 (fluidsynth-2.2.1.tar.gz) = d99d5ca8fce8679c5d4da4f62654a222f492188b +SHA512 (fluidsynth-2.2.1.tar.gz) = a42728f179fd2583a292d18d9b7d98498b42574aff6559e8e3762329893dd18c451b5611517aa9aa7ee6ba9fc0db3c83e127d097c68769c5d8562a49dc427ee9 +Size (fluidsynth-2.2.1.tar.gz) = 1594153 bytes SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe SHA1 (patch-include_fluidsynth_log.h) = cfc4e180f53e6cac03bea90a0c91d6fd75e39459 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa --_----------=_162089906884750--