Thu Jul 29 10:22:42 2021 UTC ()
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)


(wiz)
diff -r1.50 -r1.51 pkgsrc/audio/fluidsynth/Makefile
diff -r1.15 -r1.16 pkgsrc/audio/fluidsynth/PLIST
diff -r1.30 -r1.31 pkgsrc/audio/fluidsynth/distinfo

cvs diff -r1.50 -r1.51 pkgsrc/audio/fluidsynth/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/fluidsynth/Makefile 2021/05/13 09:44:28 1.50
+++ pkgsrc/audio/fluidsynth/Makefile 2021/07/29 10:22:42 1.51
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.50 2021/05/13 09:44:28 nia Exp $ 1# $NetBSD: Makefile,v 1.51 2021/07/29 10:22:42 wiz Exp $
2 2
3DISTNAME= fluidsynth-2.2.1 3DISTNAME= fluidsynth-2.2.2
4CATEGORIES= audio 4CATEGORIES= audio
5MASTER_SITES= ${MASTER_SITE_GITHUB:=FluidSynth/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=FluidSynth/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.fluidsynth.org/ 9HOMEPAGE= http://www.fluidsynth.org/
10COMMENT= Software synthesizer based on SoundFont2 10COMMENT= Software synthesizer based on SoundFont2
11LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
12 12
13USE_CMAKE= yes 13USE_CMAKE= yes
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16 16

cvs diff -r1.15 -r1.16 pkgsrc/audio/fluidsynth/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/fluidsynth/PLIST 2021/05/13 09:44:28 1.15
+++ pkgsrc/audio/fluidsynth/PLIST 2021/07/29 10:22:42 1.16
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1@comment $NetBSD: PLIST,v 1.15 2021/05/13 09:44:28 nia Exp $ 1@comment $NetBSD: PLIST,v 1.16 2021/07/29 10:22:42 wiz Exp $
2bin/fluidsynth 2bin/fluidsynth
3include/fluidsynth.h 3include/fluidsynth.h
4include/fluidsynth/audio.h 4include/fluidsynth/audio.h
5include/fluidsynth/event.h 5include/fluidsynth/event.h
6include/fluidsynth/gen.h 6include/fluidsynth/gen.h
7include/fluidsynth/ladspa.h 7include/fluidsynth/ladspa.h
8include/fluidsynth/log.h 8include/fluidsynth/log.h
9include/fluidsynth/midi.h 9include/fluidsynth/midi.h
10include/fluidsynth/misc.h 10include/fluidsynth/misc.h
11include/fluidsynth/mod.h 11include/fluidsynth/mod.h
12include/fluidsynth/seq.h 12include/fluidsynth/seq.h
13include/fluidsynth/seqbind.h 13include/fluidsynth/seqbind.h
14include/fluidsynth/settings.h 14include/fluidsynth/settings.h
15include/fluidsynth/sfont.h 15include/fluidsynth/sfont.h
16include/fluidsynth/shell.h 16include/fluidsynth/shell.h
17include/fluidsynth/synth.h 17include/fluidsynth/synth.h
18include/fluidsynth/types.h 18include/fluidsynth/types.h
19include/fluidsynth/version.h 19include/fluidsynth/version.h
20include/fluidsynth/voice.h 20include/fluidsynth/voice.h
21lib/libfluidsynth.so 21lib/libfluidsynth.so
22lib/libfluidsynth.so.3 22lib/libfluidsynth.so.3
23lib/libfluidsynth.so.3.0.1 23lib/libfluidsynth.so.3.0.2
24lib/pkgconfig/fluidsynth.pc 24lib/pkgconfig/fluidsynth.pc
25man/man1/fluidsynth.1 25man/man1/fluidsynth.1

cvs diff -r1.30 -r1.31 pkgsrc/audio/fluidsynth/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/fluidsynth/distinfo 2021/05/13 09:44:28 1.30
+++ pkgsrc/audio/fluidsynth/distinfo 2021/07/29 10:22:42 1.31
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.30 2021/05/13 09:44:28 nia Exp $ 1$NetBSD: distinfo,v 1.31 2021/07/29 10:22:42 wiz Exp $
2 2
3SHA1 (fluidsynth-2.2.1.tar.gz) = c2ee0d00b973dd89d83069a73558fceb86631c4c 3SHA1 (fluidsynth-2.2.2.tar.gz) = a367d6cbd81ff8e0284d55de66b671bd496a9e04
4RMD160 (fluidsynth-2.2.1.tar.gz) = d99d5ca8fce8679c5d4da4f62654a222f492188b 4RMD160 (fluidsynth-2.2.2.tar.gz) = ca42cf7e4b8222ebcc789bf4d89c49c05f672e7a
5SHA512 (fluidsynth-2.2.1.tar.gz) = a42728f179fd2583a292d18d9b7d98498b42574aff6559e8e3762329893dd18c451b5611517aa9aa7ee6ba9fc0db3c83e127d097c68769c5d8562a49dc427ee9 5SHA512 (fluidsynth-2.2.2.tar.gz) = 208956e367725de4b1faeba7d4125a6a85bb4191ef0354a7087809e93d93b8986cdc30b78c135a743104851d15f3bb09776855fa02a686de0810dd14c97851c3
6Size (fluidsynth-2.2.1.tar.gz) = 1594153 bytes 6Size (fluidsynth-2.2.2.tar.gz) = 1741567 bytes
7SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe 7SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe
8SHA1 (patch-include_fluidsynth_log.h) = cfc4e180f53e6cac03bea90a0c91d6fd75e39459 8SHA1 (patch-include_fluidsynth_log.h) = cfc4e180f53e6cac03bea90a0c91d6fd75e39459
9SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa 9SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa