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:   adam
Date:           Tue Apr  1 11:38:46 UTC 2025

Modified Files:
        pkgsrc/audio/fluidsynth: Makefile PLIST distinfo

Log Message:
fluidsynth: updated to 2.4.4

2.4.4

Support for SDL3 has been added, support for SDL2 has been deprecated
Soundfonts that are not respecting the 46 zero-sample padding-space previously sounded incorrect when
synth.dynamic-sample-loading was active
Allow drum channels to profit from Soundfont Bank Offsets by no longer ignoring MSB Bank changes
Revise the preset fallback logic for drum channels
A regression introduced in 2.4.1 may have caused interrupted real-time playback when voices were using the lowpass filter
Improve multi-user experience when running fluidsynth as systemd service
Fix ordering and dependencies of fluidsynth's systemd service
Revise fluidsynth's man page


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.52 -r1.53 pkgsrc/audio/fluidsynth/distinfo

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.86 pkgsrc/audio/fluidsynth/Makefile:1.87
--- pkgsrc/audio/fluidsynth/Makefile:1.86       Wed Feb 12 06:44:21 2025
+++ pkgsrc/audio/fluidsynth/Makefile    Tue Apr  1 11:38:46 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2025/02/12 06:44:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.87 2025/04/01 11:38:46 adam Exp $
 
-DISTNAME=      fluidsynth-2.4.3
-PKGREVISION=   1
+DISTNAME=      fluidsynth-2.4.4
 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.35 pkgsrc/audio/fluidsynth/PLIST:1.36
--- pkgsrc/audio/fluidsynth/PLIST:1.35  Thu Jan 30 11:07:52 2025
+++ pkgsrc/audio/fluidsynth/PLIST       Tue Apr  1 11:38:46 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2025/01/30 11:07:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.36 2025/04/01 11:38:46 adam 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.3.3
+lib/libfluidsynth.so.3.3.4
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.52 pkgsrc/audio/fluidsynth/distinfo:1.53
--- pkgsrc/audio/fluidsynth/distinfo:1.52       Thu Jan 30 11:07:52 2025
+++ pkgsrc/audio/fluidsynth/distinfo    Tue Apr  1 11:38:46 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.52 2025/01/30 11:07:52 adam Exp $
+$NetBSD: distinfo,v 1.53 2025/04/01 11:38:46 adam Exp $
 
-BLAKE2s (fluidsynth-2.4.3.tar.gz) = ff8cb72289192ebff6873a0380564e2b998d302d598ecd6b7c5e1229c27b9d49
-SHA512 (fluidsynth-2.4.3.tar.gz) = 847d2f4529ac1bad735b71b57067c50586df7e2526c6311925c209c0635ee1e1dca1bd77dc6006181fc19a616738c8de1242bfb209707c8dbea9d7e2acc61017
-Size (fluidsynth-2.4.3.tar.gz) = 1788637 bytes
+BLAKE2s (fluidsynth-2.4.4.tar.gz) = fab8cf48221bbdc5d25a5488dfcf53f78306f23870f2daaa1001ac2ae6c0d6f4
+SHA512 (fluidsynth-2.4.4.tar.gz) = a380bd710c4b7fe83fc6799c56f51c9d4c3d21516b9366f8381c7fdb899c195472fe4bded9c25ab9de9c76fc95a4e727a8b0305ab92b5ede025fd03585036aa3
+Size (fluidsynth-2.4.4.tar.gz) = 1792908 bytes
 SHA1 (patch-include_fluidsynth_log.h) = ea7ed3939306fff3f6f2362eb641f3162ad0395b



Home | Main Index | Thread Index | Old Index