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:           Wed Sep 27 09:18:37 UTC 2023

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

Log Message:
fluidsynth: updated to 2.3.4

fluidsynth 2.3.4

Fix a build failure when specifying CMAKE_INSTALL_LIBDIR as an absolute path
Fix some MIDI files never finish playing
Implement IPv6 to IPv4 fallback
Fix a build failure when using CMake's Xcode generator
Fix pipewire's Jack implementation not found by CMake
Fix a regression causing the MIDI Player to terminate prematurely


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.44 -r1.45 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.74 pkgsrc/audio/fluidsynth/Makefile:1.75
--- pkgsrc/audio/fluidsynth/Makefile:1.74       Thu Jun 15 07:14:16 2023
+++ pkgsrc/audio/fluidsynth/Makefile    Wed Sep 27 09:18:37 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2023/06/15 07:14:16 adam Exp $
+# $NetBSD: Makefile,v 1.75 2023/09/27 09:18:37 adam Exp $
 
-DISTNAME=      fluidsynth-2.3.3
+DISTNAME=      fluidsynth-2.3.4
 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.27 pkgsrc/audio/fluidsynth/PLIST:1.28
--- pkgsrc/audio/fluidsynth/PLIST:1.27  Thu Jun 15 07:14:16 2023
+++ pkgsrc/audio/fluidsynth/PLIST       Wed Sep 27 09:18:37 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2023/06/15 07:14:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.28 2023/09/27 09:18:37 adam 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.1
+lib/libfluidsynth.so.3.2.2
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.44 pkgsrc/audio/fluidsynth/distinfo:1.45
--- pkgsrc/audio/fluidsynth/distinfo:1.44       Thu Jun 15 07:14:16 2023
+++ pkgsrc/audio/fluidsynth/distinfo    Wed Sep 27 09:18:37 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.44 2023/06/15 07:14:16 adam Exp $
+$NetBSD: distinfo,v 1.45 2023/09/27 09:18:37 adam Exp $
 
-BLAKE2s (fluidsynth-2.3.3.tar.gz) = 6ada0a087571e26cec3cf403b3ba972e38e640c3614e9343bbf20ee57bbade09
-SHA512 (fluidsynth-2.3.3.tar.gz) = 702b80ff9c8e2ba9fadd46a0377a295be78900c831ec4b6b75c2f5fee7e453b2e1f5511b076ccc044be7e6eb87086230c50c317dad3597a16d610e16032410fc
-Size (fluidsynth-2.3.3.tar.gz) = 1774806 bytes
+BLAKE2s (fluidsynth-2.3.4.tar.gz) = ac0ef996843ddc33c8797b987ef3d573fc31353c3f6c91e76bd0ef89392eb867
+SHA512 (fluidsynth-2.3.4.tar.gz) = 79891116d78b9be1c38bce9e5759b9bb732c3d8ee31c6e57d1a3e2b5548879b91d19582e73ee7fb0fd243beba3bf1bbc341a26aab0b6440eef36fc55dce3e8b0
+Size (fluidsynth-2.3.4.tar.gz) = 1775291 bytes
 SHA1 (patch-CMakeLists.txt) = 24c923c5e7b39b71b499bd204a7ca74268ea552c
 SHA1 (patch-include_fluidsynth_log.h) = ea7ed3939306fff3f6f2362eb641f3162ad0395b
 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa



Home | Main Index | Thread Index | Old Index