pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/fluidsynth fluidsynth: update to 2.2.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/111cbbf698c3
branches:  trunk
changeset: 385144:111cbbf698c3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 11 13:46:19 2022 +0000

description:
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

diffstat:

 audio/fluidsynth/Makefile |  5 ++---
 audio/fluidsynth/PLIST    |  4 ++--
 audio/fluidsynth/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r edab6f35fa84 -r 111cbbf698c3 audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Sun Sep 11 12:51:02 2022 +0000
+++ b/audio/fluidsynth/Makefile Sun Sep 11 13:46:19 2022 +0000
@@ -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}
diff -r edab6f35fa84 -r 111cbbf698c3 audio/fluidsynth/PLIST
--- a/audio/fluidsynth/PLIST    Sun Sep 11 12:51:02 2022 +0000
+++ b/audio/fluidsynth/PLIST    Sun Sep 11 13:46:19 2022 +0000
@@ -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/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
diff -r edab6f35fa84 -r 111cbbf698c3 audio/fluidsynth/distinfo
--- a/audio/fluidsynth/distinfo Sun Sep 11 12:51:02 2022 +0000
+++ b/audio/fluidsynth/distinfo Sun Sep 11 13:46:19 2022 +0000
@@ -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