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:   adam
Date:           Fri Oct 14 10:59:11 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.40 -r1.41 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.66 pkgsrc/audio/fluidsynth/Makefile:1.67
--- pkgsrc/audio/fluidsynth/Makefile:1.66       Sun Sep 11 13:46:19 2022
+++ pkgsrc/audio/fluidsynth/Makefile    Fri Oct 14 10:59:10 2022
@@ -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}

Index: pkgsrc/audio/fluidsynth/PLIST
diff -u pkgsrc/audio/fluidsynth/PLIST:1.23 pkgsrc/audio/fluidsynth/PLIST:1.24
--- pkgsrc/audio/fluidsynth/PLIST:1.23  Sun Sep 11 13:46:19 2022
+++ pkgsrc/audio/fluidsynth/PLIST       Fri Oct 14 10:59:10 2022
@@ -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/synth.h
 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

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.40 pkgsrc/audio/fluidsynth/distinfo:1.41
--- pkgsrc/audio/fluidsynth/distinfo:1.40       Sun Sep 11 13:46:19 2022
+++ pkgsrc/audio/fluidsynth/distinfo    Fri Oct 14 10:59:10 2022
@@ -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