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: ryoon
Date: Wed Jan 1 14:28:05 UTC 2025
Modified Files:
pkgsrc/audio/fluidsynth: Makefile PLIST distinfo
Log Message:
audio/fluidsynth: Update to 2.4.2
Changelog:
2.4.2:
Fix audible clicks when turning off voices while using a high filter resonance (#1427)
Fix a build failure with MSYS2 and MinGW when processing VersionResource.rc (#1448, thanks to @pedrolcl)
Fix a crash on startup when there are no MIDI devices available on Windows (#1446, thanks to @pedrolcl)
Restore discovery of libsndfile (#1445)
Fix a race condition when loading SF3 files containing multiple uncompressed samples (#1457)
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.50 -r1.51 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.83 pkgsrc/audio/fluidsynth/Makefile:1.84
--- pkgsrc/audio/fluidsynth/Makefile:1.83 Tue Dec 10 14:17:39 2024
+++ pkgsrc/audio/fluidsynth/Makefile Wed Jan 1 14:28:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2024/12/10 14:17:39 nia Exp $
+# $NetBSD: Makefile,v 1.84 2025/01/01 14:28:04 ryoon Exp $
-DISTNAME= fluidsynth-2.4.1
+DISTNAME= fluidsynth-2.4.2
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.33 pkgsrc/audio/fluidsynth/PLIST:1.34
--- pkgsrc/audio/fluidsynth/PLIST:1.33 Tue Dec 10 14:17:39 2024
+++ pkgsrc/audio/fluidsynth/PLIST Wed Jan 1 14:28:04 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2024/12/10 14:17:39 nia Exp $
+@comment $NetBSD: PLIST,v 1.34 2025/01/01 14:28:04 ryoon 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.1
+lib/libfluidsynth.so.3.3.2
lib/pkgconfig/fluidsynth.pc
man/man1/fluidsynth.1
Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.50 pkgsrc/audio/fluidsynth/distinfo:1.51
--- pkgsrc/audio/fluidsynth/distinfo:1.50 Tue Dec 10 14:17:39 2024
+++ pkgsrc/audio/fluidsynth/distinfo Wed Jan 1 14:28:04 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.50 2024/12/10 14:17:39 nia Exp $
+$NetBSD: distinfo,v 1.51 2025/01/01 14:28:04 ryoon Exp $
-BLAKE2s (fluidsynth-2.4.1.tar.gz) = 97e0a110bfc921ff2ae1f2a31babda128c79053de8da2eaed70264bce31a6761
-SHA512 (fluidsynth-2.4.1.tar.gz) = d01d18c42ce98d0daa4e137118fc41f0a59047013870c09bacd9014baadf747e8e73571046781e34bc03eef454f2ef12ee59cf9b2c7f9517c586c08041ebe081
-Size (fluidsynth-2.4.1.tar.gz) = 3298564 bytes
+BLAKE2s (fluidsynth-2.4.2.tar.gz) = 526822d2735104473aed9d8353aec1d554f74ddb2e7002d9829595cf71d73c63
+SHA512 (fluidsynth-2.4.2.tar.gz) = 8c43e4e86f364f42115a51311231d9926325d7e519c2ddd087a9ed421c9a94cc0dfc5cfbfdfffe9401c634cce14c6e442523550114ac887096dde22ab0c63d98
+Size (fluidsynth-2.4.2.tar.gz) = 1785003 bytes
SHA1 (patch-include_fluidsynth_log.h) = ea7ed3939306fff3f6f2362eb641f3162ad0395b
Home |
Main Index |
Thread Index |
Old Index