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 Sep 11 13:46:20 UTC 2022
Modified Files:
pkgsrc/audio/fluidsynth: Makefile PLIST distinfo
Log Message:
fluidsynth: update to 2.2.9.
Fix regression in WinMIDI driver introduced in 2.2.8 (#1131, #1141 thanks to @albedozero)
Tracks cannot be restarted in MIDI player after reaching EOT (#1138, thanks to @albedozero)
Add a system-wide configuration file for Windows (#1143, thanks to @daniel-1964)
Harden systemd service file
Dependency libs for precompiled Android binaries have been updated
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.39 -r1.40 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.65 pkgsrc/audio/fluidsynth/Makefile:1.66
--- pkgsrc/audio/fluidsynth/Makefile:1.65 Sun Sep 11 12:51:03 2022
+++ pkgsrc/audio/fluidsynth/Makefile Sun Sep 11 13:46:19 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2022/09/11 12:51:03 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2022/09/11 13:46:19 wiz Exp $
-DISTNAME= fluidsynth-2.2.8
-PKGREVISION= 2
+DISTNAME= fluidsynth-2.2.9
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.22 pkgsrc/audio/fluidsynth/PLIST:1.23
--- pkgsrc/audio/fluidsynth/PLIST:1.22 Sun Jul 17 08:26:57 2022
+++ pkgsrc/audio/fluidsynth/PLIST Sun Sep 11 13:46:19 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2022/07/17 08:26:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.23 2022/09/11 13:46:19 wiz 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.1.1
+lib/libfluidsynth.so.3.1.2
lib/pkgconfig/fluidsynth.pc
man/man1/fluidsynth.1
Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.39 pkgsrc/audio/fluidsynth/distinfo:1.40
--- pkgsrc/audio/fluidsynth/distinfo:1.39 Sun Jul 17 08:26:57 2022
+++ pkgsrc/audio/fluidsynth/distinfo Sun Sep 11 13:46:19 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.39 2022/07/17 08:26:57 wiz Exp $
+$NetBSD: distinfo,v 1.40 2022/09/11 13:46:19 wiz Exp $
-BLAKE2s (fluidsynth-2.2.8.tar.gz) = 61f32919b37ce7370f13de40eb255e616ff125af3a96aaed4b096c7ba4535eb9
-SHA512 (fluidsynth-2.2.8.tar.gz) = 8173f2d368a214cf1eb7faae2f6326db43fb094ec9c83e652f953290c3f29c34ebd0b92cbb439bea8d814d3a7e4f9dc0c18c648df1d414989d5d8b4700c79535
-Size (fluidsynth-2.2.8.tar.gz) = 1751615 bytes
+BLAKE2s (fluidsynth-2.2.9.tar.gz) = 77895237600c2fde0a267a20aaa05b5ae43ef99df327a3363ea33225c09ef3da
+SHA512 (fluidsynth-2.2.9.tar.gz) = 90f44f6d7a4ed504eea5e2d39d8da2e0072bef746f3d969e367f0bab36a4cff479a98e795dc8b6b58b565fb266c44a137a14e98c7e4c77d1be3b300b8c066600
+Size (fluidsynth-2.2.9.tar.gz) = 1750977 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