pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/fluidsynth fluidsynth: updated to 2.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99cbad11f3b3
branches:  trunk
changeset: 386738:99cbad11f3b3
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 14 10:59:10 2022 +0000

description:
fluidsynth: updated to 2.3.0

fluidsynth 2.3.0

New Features

Add Pipewire audio driver
Major modernization of the CMake build system, CMake >= 3.13 will now be required
Add multi-channel output for the CoreAudio driver
LADSPA effects are mixed before processing internal effects
MIDI auto-connect functionality has been extended
Add linear interpolation to convex and concave transfer functions
Mixing of effects has been parallelized

Bug Fixes

Issue 1073 has been resolved, which may change the sound articulation a bit
Systemd Hardening has been partly reverted
audio.jack.autoconnect erroneously connectd to MIDI ports
Fix build when compiling against OSS 4.0 API

diffstat:

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

diffs (51 lines):

diff -r 91ddf0b9396c -r 99cbad11f3b3 audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Fri Oct 14 09:56:11 2022 +0000
+++ b/audio/fluidsynth/Makefile Fri Oct 14 10:59:10 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2022/09/11 13:46:19 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2022/10/14 10:59:10 adam Exp $
 
-DISTNAME=      fluidsynth-2.2.9
+DISTNAME=      fluidsynth-2.3.0
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=FluidSynth/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 91ddf0b9396c -r 99cbad11f3b3 audio/fluidsynth/PLIST
--- a/audio/fluidsynth/PLIST    Fri Oct 14 09:56:11 2022 +0000
+++ b/audio/fluidsynth/PLIST    Fri Oct 14 10:59:10 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2022/09/11 13:46:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.24 2022/10/14 10:59:10 adam Exp $
 bin/fluidsynth
 include/fluidsynth.h
 include/fluidsynth/audio.h
@@ -18,8 +18,12 @@
 include/fluidsynth/types.h
 include/fluidsynth/version.h
 include/fluidsynth/voice.h
+lib/cmake/fluidsynth/FluidSynthConfig.cmake
+lib/cmake/fluidsynth/FluidSynthConfigVersion.cmake
+lib/cmake/fluidsynth/FluidSynthTargets-relwithdebinfo.cmake
+lib/cmake/fluidsynth/FluidSynthTargets.cmake
 lib/libfluidsynth.so
 lib/libfluidsynth.so.3
-lib/libfluidsynth.so.3.1.2
+lib/libfluidsynth.so.3.1.3
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1
diff -r 91ddf0b9396c -r 99cbad11f3b3 audio/fluidsynth/distinfo
--- a/audio/fluidsynth/distinfo Fri Oct 14 09:56:11 2022 +0000
+++ b/audio/fluidsynth/distinfo Fri Oct 14 10:59:10 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.40 2022/09/11 13:46:19 wiz Exp $
+$NetBSD: distinfo,v 1.41 2022/10/14 10:59:10 adam Exp $
 
-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
+BLAKE2s (fluidsynth-2.3.0.tar.gz) = abd3fea27b34d1582b8278cef3e3e514c12c03f304c6320eac9da00e7085f19c
+SHA512 (fluidsynth-2.3.0.tar.gz) = 621a54f7d9845a9350381e9aa99f342b28050e1dd80983e69828acc685ace39ee5376f8e40d7a93ddb247718e4bcfb3f196cbd4027343251f8c0fbe3c0d219ed
+Size (fluidsynth-2.3.0.tar.gz) = 1757143 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