Tue Feb 18 13:11:50 2020 UTC ()
fluidsynth: Update to 2.1.

Changes:

- a regression introduced in 2.1.0 caused the jack audio driver to not correct a sample-rate mismatch (#607)
- pkg-config is now being to used to find readline (#606, thanks to @ffontaine)
- fix various typos in the documentation (#600, thanks to @luzpaz)
- fix a memory leak in the file renderer
- fix leaking memory when sequencer clients were not explicitly unregistered (#610)
- fix a heap-based use-after-free in jack driver (#613)
- fix the linker possibly not finding libinstpatch (#617, thanks to @realnc)


(nia)
diff -r1.33 -r1.34 pkgsrc/audio/fluidsynth/Makefile
diff -r1.5 -r1.6 pkgsrc/audio/fluidsynth/PLIST
diff -r1.20 -r1.21 pkgsrc/audio/fluidsynth/distinfo

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

--- pkgsrc/audio/fluidsynth/Makefile 2019/12/19 23:59:56 1.33
+++ pkgsrc/audio/fluidsynth/Makefile 2020/02/18 13:11:50 1.34
@@ -1,38 +1,34 @@ @@ -1,38 +1,34 @@
1# $NetBSD: Makefile,v 1.33 2019/12/19 23:59:56 joerg Exp $ 1# $NetBSD: Makefile,v 1.34 2020/02/18 13:11:50 nia Exp $
2 2
3DISTNAME= fluidsynth-2.1.0 3DISTNAME= fluidsynth-2.1.1
4PKGREVISION= 1 
5CATEGORIES= audio 4CATEGORIES= audio
6MASTER_SITES= ${MASTER_SITE_GITHUB:=FluidSynth/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=FluidSynth/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.fluidsynth.org/ 9HOMEPAGE= http://www.fluidsynth.org/
11COMMENT= Software synthesizer based on SoundFont2 10COMMENT= Software synthesizer based on SoundFont2
12LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
13 12
14USE_CMAKE= yes 13USE_CMAKE= yes
15USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
16 15
17CMAKE_ARGS+= -DMAN_INSTALL_DIR=${PREFIX}/${PKGMANDIR}/man1 16CMAKE_ARGS+= -DMAN_INSTALL_DIR=${PREFIX}/${PKGMANDIR}/man1
18CMAKE_ARGS+= -DLIB_SUFFIX="" 17CMAKE_ARGS+= -DLIB_SUFFIX=""
19CMAKE_ARGS+= -Denable-framework=OFF 18CMAKE_ARGS+= -Denable-framework=OFF
20 19
21PKGCONFIG_OVERRIDE= fluidsynth.pc.in 20PKGCONFIG_OVERRIDE= fluidsynth.pc.in
22 21
23CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t 
24CPPFLAGS.SunOS+= -Du_int32_t=uint32_t -Du_int64_t=uint64_t 
25CPPFLAGS.SunOS+= -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS 
26LDFLAGS.SunOS+= -lsocket 22LDFLAGS.SunOS+= -lsocket
27 23
28.include "../../mk/bsd.prefs.mk" 24.include "../../mk/bsd.prefs.mk"
29.include "../../mk/oss.buildlink3.mk" 25.include "../../mk/oss.buildlink3.mk"
30 26
31.if ${OSS_TYPE} != "none" 27.if ${OSS_TYPE} != "none"
32LDFLAGS+= ${LIBOSSAUDIO} 28LDFLAGS+= ${LIBOSSAUDIO}
33SUBST_CLASSES+= oss 29SUBST_CLASSES+= oss
34SUBST_STAGE.oss= pre-configure 30SUBST_STAGE.oss= pre-configure
35SUBST_MESSAGE.oss= Correcting the path to the OSS device. 31SUBST_MESSAGE.oss= Correcting the path to the OSS device.
36SUBST_FILES.oss+= src/drivers/fluid_oss.c 32SUBST_FILES.oss+= src/drivers/fluid_oss.c
37SUBST_SED.oss+= -e "s,/dev/dsp,${DEVOSSAUDIO},g" 33SUBST_SED.oss+= -e "s,/dev/dsp,${DEVOSSAUDIO},g"
38. if ${OPSYS} == "NetBSD" 34. if ${OPSYS} == "NetBSD"

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

--- pkgsrc/audio/fluidsynth/PLIST 2019/12/01 12:51:57 1.5
+++ pkgsrc/audio/fluidsynth/PLIST 2020/02/18 13:11:50 1.6
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1@comment $NetBSD: PLIST,v 1.5 2019/12/01 12:51:57 nia Exp $ 1@comment $NetBSD: PLIST,v 1.6 2020/02/18 13:11:50 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.3.0 23lib/libfluidsynth.so.2.3.1
24lib/pkgconfig/fluidsynth.pc 24lib/pkgconfig/fluidsynth.pc
25man/man1/fluidsynth.1 25man/man1/fluidsynth.1

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

--- pkgsrc/audio/fluidsynth/distinfo 2019/12/19 23:59:56 1.20
+++ pkgsrc/audio/fluidsynth/distinfo 2020/02/18 13:11:50 1.21
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.20 2019/12/19 23:59:56 joerg Exp $ 1$NetBSD: distinfo,v 1.21 2020/02/18 13:11:50 nia Exp $
2 2
3SHA1 (fluidsynth-2.1.0.tar.gz) = 3822f1406cbf6c810928277a3695b5e38a5dbde4 3SHA1 (fluidsynth-2.1.1.tar.gz) = b4140e8123a1ecc8492ef105b9900a4039a205e9
4RMD160 (fluidsynth-2.1.0.tar.gz) = 205e8d5d7f7645637c22db291da91356a02939da 4RMD160 (fluidsynth-2.1.1.tar.gz) = db98dea6d759d04b39640efbd21293f7988b16d5
5SHA512 (fluidsynth-2.1.0.tar.gz) = d7af4047ebde49ef48098ae9dbab5d90422a4536acf28a2de32d8da67a50ebbbcf30e06833b630bd54e441040be0e432b377e3b63bf666e63106e69cd408ea0d 5SHA512 (fluidsynth-2.1.1.tar.gz) = f8776c59aa0aa4a25fe3c38973c994e8608f8fad8a2e478db0d0232d4c787983dfdcba200c558cd810e892930b50184af4bc4a7f3c98ec5c38e147fd715e51b8
6Size (fluidsynth-2.1.0.tar.gz) = 1356096 bytes 6Size (fluidsynth-2.1.1.tar.gz) = 1359872 bytes
7SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe 7SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe
8SHA1 (patch-include_fluidsynth_log.h) = 35378120546ca4619e232707de6a0025c6c45ad8 8SHA1 (patch-include_fluidsynth_log.h) = 35378120546ca4619e232707de6a0025c6c45ad8
9SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa 9SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa