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:           Sat Jul 25 08:40:10 UTC 2026

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

Log Message:
fluidsynth: updated to 2.5.7

2.5.7

Fix a bug where DLS files that contain a PGAL chunk may sound incorrectly
Fix a build issue with MSVC
Fix DLS sample invalidation logic to avoid possible use of uninitialized memory


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.63 -r1.64 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.99 pkgsrc/audio/fluidsynth/Makefile:1.100
--- pkgsrc/audio/fluidsynth/Makefile:1.99       Mon Jul 13 04:35:16 2026
+++ pkgsrc/audio/fluidsynth/Makefile    Sat Jul 25 08:40:10 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2026/07/13 04:35:16 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2026/07/25 08:40:10 adam Exp $
 
-DISTNAME=      fluidsynth-2.5.6
-PKGREVISION=   1
+DISTNAME=      fluidsynth-2.5.7
 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.46 pkgsrc/audio/fluidsynth/PLIST:1.47
--- pkgsrc/audio/fluidsynth/PLIST:1.46  Sat Jul  4 17:15:51 2026
+++ pkgsrc/audio/fluidsynth/PLIST       Sat Jul 25 08:40:10 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.46 2026/07/04 17:15:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.47 2026/07/25 08:40:10 adam Exp $
 bin/fluidsynth
 include/fluidsynth.h
 include/fluidsynth/audio.h
@@ -24,6 +24,6 @@ lib/cmake/fluidsynth/FluidSynthConfig.cm
 lib/cmake/fluidsynth/FluidSynthConfigVersion.cmake
 lib/libfluidsynth.so
 lib/libfluidsynth.so.3
-lib/libfluidsynth.so.3.5.5
+lib/libfluidsynth.so.3.5.6
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.63 pkgsrc/audio/fluidsynth/distinfo:1.64
--- pkgsrc/audio/fluidsynth/distinfo:1.63       Sat Jul  4 17:15:51 2026
+++ pkgsrc/audio/fluidsynth/distinfo    Sat Jul 25 08:40:10 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.63 2026/07/04 17:15:51 adam Exp $
+$NetBSD: distinfo,v 1.64 2026/07/25 08:40:10 adam Exp $
 
-BLAKE2s (fluidsynth-2.5.6.tar.gz) = 0c48ab1c0aba3a9e41acbd6a0275c93683f4bc8b8af283de89c7db0a3a9b034e
-SHA512 (fluidsynth-2.5.6.tar.gz) = 0470b190da7e3f330e4fbdf28035ff172866213e0d13f968965b82022ec5cf5c13935624fa0067bb7d9a92cfab1d8238a1ebecbbe91164b298d36a02e50464bc
-Size (fluidsynth-2.5.6.tar.gz) = 2115879 bytes
+BLAKE2s (fluidsynth-2.5.7.tar.gz) = 542bd0448088f80710fe802a7c76b66af23824178a3ef54bd60992cce1917df2
+SHA512 (fluidsynth-2.5.7.tar.gz) = 673edd454c912e2fb2b0848c4ab8c47b068f06d611df7e2bcb73d66f1457078024a474c1f45bac4ea2c63921131eea58ceb1efe3340e643895dc8979fb44da32
+Size (fluidsynth-2.5.7.tar.gz) = 2116769 bytes
 SHA1 (patch-include_fluidsynth_log.h) = ea7ed3939306fff3f6f2362eb641f3162ad0395b



Home | Main Index | Thread Index | Old Index