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:           Sun Apr 20 20:44:28 UTC 2025

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

Log Message:
fluidsynth: update to 2.4.5.

    Prebuilt Windows Binaries were missing SDL3.dll (#1510)
    Fix SDL3 intercepting signals, causing CTRL+C to not quit fluidsynth (#1509)
    Fix a few flaws in the AWE32 NRPN implementation (#1452, #1473)
    A regression introduced in 2.4.4 broke drum preset selection for XG MIDIs (#1508)
    Fix for OpenMP thread affinity crashes on Android devices (#1521, thanks to @looechao)
    Fix fluidsynth's systemd user daemon being unable to create lock file on some distros (#1527, thanks to @andrew-sayers)
    Fix fluidsynth ignoring initialFilterFc generator limits (#1502)
    A regression introduced in 2.3.6 prevented SF2 NRPN messages from being processed correctly (#1536)


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.53 -r1.54 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.87 pkgsrc/audio/fluidsynth/Makefile:1.88
--- pkgsrc/audio/fluidsynth/Makefile:1.87       Tue Apr  1 11:38:46 2025
+++ pkgsrc/audio/fluidsynth/Makefile    Sun Apr 20 20:44:28 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2025/04/01 11:38:46 adam Exp $
+# $NetBSD: Makefile,v 1.88 2025/04/20 20:44:28 wiz Exp $
 
-DISTNAME=      fluidsynth-2.4.4
+DISTNAME=      fluidsynth-2.4.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.36 pkgsrc/audio/fluidsynth/PLIST:1.37
--- pkgsrc/audio/fluidsynth/PLIST:1.36  Tue Apr  1 11:38:46 2025
+++ pkgsrc/audio/fluidsynth/PLIST       Sun Apr 20 20:44:28 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2025/04/01 11:38:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.37 2025/04/20 20:44:28 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.3.4
+lib/libfluidsynth.so.3.3.5
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.53 pkgsrc/audio/fluidsynth/distinfo:1.54
--- pkgsrc/audio/fluidsynth/distinfo:1.53       Tue Apr  1 11:38:46 2025
+++ pkgsrc/audio/fluidsynth/distinfo    Sun Apr 20 20:44:28 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2025/04/01 11:38:46 adam Exp $
+$NetBSD: distinfo,v 1.54 2025/04/20 20:44:28 wiz Exp $
 
-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
+BLAKE2s (fluidsynth-2.4.5.tar.gz) = 8d412fc4e19f09fa29b7ea9ffdaf7a8ff3a42f825bd985e0e76fc661c23def76
+SHA512 (fluidsynth-2.4.5.tar.gz) = cf41eb338fccaafaa6961b8ca9eec6e8f0e35d25ec8f1d6f621fc73bd4b43b301dfe027db4252424118d1772568b949542820777a74b651a3f32c5028a34ed61
+Size (fluidsynth-2.4.5.tar.gz) = 1793162 bytes
 SHA1 (patch-include_fluidsynth_log.h) = ea7ed3939306fff3f6f2362eb641f3162ad0395b



Home | Main Index | Thread Index | Old Index