Fri Apr 5 10:26:04 2024 UTC (52d)
fluidsynth: update to 2.3.5.

Fix setting synth.chorus.speed to its minimum value being reported as out of range (#1284)
Fix a regression causing libinstpatch and libsndfile not to be discovered on Windows (#1299)
Fix Pipewire audio driver not cleanly being destroy (#1305, thanks to @mawe42)
Fix selection logic for XG drum banks (#1307)
Add cmake flag FLUID_HOST_COMPILER to allow overriding default host compiler required during compilation (#1301)
LASH support has been deprecated (#1285)


(wiz)
diff -r1.76 -r1.77 pkgsrc/audio/fluidsynth/Makefile
diff -r1.28 -r1.29 pkgsrc/audio/fluidsynth/PLIST
diff -r1.45 -r1.46 pkgsrc/audio/fluidsynth/distinfo
diff -r1.2 -r1.3 pkgsrc/audio/fluidsynth/patches/patch-CMakeLists.txt

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

--- pkgsrc/audio/fluidsynth/Makefile 2024/01/30 14:21:30 1.76
+++ pkgsrc/audio/fluidsynth/Makefile 2024/04/05 10:26:04 1.77
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.76 2024/01/30 14:21:30 ryoon Exp $ 1# $NetBSD: Makefile,v 1.77 2024/04/05 10:26:04 wiz Exp $
2 2
3DISTNAME= fluidsynth-2.3.4 3DISTNAME= fluidsynth-2.3.5
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= https://www.fluidsynth.org/ 9HOMEPAGE= https://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_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
15USE_TOOLS+= pkg-config gmake 14USE_TOOLS+= pkg-config gmake
16 15
17CHECK_PORTABILITY_SKIP+= test-android/convert-tests.sh 16CHECK_PORTABILITY_SKIP+= test-android/convert-tests.sh

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

--- pkgsrc/audio/fluidsynth/PLIST 2023/09/27 09:18:37 1.28
+++ pkgsrc/audio/fluidsynth/PLIST 2024/04/05 10:26:04 1.29
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1@comment $NetBSD: PLIST,v 1.28 2023/09/27 09:18:37 adam Exp $ 1@comment $NetBSD: PLIST,v 1.29 2024/04/05 10:26:04 wiz 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/cmake/fluidsynth/FluidSynthConfig.cmake 21lib/cmake/fluidsynth/FluidSynthConfig.cmake
22lib/cmake/fluidsynth/FluidSynthConfigVersion.cmake 22lib/cmake/fluidsynth/FluidSynthConfigVersion.cmake
23lib/cmake/fluidsynth/FluidSynthTargets-relwithdebinfo.cmake 23lib/cmake/fluidsynth/FluidSynthTargets-relwithdebinfo.cmake
24lib/cmake/fluidsynth/FluidSynthTargets.cmake 24lib/cmake/fluidsynth/FluidSynthTargets.cmake
25lib/libfluidsynth.so 25lib/libfluidsynth.so
26lib/libfluidsynth.so.3 26lib/libfluidsynth.so.3
27lib/libfluidsynth.so.3.2.2 27lib/libfluidsynth.so.3.2.3
28lib/pkgconfig/fluidsynth.pc 28lib/pkgconfig/fluidsynth.pc
29man/man1/fluidsynth.1 29man/man1/fluidsynth.1

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

--- pkgsrc/audio/fluidsynth/distinfo 2023/09/27 09:18:37 1.45
+++ pkgsrc/audio/fluidsynth/distinfo 2024/04/05 10:26:04 1.46
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.45 2023/09/27 09:18:37 adam Exp $ 1$NetBSD: distinfo,v 1.46 2024/04/05 10:26:04 wiz Exp $
2 2
3BLAKE2s (fluidsynth-2.3.4.tar.gz) = ac0ef996843ddc33c8797b987ef3d573fc31353c3f6c91e76bd0ef89392eb867 3BLAKE2s (fluidsynth-2.3.5.tar.gz) = 5fcc38646cfbc56ad78a2842032e90f0b4f0ef4a699c4359c730142891536e3b
4SHA512 (fluidsynth-2.3.4.tar.gz) = 79891116d78b9be1c38bce9e5759b9bb732c3d8ee31c6e57d1a3e2b5548879b91d19582e73ee7fb0fd243beba3bf1bbc341a26aab0b6440eef36fc55dce3e8b0 4SHA512 (fluidsynth-2.3.5.tar.gz) = 35eaea8c1709ebbd5dee8f3946ab59c39afe31d92b972a44013fa23987aa48936f7d1326d5bda81c6e66f02bf988e48601367d49276a4dd78dbca7a2571f5e57
5Size (fluidsynth-2.3.4.tar.gz) = 1775291 bytes 5Size (fluidsynth-2.3.5.tar.gz) = 1775448 bytes
6SHA1 (patch-CMakeLists.txt) = 24c923c5e7b39b71b499bd204a7ca74268ea552c 6SHA1 (patch-CMakeLists.txt) = 1e5d577bc74e0a04601af6cd7f2486f7792e74b8
7SHA1 (patch-include_fluidsynth_log.h) = ea7ed3939306fff3f6f2362eb641f3162ad0395b 7SHA1 (patch-include_fluidsynth_log.h) = ea7ed3939306fff3f6f2362eb641f3162ad0395b
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/patches/patch-CMakeLists.txt (expand / switch to unified diff)

--- pkgsrc/audio/fluidsynth/patches/patch-CMakeLists.txt 2021/11/28 10:43:42 1.2
+++ pkgsrc/audio/fluidsynth/patches/patch-CMakeLists.txt 2024/04/05 10:26:04 1.3
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: patch-CMakeLists.txt,v 1.2 2021/11/28 10:43:42 wiz Exp $ 1$NetBSD: patch-CMakeLists.txt,v 1.3 2024/04/05 10:26:04 wiz Exp $
2 2
3Allow building ALSA support on more systems. 3Allow building ALSA support on more systems.
4 4
5--- CMakeLists.txt.orig 2021-11-21 15:40:48.000000000 +0000 5--- CMakeLists.txt.orig 2024-03-26 17:52:36.000000000 +0000
6+++ CMakeLists.txt 6+++ CMakeLists.txt
7@@ -93,10 +93,10 @@ option ( enable-threads "enable multi-th 7@@ -101,10 +101,10 @@ option ( enable-threads "enable multi-th
8 option ( enable-openmp "enable OpenMP support (parallelization of soundfont decoding, vectorization of voice mixing, etc.)" on ) 8 option ( enable-openmp "enable OpenMP support (parallelization of soundfont decoding, vectorization of voice mixing, etc.)" on )
9  9
10 # Platform specific options 10 # Platform specific options
11-if ( CMAKE_SYSTEM MATCHES "Linux|FreeBSD|DragonFly" ) 11-if ( CMAKE_SYSTEM MATCHES "Linux|FreeBSD|DragonFly" )
12+if ( TRUE ) 12+if ( TRUE )
13 option ( enable-lash "compile LASH support (if it is available)" on ) 13 option ( enable-lash "compile LASH support (if it is available)" off )
14 option ( enable-alsa "compile ALSA support (if it is available)" on ) 14 option ( enable-alsa "compile ALSA support (if it is available)" on )
15-endif ( CMAKE_SYSTEM MATCHES "Linux|FreeBSD|DragonFly" ) 15-endif ( CMAKE_SYSTEM MATCHES "Linux|FreeBSD|DragonFly" )
16+endif ( TRUE ) 16+endif ( )
17  17
18 if ( CMAKE_SYSTEM MATCHES "Linux" ) 18 if ( CMAKE_SYSTEM MATCHES "Linux" )
19 option ( enable-systemd "compile systemd support (if it is available)" on ) 19 option ( enable-systemd "compile systemd support (if it is available)" on )