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.1.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f954eda4487a
branches:  trunk
changeset: 446085:f954eda4487a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 03 20:05:01 2021 +0000

description:
fluidsynth: update to 2.1.7.

    a regression introduced in 2.1.0 prevented chorus from being audible when fluid_synth_process() was used (#751, thanks to @chirs241097)
    a regression introduced in 2.0.6 prevented the MIDI player from restarting playback after all files have been played (#755, thanks to @rncbc)
    fix a double-free violation introduced in 2.0.0 after executing the info shell command (#756)

diffstat:

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

diffs (47 lines):

diff -r 77db20441345 -r f954eda4487a audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Wed Feb 03 20:02:24 2021 +0000
+++ b/audio/fluidsynth/Makefile Wed Feb 03 20:05:01 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2021/01/11 22:29:22 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2021/02/03 20:05:01 wiz Exp $
 
-DISTNAME=      fluidsynth-2.1.6
+DISTNAME=      fluidsynth-2.1.7
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=FluidSynth/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 77db20441345 -r f954eda4487a audio/fluidsynth/PLIST
--- a/audio/fluidsynth/PLIST    Wed Feb 03 20:02:24 2021 +0000
+++ b/audio/fluidsynth/PLIST    Wed Feb 03 20:05:01 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2021/01/11 22:29:22 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/02/03 20:05:01 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.2
-lib/libfluidsynth.so.2.3.6
+lib/libfluidsynth.so.2.3.7
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1
diff -r 77db20441345 -r f954eda4487a audio/fluidsynth/distinfo
--- a/audio/fluidsynth/distinfo Wed Feb 03 20:02:24 2021 +0000
+++ b/audio/fluidsynth/distinfo Wed Feb 03 20:05:01 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.26 2021/01/11 22:29:22 wiz Exp $
+$NetBSD: distinfo,v 1.27 2021/02/03 20:05:01 wiz Exp $
 
-SHA1 (fluidsynth-2.1.6.tar.gz) = 3060d1cc430198bc16df302366edcdce28dbf05a
-RMD160 (fluidsynth-2.1.6.tar.gz) = 56493494b63062b50abebf6eaf8fabb327e21b33
-SHA512 (fluidsynth-2.1.6.tar.gz) = 168c882167089b067ec2056c92b19134136f574ca1f793473662274bdb0ae73236711d38ff75a84a738dd866a0f6dd790412d801ecf847e4416d4fb5cd20ae45
-Size (fluidsynth-2.1.6.tar.gz) = 1368770 bytes
+SHA1 (fluidsynth-2.1.7.tar.gz) = 0c490153b65db234a05177157a66dfb9419d4364
+RMD160 (fluidsynth-2.1.7.tar.gz) = 2fa324dcdfe9dd8ed446ea906cf20bbc386bced6
+SHA512 (fluidsynth-2.1.7.tar.gz) = 22ab9bb3c5d5e619c0624ced2031b23d9d68cf9ffd6da40087aa0049f486b8c6201ff19605fc73fa642358bec31c18bb43683a8b0d603b198626d9a23721bcd6
+Size (fluidsynth-2.1.7.tar.gz) = 1368777 bytes
 SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe
 SHA1 (patch-include_fluidsynth_log.h) = 35378120546ca4619e232707de6a0025c6c45ad8
 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa



Home | Main Index | Thread Index | Old Index