diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-31 12:03:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-31 12:03:33 +0000 |
commit | ec90e2605b67022df522a82427a9a8bbf386d5ed (patch) | |
tree | 8076452ca6e333b56147a1a0eb9622c9e7c92f57 | |
parent | f9be166f2afd5e54cc9676af53901be682d22f0e (diff) | |
download | pkgsrc-ec90e2605b67022df522a82427a9a8bbf386d5ed.tar.gz |
fluidsynth: update to 2.2.5.
Fix a build failure with CMake < 3.12 (#1003, thanks to @komh)
OSS and MidiShare drivers are now deprecated (#1010)
Prevent samples accidentally having their loops disabled (#1017)
Fix framework installation on MacOS (#1029, thanks to @pedrolcl)
-rw-r--r-- | audio/fluidsynth/Makefile | 5 | ||||
-rw-r--r-- | audio/fluidsynth/PLIST | 4 | ||||
-rw-r--r-- | audio/fluidsynth/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index d0a4102185d..bf9e63c421f 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2021/12/08 16:01:43 adam Exp $ +# $NetBSD: Makefile,v 1.58 2022/01/31 12:03:33 wiz Exp $ -DISTNAME= fluidsynth-2.2.4 -PKGREVISION= 1 +DISTNAME= fluidsynth-2.2.5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=FluidSynth/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/audio/fluidsynth/PLIST b/audio/fluidsynth/PLIST index 0051a1ca93b..28c94cb0338 100644 --- a/audio/fluidsynth/PLIST +++ b/audio/fluidsynth/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2021/11/28 10:43:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.19 2022/01/31 12:03:33 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.4 +lib/libfluidsynth.so.3.0.5 lib/pkgconfig/fluidsynth.pc man/man1/fluidsynth.1 diff --git a/audio/fluidsynth/distinfo b/audio/fluidsynth/distinfo index de3c0113c60..a054c0ba8c3 100644 --- a/audio/fluidsynth/distinfo +++ b/audio/fluidsynth/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.35 2021/11/28 10:43:42 wiz Exp $ +$NetBSD: distinfo,v 1.36 2022/01/31 12:03:33 wiz Exp $ -BLAKE2s (fluidsynth-2.2.4.tar.gz) = a895b4c0016a0ad50e0d26a19760e6aabc345d4b0ea8028ab92deac069f64227 -SHA512 (fluidsynth-2.2.4.tar.gz) = 46c3f0759cc011f34e5ba80684df4e8b593315d564da2341aaea14a5f0ba9cf732933f6ebc8712506f194b044a8e2b198b9e50879ff4221e6a9ab8051e79b48f -Size (fluidsynth-2.2.4.tar.gz) = 1746638 bytes +BLAKE2s (fluidsynth-2.2.5.tar.gz) = cfb7eec79fe9e629aa69a3992fd7ece22a707da0451ff505136b63143f69de98 +SHA512 (fluidsynth-2.2.5.tar.gz) = 9ba96da560d3e0a3e38febc6f10d2b3d8019b63ffa0a4c6fa9032efd019333df0367bdd3056faba22517f59f4ef27b18d52429606ed2b8306f69778fd755beb2 +Size (fluidsynth-2.2.5.tar.gz) = 1747610 bytes SHA1 (patch-CMakeLists.txt) = 24c923c5e7b39b71b499bd204a7ca74268ea552c SHA1 (patch-include_fluidsynth_log.h) = cfc4e180f53e6cac03bea90a0c91d6fd75e39459 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa |