diff options
author | wiz <wiz@pkgsrc.org> | 2021-09-12 09:17:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-09-12 09:17:19 +0000 |
commit | dd6158b4af7dc066e91b22530daae8882a59d988 (patch) | |
tree | 68d5bf65a6e98ba3beaa3b32f01fd1ece5bec172 | |
parent | 2e020850666e1d9180e4e7a77a4fa3c653d9d212 (diff) | |
download | pkgsrc-dd6158b4af7dc066e91b22530daae8882a59d988.tar.gz |
fluidsynth: update to 2.2.3.
FluidSynth did not build on macOS 10.5 and earlier (#946, thanks to @evanmiller)
Fix build with CMake <3.7 (#944, thanks to @komh)
Fix a NULL dereference in delete_fluid_ladspa_effect() (#963)
-rw-r--r-- | audio/fluidsynth/Makefile | 5 | ||||
-rw-r--r-- | audio/fluidsynth/PLIST | 4 | ||||
-rw-r--r-- | audio/fluidsynth/distinfo | 10 |
3 files changed, 9 insertions, 10 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index 316c54be63f..3595d2841a0 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2021/09/08 21:04:55 nia Exp $ +# $NetBSD: Makefile,v 1.55 2021/09/12 09:17:19 wiz Exp $ -DISTNAME= fluidsynth-2.2.2 -PKGREVISION= 2 +DISTNAME= fluidsynth-2.2.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=FluidSynth/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/audio/fluidsynth/PLIST b/audio/fluidsynth/PLIST index 4a0509ae07a..cc90ce3ed04 100644 --- a/audio/fluidsynth/PLIST +++ b/audio/fluidsynth/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2021/07/29 10:22:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2021/09/12 09:17:19 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.2 +lib/libfluidsynth.so.3.0.3 lib/pkgconfig/fluidsynth.pc man/man1/fluidsynth.1 diff --git a/audio/fluidsynth/distinfo b/audio/fluidsynth/distinfo index 2f989c7011a..a0926e6eada 100644 --- a/audio/fluidsynth/distinfo +++ b/audio/fluidsynth/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.31 2021/07/29 10:22:42 wiz Exp $ +$NetBSD: distinfo,v 1.32 2021/09/12 09:17:19 wiz Exp $ -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 (fluidsynth-2.2.3.tar.gz) = 038839aa5c97636935a1a4c4ab4a420ef5f4985a +RMD160 (fluidsynth-2.2.3.tar.gz) = 712eb249e93310adb83cff8f213657941b7b493d +SHA512 (fluidsynth-2.2.3.tar.gz) = 67f8da02714350cc0439fbdce763d00cb08d01301a6aaa3e2655e67935048b43e18968c9a52aa64c702b5e30ae2b2b4946f69e8be4af5889fa414c654d4eb13e +Size (fluidsynth-2.2.3.tar.gz) = 1745344 bytes SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe SHA1 (patch-include_fluidsynth_log.h) = cfc4e180f53e6cac03bea90a0c91d6fd75e39459 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa |