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:           Thu Jun 15 07:14:16 UTC 2023

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

Log Message:
fluidsynth: updated too 2.3.3

fluidsynth 2.3.3
Fix choppy sound when selecting pipewire output
Fix build issues on musl-based distros
Terminate MIDI player once internal synth-ticks overflow to prevent filling up the filesystem
Fix a bug that allowed playing notes outside of key and velocity ranges


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.43 -r1.44 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.73 pkgsrc/audio/fluidsynth/Makefile:1.74
--- pkgsrc/audio/fluidsynth/Makefile:1.73       Sat May  6 19:08:45 2023
+++ pkgsrc/audio/fluidsynth/Makefile    Thu Jun 15 07:14:16 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2023/05/06 19:08:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.74 2023/06/15 07:14:16 adam Exp $
 
-DISTNAME=      fluidsynth-2.3.2
-PKGREVISION=   1
+DISTNAME=      fluidsynth-2.3.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.26 pkgsrc/audio/fluidsynth/PLIST:1.27
--- pkgsrc/audio/fluidsynth/PLIST:1.26  Tue Apr 18 17:38:05 2023
+++ pkgsrc/audio/fluidsynth/PLIST       Thu Jun 15 07:14:16 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2023/04/18 17:38:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2023/06/15 07:14:16 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.0
+lib/libfluidsynth.so.3.2.1
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.43 pkgsrc/audio/fluidsynth/distinfo:1.44
--- pkgsrc/audio/fluidsynth/distinfo:1.43       Tue Apr 18 17:38:05 2023
+++ pkgsrc/audio/fluidsynth/distinfo    Thu Jun 15 07:14:16 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.43 2023/04/18 17:38:05 adam Exp $
+$NetBSD: distinfo,v 1.44 2023/06/15 07:14:16 adam Exp $
 
-BLAKE2s (fluidsynth-2.3.2.tar.gz) = ab0a66aad5bd55c772c8282fb6a86f47c1951cb7efca74df6ea4ae474b1bb9f2
-SHA512 (fluidsynth-2.3.2.tar.gz) = 21798b5a80a7edd8ef02b983d9b230af45cc66b98b32d593228e12dbec15b12c6cf6c0f3692c12af66de1ba2049fa9d6ad2b68c7d1579347eec14d24870b0025
-Size (fluidsynth-2.3.2.tar.gz) = 1773755 bytes
+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
 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