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:           Wed Oct 30 14:33:16 UTC 2024

Modified Files:
        pkgsrc/audio/fluidsynth: Makefile PLIST distinfo
        pkgsrc/audio/fluidsynth/patches: patch-CMakeLists.txt
            patch-src_drivers_fluid__alsa.c

Log Message:
fluidsynth: update to 2.3.7.

Fix SF3 decoder producing crackling sound for loud samples (#1380)
MIDI Format 2 is now rejected correctly since it was never supported (#1366)
Fix UTF8 encoding issues on Windows (#1388, thanks to @stardusteyes)
Fix a regression introduced in 2.3.2 causing fluidsynth to fail discovering Oboe (#1393)
Other minor bugs (#1291, #1403)


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.47 -r1.48 pkgsrc/audio/fluidsynth/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/fluidsynth/patches/patch-CMakeLists.txt
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/audio/fluidsynth/patches/patch-src_drivers_fluid__alsa.c

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.80 pkgsrc/audio/fluidsynth/Makefile:1.81
--- pkgsrc/audio/fluidsynth/Makefile:1.80       Sun Aug 25 06:18:23 2024
+++ pkgsrc/audio/fluidsynth/Makefile    Wed Oct 30 14:33:16 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2024/08/25 06:18:23 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2024/10/30 14:33:16 wiz Exp $
 
-DISTNAME=      fluidsynth-2.3.6
+DISTNAME=      fluidsynth-2.3.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.30 pkgsrc/audio/fluidsynth/PLIST:1.31
--- pkgsrc/audio/fluidsynth/PLIST:1.30  Tue Aug  6 12:36:51 2024
+++ pkgsrc/audio/fluidsynth/PLIST       Wed Oct 30 14:33:16 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2024/08/06 12:36:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.31 2024/10/30 14:33:16 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.4
+lib/libfluidsynth.so.3.2.5
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.47 pkgsrc/audio/fluidsynth/distinfo:1.48
--- pkgsrc/audio/fluidsynth/distinfo:1.47       Tue Aug  6 12:36:51 2024
+++ pkgsrc/audio/fluidsynth/distinfo    Wed Oct 30 14:33:16 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.47 2024/08/06 12:36:51 wiz Exp $
+$NetBSD: distinfo,v 1.48 2024/10/30 14:33:16 wiz Exp $
 
-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
+BLAKE2s (fluidsynth-2.3.7.tar.gz) = 9badad1a99b610001c54065e5469f9e5a0d9fd2dd1b1c7bca5b74dfb13d85975
+SHA512 (fluidsynth-2.3.7.tar.gz) = f5fd5ddbc4d30ded258ae3d04ba5981ce8da1132c5d93faf1e8745a9d9f89c9fb3365f0447b94e0fe0e9b032c789fcbd6e647a65a50d1f76179b53a76683d004
+Size (fluidsynth-2.3.7.tar.gz) = 1777056 bytes
+SHA1 (patch-CMakeLists.txt) = 5544c4f03304b037e247e388322ccc509f740f46
 SHA1 (patch-include_fluidsynth_log.h) = ea7ed3939306fff3f6f2362eb641f3162ad0395b
-SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa
+SHA1 (patch-src_drivers_fluid__alsa.c) = c0049b47d979f6e3876a5efc7b22cb7b20b47f1f

Index: pkgsrc/audio/fluidsynth/patches/patch-CMakeLists.txt
diff -u pkgsrc/audio/fluidsynth/patches/patch-CMakeLists.txt:1.3 pkgsrc/audio/fluidsynth/patches/patch-CMakeLists.txt:1.4
--- pkgsrc/audio/fluidsynth/patches/patch-CMakeLists.txt:1.3    Fri Apr  5 10:26:04 2024
+++ pkgsrc/audio/fluidsynth/patches/patch-CMakeLists.txt        Wed Oct 30 14:33:16 2024
@@ -1,6 +1,7 @@
-$NetBSD: patch-CMakeLists.txt,v 1.3 2024/04/05 10:26:04 wiz Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.4 2024/10/30 14:33:16 wiz Exp $
 
 Allow building ALSA support on more systems.
+https://github.com/FluidSynth/fluidsynth/pull/1414
 
 --- CMakeLists.txt.orig        2024-03-26 17:52:36.000000000 +0000
 +++ CMakeLists.txt

Index: pkgsrc/audio/fluidsynth/patches/patch-src_drivers_fluid__alsa.c
diff -u pkgsrc/audio/fluidsynth/patches/patch-src_drivers_fluid__alsa.c:1.1 pkgsrc/audio/fluidsynth/patches/patch-src_drivers_fluid__alsa.c:1.2
--- pkgsrc/audio/fluidsynth/patches/patch-src_drivers_fluid__alsa.c:1.1 Wed Oct 16 19:25:44 2019
+++ pkgsrc/audio/fluidsynth/patches/patch-src_drivers_fluid__alsa.c     Wed Oct 30 14:33:16 2024
@@ -1,6 +1,7 @@
-$NetBSD: patch-src_drivers_fluid__alsa.c,v 1.1 2019/10/16 19:25:44 nia Exp $
+$NetBSD: patch-src_drivers_fluid__alsa.c,v 1.2 2024/10/30 14:33:16 wiz Exp $
 
 Support building on non-Linux.
+https://github.com/FluidSynth/fluidsynth/pull/1414
 
 --- src/drivers/fluid_alsa.c.orig      2019-09-27 14:53:27.000000000 +0000
 +++ src/drivers/fluid_alsa.c



Home | Main Index | Thread Index | Old Index