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 Feb 22 10:53:32 UTC 2026

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

Log Message:
fluidsynth: update to 2.5.3.

    Support building for tvOS (#1743, thanks to @Ghabry)
    Several minor fixes for the CMake buildsystem (#1742)
    Several documentation updates (#1745, #1736, thanks to @jimhen3ry)
    Fix a build issue when fluidsynth is consumed as part of a bigger CMake project (#1752, thanks to @thal)
    Fix fluidsynth being unable to load SoundFonts when being compiled with an old version of MinGW (#1755)


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.59 -r1.60 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.94 pkgsrc/audio/fluidsynth/Makefile:1.95
--- pkgsrc/audio/fluidsynth/Makefile:1.94       Thu Dec 25 16:22:45 2025
+++ pkgsrc/audio/fluidsynth/Makefile    Sun Feb 22 10:53:32 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2025/12/25 16:22:45 adam Exp $
+# $NetBSD: Makefile,v 1.95 2026/02/22 10:53:32 wiz Exp $
 
-DISTNAME=      fluidsynth-2.5.2
+DISTNAME=      fluidsynth-2.5.3
 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.42 pkgsrc/audio/fluidsynth/PLIST:1.43
--- pkgsrc/audio/fluidsynth/PLIST:1.42  Thu Dec 25 16:22:45 2025
+++ pkgsrc/audio/fluidsynth/PLIST       Sun Feb 22 10:53:32 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.42 2025/12/25 16:22:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.43 2026/02/22 10:53:32 wiz 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.1
+lib/libfluidsynth.so.3.5.2
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.59 pkgsrc/audio/fluidsynth/distinfo:1.60
--- pkgsrc/audio/fluidsynth/distinfo:1.59       Thu Dec 25 16:22:45 2025
+++ pkgsrc/audio/fluidsynth/distinfo    Sun Feb 22 10:53:32 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.59 2025/12/25 16:22:45 adam Exp $
+$NetBSD: distinfo,v 1.60 2026/02/22 10:53:32 wiz Exp $
 
-BLAKE2s (fluidsynth-2.5.2.tar.gz) = 7e5e54166432617526a3edb6ded30226c4d6cafd52708673237dca404c7a70ac
-SHA512 (fluidsynth-2.5.2.tar.gz) = 5c376d9bf6388f04e5d48375a70682f9d7edcd65809383afc0190c77140b086492abc17a8d3a2aa07e59dde681ab17a919e9b8b7e174a91a2951c30b262c10e4
-Size (fluidsynth-2.5.2.tar.gz) = 2111488 bytes
+BLAKE2s (fluidsynth-2.5.3.tar.gz) = 8e373991b232b57b014d87b4f3969ce11722bf243666d361ff7809fa4b3bb746
+SHA512 (fluidsynth-2.5.3.tar.gz) = 704d14f16a2d9adfc19700fd79dc96c76557876b15abc3afa7d2b9545e2e19810ee797b8614851b81243e3fc8d0871b4053080321a0fa292141a7a522431eeeb
+Size (fluidsynth-2.5.3.tar.gz) = 2114732 bytes
 SHA1 (patch-include_fluidsynth_log.h) = ea7ed3939306fff3f6f2362eb641f3162ad0395b



Home | Main Index | Thread Index | Old Index