pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/fluidsynth



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr  5 10:26:04 UTC 2024

Modified Files:
        pkgsrc/audio/fluidsynth: Makefile PLIST distinfo
        pkgsrc/audio/fluidsynth/patches: patch-CMakeLists.txt

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.45 -r1.46 pkgsrc/audio/fluidsynth/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/fluidsynth/patches/patch-CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/fluidsynth/Makefile
diff -u pkgsrc/audio/fluidsynth/Makefile:1.76 pkgsrc/audio/fluidsynth/Makefile:1.77
--- pkgsrc/audio/fluidsynth/Makefile:1.76       Tue Jan 30 14:21:30 2024
+++ pkgsrc/audio/fluidsynth/Makefile    Fri Apr  5 10:26:04 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2024/01/30 14:21:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.77 2024/04/05 10:26:04 wiz Exp $
 
-DISTNAME=      fluidsynth-2.3.4
-PKGREVISION=   1
+DISTNAME=      fluidsynth-2.3.5
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=FluidSynth/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/audio/fluidsynth/PLIST
diff -u pkgsrc/audio/fluidsynth/PLIST:1.28 pkgsrc/audio/fluidsynth/PLIST:1.29
--- pkgsrc/audio/fluidsynth/PLIST:1.28  Wed Sep 27 09:18:37 2023
+++ pkgsrc/audio/fluidsynth/PLIST       Fri Apr  5 10:26:04 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2023/09/27 09:18:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.29 2024/04/05 10:26:04 wiz Exp $
 bin/fluidsynth
 include/fluidsynth.h
 include/fluidsynth/audio.h
@@ -24,6 +24,6 @@ lib/cmake/fluidsynth/FluidSynthTargets-r
 lib/cmake/fluidsynth/FluidSynthTargets.cmake
 lib/libfluidsynth.so
 lib/libfluidsynth.so.3
-lib/libfluidsynth.so.3.2.2
+lib/libfluidsynth.so.3.2.3
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.45 pkgsrc/audio/fluidsynth/distinfo:1.46
--- pkgsrc/audio/fluidsynth/distinfo:1.45       Wed Sep 27 09:18:37 2023
+++ pkgsrc/audio/fluidsynth/distinfo    Fri Apr  5 10:26:04 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.45 2023/09/27 09:18:37 adam Exp $
+$NetBSD: distinfo,v 1.46 2024/04/05 10:26:04 wiz Exp $
 
-BLAKE2s (fluidsynth-2.3.4.tar.gz) = ac0ef996843ddc33c8797b987ef3d573fc31353c3f6c91e76bd0ef89392eb867
-SHA512 (fluidsynth-2.3.4.tar.gz) = 79891116d78b9be1c38bce9e5759b9bb732c3d8ee31c6e57d1a3e2b5548879b91d19582e73ee7fb0fd243beba3bf1bbc341a26aab0b6440eef36fc55dce3e8b0
-Size (fluidsynth-2.3.4.tar.gz) = 1775291 bytes
-SHA1 (patch-CMakeLists.txt) = 24c923c5e7b39b71b499bd204a7ca74268ea552c
+BLAKE2s (fluidsynth-2.3.5.tar.gz) = 5fcc38646cfbc56ad78a2842032e90f0b4f0ef4a699c4359c730142891536e3b
+SHA512 (fluidsynth-2.3.5.tar.gz) = 35eaea8c1709ebbd5dee8f3946ab59c39afe31d92b972a44013fa23987aa48936f7d1326d5bda81c6e66f02bf988e48601367d49276a4dd78dbca7a2571f5e57
+Size (fluidsynth-2.3.5.tar.gz) = 1775448 bytes
+SHA1 (patch-CMakeLists.txt) = 1e5d577bc74e0a04601af6cd7f2486f7792e74b8
 SHA1 (patch-include_fluidsynth_log.h) = ea7ed3939306fff3f6f2362eb641f3162ad0395b
 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa

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



Home | Main Index | Thread Index | Old Index