Sun Dec 1 12:51:57 2019 UTC ()
fluidsynth: Update to 2.1.0

New features

    new, less "ringing" reverb engine (#380, thanks to @jjceresa)
    new, stereophonic chorus engine (#548, thanks to @jjceresa)
    support for Downloadable Sounds (DLS) files was added (#320, requires libinstpatch)
    improved integrity checking of SoundFont modulators (#467, thanks to @jjceresa)
    rendering to stdout is now possible (#553, thanks to @mawe42)
    the following Audio Drivers have been added:
        Oboe (#464, tested on Android, thanks to @atsushieno)
        OpenSLES (#464, tested on Android, thanks to @atsushieno)
        SDL2 (#478, thanks to @carlo-bramini)
        WaveOut (#466, tested on Win98, WinNT4.0, WinXP, thanks to @carlo-bramini)
    various performance improvements (#543, #545, #547, #569, #573)

Bug fixes

    generator modEnvAttack now has a convex shape according to SoundFont spec (#153)
    the default MIDI Pitch Wheel to Initial Pitch modulator now uses Fine Tune as destination generator, allowing it to be overridden by the soundfont designer (#154, thanks to @jjceresa)


(nia)
diff -r1.31 -r1.32 pkgsrc/audio/fluidsynth/Makefile
diff -r1.4 -r1.5 pkgsrc/audio/fluidsynth/PLIST
diff -r1.18 -r1.19 pkgsrc/audio/fluidsynth/distinfo
diff -r1.2 -r1.3 pkgsrc/audio/fluidsynth/options.mk

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

--- pkgsrc/audio/fluidsynth/Makefile 2019/11/22 17:20:42 1.31
+++ pkgsrc/audio/fluidsynth/Makefile 2019/12/01 12:51:57 1.32
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.31 2019/11/22 17:20:42 nia Exp $ 1# $NetBSD: Makefile,v 1.32 2019/12/01 12:51:57 nia Exp $
2 2
3DISTNAME= fluidsynth-2.0.9 3DISTNAME= fluidsynth-2.1.0
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_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15 15
16CMAKE_ARGS+= -DMAN_INSTALL_DIR=${PREFIX}/${PKGMANDIR}/man1 16CMAKE_ARGS+= -DMAN_INSTALL_DIR=${PREFIX}/${PKGMANDIR}/man1

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

--- pkgsrc/audio/fluidsynth/PLIST 2019/10/31 14:02:55 1.4
+++ pkgsrc/audio/fluidsynth/PLIST 2019/12/01 12:51:57 1.5
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1@comment $NetBSD: PLIST,v 1.4 2019/10/31 14:02:55 nia Exp $ 1@comment $NetBSD: PLIST,v 1.5 2019/12/01 12:51:57 nia 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.2 22lib/libfluidsynth.so.2
23lib/libfluidsynth.so.2.2.1 23lib/libfluidsynth.so.2.3.0
24lib/pkgconfig/fluidsynth.pc 24lib/pkgconfig/fluidsynth.pc
25man/man1/fluidsynth.1 25man/man1/fluidsynth.1

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

--- pkgsrc/audio/fluidsynth/distinfo 2019/11/22 17:20:42 1.18
+++ pkgsrc/audio/fluidsynth/distinfo 2019/12/01 12:51:57 1.19
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.18 2019/11/22 17:20:42 nia Exp $ 1$NetBSD: distinfo,v 1.19 2019/12/01 12:51:57 nia Exp $
2 2
3SHA1 (fluidsynth-2.0.9.tar.gz) = 3c27be26c92de038af445d43d18a9ba27dd0d98d 3SHA1 (fluidsynth-2.1.0.tar.gz) = 3822f1406cbf6c810928277a3695b5e38a5dbde4
4RMD160 (fluidsynth-2.0.9.tar.gz) = c3b89dd2c0c99170ccd38b6cf5d02e0433130884 4RMD160 (fluidsynth-2.1.0.tar.gz) = 205e8d5d7f7645637c22db291da91356a02939da
5SHA512 (fluidsynth-2.0.9.tar.gz) = 3cc88ed3e83b15d5b3f397f3d93bf85a03dda122b570b8b09e83e9a5d00be7fc0592b2f1088151a1284c6c9125c309efd030f0fb8cb160051863e1a2fea53467 5SHA512 (fluidsynth-2.1.0.tar.gz) = d7af4047ebde49ef48098ae9dbab5d90422a4536acf28a2de32d8da67a50ebbbcf30e06833b630bd54e441040be0e432b377e3b63bf666e63106e69cd408ea0d
6Size (fluidsynth-2.0.9.tar.gz) = 1316192 bytes 6Size (fluidsynth-2.1.0.tar.gz) = 1356096 bytes
7SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe 7SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe
8SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa 8SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa

cvs diff -r1.2 -r1.3 pkgsrc/audio/fluidsynth/options.mk (expand / switch to unified diff)

--- pkgsrc/audio/fluidsynth/options.mk 2019/10/20 11:10:47 1.2
+++ pkgsrc/audio/fluidsynth/options.mk 2019/12/01 12:51:57 1.3
@@ -1,19 +1,25 @@ @@ -1,19 +1,25 @@
1# $NetBSD: options.mk,v 1.2 2019/10/20 11:10:47 nia Exp $ 1# $NetBSD: options.mk,v 1.3 2019/12/01 12:51:57 nia Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.fluidsynth 3PKG_OPTIONS_VAR= PKG_OPTIONS.fluidsynth
4PKG_SUPPORTED_OPTIONS= alsa jack portaudio pulseaudio 4PKG_SUPPORTED_OPTIONS= alsa jack portaudio pulseaudio sdl2
5PKG_SUGGESTED_OPTIONS.Linux= alsa 5PKG_SUGGESTED_OPTIONS.Linux= alsa
6 6
 7.include "../../mk/oss.buildlink3.mk"
 8
 9.if ${OPSYS} != "Linux" && ${OSS_TYPE} == "none"
 10PKG_SUGGESTED_OPTIONS+= sdl2
 11.endif
 12
7.include "../../mk/bsd.options.mk" 13.include "../../mk/bsd.options.mk"
8 14
9.if !empty(PKG_OPTIONS:Malsa) 15.if !empty(PKG_OPTIONS:Malsa)
10CMAKE_ARGS+= -Denable-alsa=ON 16CMAKE_ARGS+= -Denable-alsa=ON
11.include "../../audio/alsa-lib/buildlink3.mk" 17.include "../../audio/alsa-lib/buildlink3.mk"
12.else 18.else
13CMAKE_ARGS+= -Denable-alsa=OFF 19CMAKE_ARGS+= -Denable-alsa=OFF
14.endif 20.endif
15 21
16.if !empty(PKG_OPTIONS:Mjack) 22.if !empty(PKG_OPTIONS:Mjack)
17CMAKE_ARGS+= -Denable-jack=ON 23CMAKE_ARGS+= -Denable-jack=ON
18.include "../../audio/jack/buildlink3.mk" 24.include "../../audio/jack/buildlink3.mk"
19.else 25.else
@@ -23,13 +29,20 @@ CMAKE_ARGS+= -Denable-jack=OFF @@ -23,13 +29,20 @@ CMAKE_ARGS+= -Denable-jack=OFF
23.if !empty(PKG_OPTIONS:Mportaudio) 29.if !empty(PKG_OPTIONS:Mportaudio)
24CMAKE_ARGS+= -Denable-portaudio=ON 30CMAKE_ARGS+= -Denable-portaudio=ON
25.include "../../audio/portaudio/buildlink3.mk" 31.include "../../audio/portaudio/buildlink3.mk"
26.else 32.else
27CMAKE_ARGS+= -Denable-portaudio=OFF 33CMAKE_ARGS+= -Denable-portaudio=OFF
28.endif 34.endif
29 35
30.if !empty(PKG_OPTIONS:Mpulseaudio) 36.if !empty(PKG_OPTIONS:Mpulseaudio)
31CMAKE_ARGS+= -Denable-pulseaudio=ON 37CMAKE_ARGS+= -Denable-pulseaudio=ON
32.include "../../audio/pulseaudio/buildlink3.mk" 38.include "../../audio/pulseaudio/buildlink3.mk"
33.else 39.else
34CMAKE_ARGS+= -Denable-pulseaudio=OFF 40CMAKE_ARGS+= -Denable-pulseaudio=OFF
35.endif 41.endif
 42
 43.if !empty(PKG_OPTIONS:Msdl2)
 44CMAKE_ARGS+= -Denable-sdl2=ON
 45.include "../../devel/SDL2/buildlink3.mk"
 46.else
 47CMAKE_ARGS+= -Denable-sdl2=OFF
 48.endif