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 26 08:14:22 UTC 2022

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

Log Message:
fluidsynth: updated to 2.2.7

fluidsynth 2.2.7

Fix file driver not working correctly on Windows
Add a function to create a sequencer event from a midi event
Precompiled x86 binaries are now x87-FPU compatible
Fix fluidsynth not responding to SIGINT and SIGTERM when using recent SDL2


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.37 -r1.38 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.60 pkgsrc/audio/fluidsynth/Makefile:1.61
--- pkgsrc/audio/fluidsynth/Makefile:1.60       Wed Mar 30 07:56:23 2022
+++ pkgsrc/audio/fluidsynth/Makefile    Tue Apr 26 08:14:22 2022
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.60 2022/03/30 07:56:23 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2022/04/26 08:14:22 adam Exp $
 
-DISTNAME=      fluidsynth-2.2.6
+DISTNAME=      fluidsynth-2.2.7
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=FluidSynth/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.fluidsynth.org/
+HOMEPAGE=      https://www.fluidsynth.org/
 COMMENT=       Software synthesizer based on SoundFont2
 LICENSE=       gnu-lgpl-v2
 

Index: pkgsrc/audio/fluidsynth/PLIST
diff -u pkgsrc/audio/fluidsynth/PLIST:1.20 pkgsrc/audio/fluidsynth/PLIST:1.21
--- pkgsrc/audio/fluidsynth/PLIST:1.20  Wed Mar 30 07:56:23 2022
+++ pkgsrc/audio/fluidsynth/PLIST       Tue Apr 26 08:14:22 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2022/03/30 07:56:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.21 2022/04/26 08:14:22 adam Exp $
 bin/fluidsynth
 include/fluidsynth.h
 include/fluidsynth/audio.h
@@ -20,6 +20,6 @@ include/fluidsynth/version.h
 include/fluidsynth/voice.h
 lib/libfluidsynth.so
 lib/libfluidsynth.so.3
-lib/libfluidsynth.so.3.0.6
+lib/libfluidsynth.so.3.1.0
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.37 pkgsrc/audio/fluidsynth/distinfo:1.38
--- pkgsrc/audio/fluidsynth/distinfo:1.37       Wed Mar 30 07:56:23 2022
+++ pkgsrc/audio/fluidsynth/distinfo    Tue Apr 26 08:14:22 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2022/03/30 07:56:23 wiz Exp $
+$NetBSD: distinfo,v 1.38 2022/04/26 08:14:22 adam Exp $
 
-BLAKE2s (fluidsynth-2.2.6.tar.gz) = 1e23cb8993a1d6861e2bc100f8a8a1c5ee92616931c3fb636e53fee2f4e0296b
-SHA512 (fluidsynth-2.2.6.tar.gz) = e4958c409e057fe6e09a0aa86cc0d7c939aa883de479aa90c43f19faa4d0c3a0f6aca7242fad11ec7a7776cb7e2e602c953c6249fc94b9f04425101584ae3e6c
-Size (fluidsynth-2.2.6.tar.gz) = 1749202 bytes
+BLAKE2s (fluidsynth-2.2.7.tar.gz) = 46c0280373e9181d8de1ec09b2a1502c5a000c4eb0b27fb369c246ad3ab48a5a
+SHA512 (fluidsynth-2.2.7.tar.gz) = 62709f96fa07bbafb9b907438da7376abdf1a4e679cd2b105c5bca257f1ff62c18bd4c646ef2ccba64ca5273604da996fb2caaf61eeee44686bf45fef1ed83a7
+Size (fluidsynth-2.2.7.tar.gz) = 1748897 bytes
 SHA1 (patch-CMakeLists.txt) = 24c923c5e7b39b71b499bd204a7ca74268ea552c
 SHA1 (patch-include_fluidsynth_log.h) = cfc4e180f53e6cac03bea90a0c91d6fd75e39459
 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa



Home | Main Index | Thread Index | Old Index