pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/fluidsynth
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 30 07:56:23 UTC 2022
Modified Files:
pkgsrc/audio/fluidsynth: Makefile PLIST distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.36 -r1.37 pkgsrc/audio/fluidsynth/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/fluidsynth/Makefile
diff -u pkgsrc/audio/fluidsynth/Makefile:1.59 pkgsrc/audio/fluidsynth/Makefile:1.60
--- pkgsrc/audio/fluidsynth/Makefile:1.59 Mon Mar 28 10:43:32 2022
+++ pkgsrc/audio/fluidsynth/Makefile Wed Mar 30 07:56:23 2022
@@ -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}
Index: pkgsrc/audio/fluidsynth/PLIST
diff -u pkgsrc/audio/fluidsynth/PLIST:1.19 pkgsrc/audio/fluidsynth/PLIST:1.20
--- pkgsrc/audio/fluidsynth/PLIST:1.19 Mon Jan 31 12:03:33 2022
+++ pkgsrc/audio/fluidsynth/PLIST Wed Mar 30 07:56:23 2022
@@ -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/version.h
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
Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.36 pkgsrc/audio/fluidsynth/distinfo:1.37
--- pkgsrc/audio/fluidsynth/distinfo:1.36 Mon Jan 31 12:03:33 2022
+++ pkgsrc/audio/fluidsynth/distinfo Wed Mar 30 07:56:23 2022
@@ -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