diff options
author | nia <nia@pkgsrc.org> | 2021-05-13 09:44:28 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-13 09:44:28 +0000 |
commit | 0b698100de9cdd969ce3609430f90db79e83bbb7 (patch) | |
tree | d5078a49ef625b145fef3d6a2efa13c6a9a3f928 /audio/fluidsynth | |
parent | b0a3288bc5aec247572b3111eb3a78d87c58cdad (diff) | |
download | pkgsrc-0b698100de9cdd969ce3609430f90db79e83bbb7.tar.gz |
fluidsynth: update to 2.2.1
Changes:
- Make ALSA the default driver on Linux
- Coreaudio driver failed to initialize on MacOS 11
- WaveOut driver failed to initialize
- COM initialization in WASAPI driver is no longer performed in the caller's context
- WASPI driver now supports reverb and chorus
- Handle SysEx GM/GM2 mode on, GS reset, and XG reset
- Old behaviour of fluid_player_join has been restored to prevent infinite loop in client code
- The Soundfont loader code has been refactored, illegal generators will now be skipped more consequently
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r-- | audio/fluidsynth/Makefile | 4 | ||||
-rw-r--r-- | audio/fluidsynth/PLIST | 4 | ||||
-rw-r--r-- | audio/fluidsynth/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index 8b9ffcbd2da..591a19685ea 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2021/04/05 10:54:15 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2021/05/13 09:44:28 nia Exp $ -DISTNAME= fluidsynth-2.2.0 +DISTNAME= fluidsynth-2.2.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=FluidSynth/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/audio/fluidsynth/PLIST b/audio/fluidsynth/PLIST index f6563ea34a2..db10aacd34b 100644 --- a/audio/fluidsynth/PLIST +++ b/audio/fluidsynth/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2021/04/05 10:54:15 wiz Exp $ +@comment $NetBSD: PLIST,v 1.15 2021/05/13 09:44:28 nia 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.0 +lib/libfluidsynth.so.3.0.1 lib/pkgconfig/fluidsynth.pc man/man1/fluidsynth.1 diff --git a/audio/fluidsynth/distinfo b/audio/fluidsynth/distinfo index dffa3a0804b..07449ea48ae 100644 --- a/audio/fluidsynth/distinfo +++ b/audio/fluidsynth/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.29 2021/04/05 10:54:15 wiz Exp $ +$NetBSD: distinfo,v 1.30 2021/05/13 09:44:28 nia Exp $ -SHA1 (fluidsynth-2.2.0.tar.gz) = cb233fbee00be65f4319cda939b9133abbaccbab -RMD160 (fluidsynth-2.2.0.tar.gz) = 9381e9d21f325d7d19da5e2bddd9614c64cce562 -SHA512 (fluidsynth-2.2.0.tar.gz) = fa08c6d6914accbb5a99bb912066d97ded26ab3c706e663e76a4f1b024f610f676d2e1f7c30872d00e0fe86b5c494dcea581ecd0770977d235962a845c074bd6 -Size (fluidsynth-2.2.0.tar.gz) = 1507709 bytes +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 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe SHA1 (patch-include_fluidsynth_log.h) = cfc4e180f53e6cac03bea90a0c91d6fd75e39459 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa |