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.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a76743524af
branches:  trunk
changeset: 456442:3a76743524af
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 29 10:22:42 2021 +0000

description:
fluidsynth: update to 2.2.2.

2.2.2

* The MIDI router now handles out-of-range parameters in a smarter manner (#891, thanks to @jjceresa)
* Keep pedaling effective when the same note is played more than once (#905, thanks to @jjceresa)
* Select soundfont samples by frequency instead of midi note numbers (#926, thanks to @Naturseptime)
* Fix the sequencer's event ordering for NoteOn vel=0 events (#907)
* libfluidsynth's import library was broken for MinGW builds (#874)
* fluidsynth.exe short option -Q not working (#915, thanks to @pedrolcl)
* Precompiled Android binaries didn't work (#894, #897)
* Fix openMP detection for XCode 12.5 (#917)
* Make audio.jack.autoconnect connect all available ports (#920)
* Prevent MIDI Player from continuously suppressing notes (#935, thanks to @albedozero)
* fluidsynth.pc now includes private libraries for static linking (#904)
* Fix typos in code and documentation (#939, thanks to @luzpaz)

diffstat:

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

diffs (47 lines):

diff -r de0f52d01992 -r 3a76743524af audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Thu Jul 29 10:19:24 2021 +0000
+++ b/audio/fluidsynth/Makefile Thu Jul 29 10:22:42 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2021/05/13 09:44:28 nia Exp $
+# $NetBSD: Makefile,v 1.51 2021/07/29 10:22:42 wiz Exp $
 
-DISTNAME=      fluidsynth-2.2.1
+DISTNAME=      fluidsynth-2.2.2
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=FluidSynth/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r de0f52d01992 -r 3a76743524af audio/fluidsynth/PLIST
--- a/audio/fluidsynth/PLIST    Thu Jul 29 10:19:24 2021 +0000
+++ b/audio/fluidsynth/PLIST    Thu Jul 29 10:22:42 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2021/05/13 09:44:28 nia Exp $
+@comment $NetBSD: PLIST,v 1.16 2021/07/29 10:22:42 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.1
+lib/libfluidsynth.so.3.0.2
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1
diff -r de0f52d01992 -r 3a76743524af audio/fluidsynth/distinfo
--- a/audio/fluidsynth/distinfo Thu Jul 29 10:19:24 2021 +0000
+++ b/audio/fluidsynth/distinfo Thu Jul 29 10:22:42 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2021/05/13 09:44:28 nia Exp $
+$NetBSD: distinfo,v 1.31 2021/07/29 10:22:42 wiz Exp $
 
-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 (fluidsynth-2.2.2.tar.gz) = a367d6cbd81ff8e0284d55de66b671bd496a9e04
+RMD160 (fluidsynth-2.2.2.tar.gz) = ca42cf7e4b8222ebcc789bf4d89c49c05f672e7a
+SHA512 (fluidsynth-2.2.2.tar.gz) = 208956e367725de4b1faeba7d4125a6a85bb4191ef0354a7087809e93d93b8986cdc30b78c135a743104851d15f3bb09776855fa02a686de0810dd14c97851c3
+Size (fluidsynth-2.2.2.tar.gz) = 1741567 bytes
 SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe
 SHA1 (patch-include_fluidsynth_log.h) = cfc4e180f53e6cac03bea90a0c91d6fd75e39459
 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa



Home | Main Index | Thread Index | Old Index