summaryrefslogtreecommitdiff
path: root/audio/fluidsynth/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-07-29 10:22:42 +0000
committerwiz <wiz@pkgsrc.org>2021-07-29 10:22:42 +0000
commit1df502a9034a895f7eb2e8210e2e27c296878b66 (patch)
treeadb12f69df42a69e618bbf8b56ba70de47af81d7 /audio/fluidsynth/Makefile
parent75781a6f8105ef886a67aae847fa782c6e4a3c8d (diff)
downloadpkgsrc-1df502a9034a895f7eb2e8210e2e27c296878b66.tar.gz
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 (limited to 'audio/fluidsynth/Makefile')
-rw-r--r--audio/fluidsynth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile
index 591a19685ea..565b79c502e 100644
--- a/audio/fluidsynth/Makefile
+++ b/audio/fluidsynth/Makefile
@@ -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}