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:           Thu Jul 29 10:22:42 UTC 2021

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

Log Message:
fluidsynth: update to 2.2.2.

2.2.2

* The MIDI router now handles out-of-range parameters in a smarter manner (#891, thanks to @jjceresa)
* Keep pedaling effective when the same note is played more than once (#905, thanks to @jjceresa)
* Select soundfont samples by frequency instead of midi note numbers (#926, thanks to @Naturseptime)
* Fix the sequencer's event ordering for NoteOn vel=0 events (#907)
* libfluidsynth's import library was broken for MinGW builds (#874)
* fluidsynth.exe short option -Q not working (#915, thanks to @pedrolcl)
* Precompiled Android binaries didn't work (#894, #897)
* Fix openMP detection for XCode 12.5 (#917)
* Make audio.jack.autoconnect connect all available ports (#920)
* Prevent MIDI Player from continuously suppressing notes (#935, thanks to @albedozero)
* fluidsynth.pc now includes private libraries for static linking (#904)
* Fix typos in code and documentation (#939, thanks to @luzpaz)


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.30 -r1.31 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.50 pkgsrc/audio/fluidsynth/Makefile:1.51
--- pkgsrc/audio/fluidsynth/Makefile:1.50       Thu May 13 09:44:28 2021
+++ pkgsrc/audio/fluidsynth/Makefile    Thu Jul 29 10:22:42 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2021/05/13 09:44:28 nia Exp $
+# $NetBSD: Makefile,v 1.51 2021/07/29 10:22:42 wiz Exp $
 
-DISTNAME=      fluidsynth-2.2.1
+DISTNAME=      fluidsynth-2.2.2
 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.15 pkgsrc/audio/fluidsynth/PLIST:1.16
--- pkgsrc/audio/fluidsynth/PLIST:1.15  Thu May 13 09:44:28 2021
+++ pkgsrc/audio/fluidsynth/PLIST       Thu Jul 29 10:22:42 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2021/05/13 09:44:28 nia Exp $
+@comment $NetBSD: PLIST,v 1.16 2021/07/29 10:22:42 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.0.1
+lib/libfluidsynth.so.3.0.2
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.30 pkgsrc/audio/fluidsynth/distinfo:1.31
--- pkgsrc/audio/fluidsynth/distinfo:1.30       Thu May 13 09:44:28 2021
+++ pkgsrc/audio/fluidsynth/distinfo    Thu Jul 29 10:22:42 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2021/05/13 09:44:28 nia Exp $
+$NetBSD: distinfo,v 1.31 2021/07/29 10:22:42 wiz Exp $
 
-SHA1 (fluidsynth-2.2.1.tar.gz) = c2ee0d00b973dd89d83069a73558fceb86631c4c
-RMD160 (fluidsynth-2.2.1.tar.gz) = d99d5ca8fce8679c5d4da4f62654a222f492188b
-SHA512 (fluidsynth-2.2.1.tar.gz) = a42728f179fd2583a292d18d9b7d98498b42574aff6559e8e3762329893dd18c451b5611517aa9aa7ee6ba9fc0db3c83e127d097c68769c5d8562a49dc427ee9
-Size (fluidsynth-2.2.1.tar.gz) = 1594153 bytes
+SHA1 (fluidsynth-2.2.2.tar.gz) = a367d6cbd81ff8e0284d55de66b671bd496a9e04
+RMD160 (fluidsynth-2.2.2.tar.gz) = ca42cf7e4b8222ebcc789bf4d89c49c05f672e7a
+SHA512 (fluidsynth-2.2.2.tar.gz) = 208956e367725de4b1faeba7d4125a6a85bb4191ef0354a7087809e93d93b8986cdc30b78c135a743104851d15f3bb09776855fa02a686de0810dd14c97851c3
+Size (fluidsynth-2.2.2.tar.gz) = 1741567 bytes
 SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe
 SHA1 (patch-include_fluidsynth_log.h) = cfc4e180f53e6cac03bea90a0c91d6fd75e39459
 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa



Home | Main Index | Thread Index | Old Index