pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/fluidsynth fluidsynth: update to 2.2.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20819e43ed58
branches:  trunk
changeset: 375940:20819e43ed58
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 30 07:56:23 2022 +0000

description:
fluidsynth: update to 2.2.6.

Undeprecation and minor revisal of the OSS driver (#1038)
Minor improvements to CoreAudio and CoreMidi drivers (#1047, thanks to @bradhowes)
Fix sustained voices being held after ALL_CTRL_OFF (#1049)
Fix clobbering of PORTAMENTO_CTRL after ALL_CRTL_OFF (#1050)
Prevent Modulation Envelope from being stuck in decay phase, causing
detuned voices and potentially other audible glitches for some
soundfonts (#1059)
Fix a compilation issue with recent glib (#1063, thanks to @devingryu)

diffstat:

 audio/fluidsynth/Makefile |  5 ++---
 audio/fluidsynth/PLIST    |  4 ++--
 audio/fluidsynth/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r 97444dff7ea8 -r 20819e43ed58 audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Wed Mar 30 07:54:41 2022 +0000
+++ b/audio/fluidsynth/Makefile Wed Mar 30 07:56:23 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2022/03/28 10:43:32 tnn Exp $
+# $NetBSD: Makefile,v 1.60 2022/03/30 07:56:23 wiz Exp $
 
-DISTNAME=      fluidsynth-2.2.5
-PKGREVISION=   1
+DISTNAME=      fluidsynth-2.2.6
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=FluidSynth/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 97444dff7ea8 -r 20819e43ed58 audio/fluidsynth/PLIST
--- a/audio/fluidsynth/PLIST    Wed Mar 30 07:54:41 2022 +0000
+++ b/audio/fluidsynth/PLIST    Wed Mar 30 07:56:23 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2022/01/31 12:03:33 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2022/03/30 07:56:23 wiz Exp $
 bin/fluidsynth
 include/fluidsynth.h
 include/fluidsynth/audio.h
@@ -20,6 +20,6 @@
 include/fluidsynth/voice.h
 lib/libfluidsynth.so
 lib/libfluidsynth.so.3
-lib/libfluidsynth.so.3.0.5
+lib/libfluidsynth.so.3.0.6
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1
diff -r 97444dff7ea8 -r 20819e43ed58 audio/fluidsynth/distinfo
--- a/audio/fluidsynth/distinfo Wed Mar 30 07:54:41 2022 +0000
+++ b/audio/fluidsynth/distinfo Wed Mar 30 07:56:23 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.36 2022/01/31 12:03:33 wiz Exp $
+$NetBSD: distinfo,v 1.37 2022/03/30 07:56:23 wiz Exp $
 
-BLAKE2s (fluidsynth-2.2.5.tar.gz) = cfb7eec79fe9e629aa69a3992fd7ece22a707da0451ff505136b63143f69de98
-SHA512 (fluidsynth-2.2.5.tar.gz) = 9ba96da560d3e0a3e38febc6f10d2b3d8019b63ffa0a4c6fa9032efd019333df0367bdd3056faba22517f59f4ef27b18d52429606ed2b8306f69778fd755beb2
-Size (fluidsynth-2.2.5.tar.gz) = 1747610 bytes
+BLAKE2s (fluidsynth-2.2.6.tar.gz) = 1e23cb8993a1d6861e2bc100f8a8a1c5ee92616931c3fb636e53fee2f4e0296b
+SHA512 (fluidsynth-2.2.6.tar.gz) = e4958c409e057fe6e09a0aa86cc0d7c939aa883de479aa90c43f19faa4d0c3a0f6aca7242fad11ec7a7776cb7e2e602c953c6249fc94b9f04425101584ae3e6c
+Size (fluidsynth-2.2.6.tar.gz) = 1749202 bytes
 SHA1 (patch-CMakeLists.txt) = 24c923c5e7b39b71b499bd204a7ca74268ea552c
 SHA1 (patch-include_fluidsynth_log.h) = cfc4e180f53e6cac03bea90a0c91d6fd75e39459
 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa



Home | Main Index | Thread Index | Old Index