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:           Wed Feb  3 20:05:01 UTC 2021

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.26 -r1.27 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.45 pkgsrc/audio/fluidsynth/Makefile:1.46
--- pkgsrc/audio/fluidsynth/Makefile:1.45       Mon Jan 11 22:29:22 2021
+++ pkgsrc/audio/fluidsynth/Makefile    Wed Feb  3 20:05:01 2021
@@ -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}

Index: pkgsrc/audio/fluidsynth/PLIST
diff -u pkgsrc/audio/fluidsynth/PLIST:1.11 pkgsrc/audio/fluidsynth/PLIST:1.12
--- pkgsrc/audio/fluidsynth/PLIST:1.11  Mon Jan 11 22:29:22 2021
+++ pkgsrc/audio/fluidsynth/PLIST       Wed Feb  3 20:05:01 2021
@@ -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/version.h
 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

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.26 pkgsrc/audio/fluidsynth/distinfo:1.27
--- pkgsrc/audio/fluidsynth/distinfo:1.26       Mon Jan 11 22:29:22 2021
+++ pkgsrc/audio/fluidsynth/distinfo    Wed Feb  3 20:05:01 2021
@@ -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