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: Tue Aug 6 12:36:51 UTC 2024
Modified Files:
pkgsrc/audio/fluidsynth: Makefile PLIST distinfo
Log Message:
fluidsynth: update to 2.3.6.
Fix a build issue on OS/2 (#1320, thanks to @komh)
Fix various encoding issues on Windows related to device names
(#1322, thanks to @pedrolcl)
Fix discovery of gobject by CMake
Fix a numerical instability that caused the chorus effect to stop
working correctly when fluidsynth was compiled in single precision
mode (affected all precompiled binaries, #1331, thanks to @jjceresa)
Fix timing issues in MIDI player related to incorrect handling of
running status (#1351)
Fix ignoring LSB for RPN Pitch bend range events (#1357, thanks to
@spessasus)
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.46 -r1.47 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.78 pkgsrc/audio/fluidsynth/Makefile:1.79
--- pkgsrc/audio/fluidsynth/Makefile:1.78 Sat Apr 6 08:04:48 2024
+++ pkgsrc/audio/fluidsynth/Makefile Tue Aug 6 12:36:51 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2024/04/06 08:04:48 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2024/08/06 12:36:51 wiz Exp $
-DISTNAME= fluidsynth-2.3.5
-PKGREVISION= 1
+DISTNAME= fluidsynth-2.3.6
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.29 pkgsrc/audio/fluidsynth/PLIST:1.30
--- pkgsrc/audio/fluidsynth/PLIST:1.29 Fri Apr 5 10:26:04 2024
+++ pkgsrc/audio/fluidsynth/PLIST Tue Aug 6 12:36:51 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2024/04/05 10:26:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.30 2024/08/06 12:36:51 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.3
+lib/libfluidsynth.so.3.2.4
lib/pkgconfig/fluidsynth.pc
man/man1/fluidsynth.1
Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.46 pkgsrc/audio/fluidsynth/distinfo:1.47
--- pkgsrc/audio/fluidsynth/distinfo:1.46 Fri Apr 5 10:26:04 2024
+++ pkgsrc/audio/fluidsynth/distinfo Tue Aug 6 12:36:51 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.46 2024/04/05 10:26:04 wiz Exp $
+$NetBSD: distinfo,v 1.47 2024/08/06 12:36:51 wiz Exp $
-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
+BLAKE2s (fluidsynth-2.3.6.tar.gz) = ba55e5fffa7725f8da83b71987f070acf7c6f5b320a83a5b1958048eb554c0a2
+SHA512 (fluidsynth-2.3.6.tar.gz) = 521e103e49c281ab7a44a2a275f614894062c1be6eb4df776b11e3756803c6b4b73d1e9596d364959c81b37dff4798d56798f9262c486e098f072ae1e7bef1c1
+Size (fluidsynth-2.3.6.tar.gz) = 1776510 bytes
SHA1 (patch-CMakeLists.txt) = 1e5d577bc74e0a04601af6cd7f2486f7792e74b8
SHA1 (patch-include_fluidsynth_log.h) = ea7ed3939306fff3f6f2362eb641f3162ad0395b
SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa
Home |
Main Index |
Thread Index |
Old Index