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:           Tue Apr 18 17:38:05 UTC 2023

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

Log Message:
fluidsynth: updated to 2.3.2

fluidsynth 2.3.2

Add support for processing all SysEx messages with synth.device-id=127
Various fixes to linking against static libfluidsynth when consumed through CMake or pkg-config
Added fluid_player_get_division
Fix a regression introduced in 2.3.1 which broke MIDI player's seamless looping


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.42 -r1.43 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.71 pkgsrc/audio/fluidsynth/Makefile:1.72
--- pkgsrc/audio/fluidsynth/Makefile:1.71       Sat Apr 15 11:59:34 2023
+++ pkgsrc/audio/fluidsynth/Makefile    Tue Apr 18 17:38:05 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2023/04/15 11:59:34 hgutch Exp $
+# $NetBSD: Makefile,v 1.72 2023/04/18 17:38:05 adam Exp $
 
-DISTNAME=      fluidsynth-2.3.1
+DISTNAME=      fluidsynth-2.3.2
 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.25 pkgsrc/audio/fluidsynth/PLIST:1.26
--- pkgsrc/audio/fluidsynth/PLIST:1.25  Mon Jan 16 20:48:41 2023
+++ pkgsrc/audio/fluidsynth/PLIST       Tue Apr 18 17:38:05 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2023/01/16 20:48:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2023/04/18 17:38:05 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.1.4
+lib/libfluidsynth.so.3.2.0
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.42 pkgsrc/audio/fluidsynth/distinfo:1.43
--- pkgsrc/audio/fluidsynth/distinfo:1.42       Mon Jan 16 20:48:41 2023
+++ pkgsrc/audio/fluidsynth/distinfo    Tue Apr 18 17:38:05 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.42 2023/01/16 20:48:41 adam Exp $
+$NetBSD: distinfo,v 1.43 2023/04/18 17:38:05 adam Exp $
 
-BLAKE2s (fluidsynth-2.3.1.tar.gz) = 082ca1a921969df565b62886fc192f082a2aabc0bf34c0539c2cc87dd2d58356
-SHA512 (fluidsynth-2.3.1.tar.gz) = 1633294bf6c714361c381151b62d9dd2c8f388490153e7964bfa14fd647a681db9ebfe1de0a06279972d6c5b30377f67361feb4db186b1faa235600f0ae02b22
-Size (fluidsynth-2.3.1.tar.gz) = 1758632 bytes
+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
 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