svn commit: r516394 - head/audio/fluidsynth

Tobias C. Berner tcberner at FreeBSD.org
Sun Nov 3 08:42:14 UTC 2019


Author: tcberner
Date: Sun Nov  3 08:42:13 2019
New Revision: 516394
URL: https://svnweb.freebsd.org/changeset/ports/516394

Log:
  audio/fluidsynth: update to 2.0.8
  
  Changelog:
     * fix incorrect behavior of fluid_sample_set_sound_data() (#576, thanks to
       @swesterfeld) fix voices being mixed incorrectly, causing audible crackle
     * esp. at sample-rates >48kHz (#580)
     * make sure that defining NDEBUG disables assertions

Modified:
  head/audio/fluidsynth/Makefile
  head/audio/fluidsynth/distinfo
  head/audio/fluidsynth/pkg-plist

Modified: head/audio/fluidsynth/Makefile
==============================================================================
--- head/audio/fluidsynth/Makefile	Sun Nov  3 07:53:18 2019	(r516393)
+++ head/audio/fluidsynth/Makefile	Sun Nov  3 08:42:13 2019	(r516394)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fluidsynth
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.0.7
+DISTVERSION=	2.0.8
 CATEGORIES=	audio
 
 MAINTAINER=	multimedia at FreeBSD.org

Modified: head/audio/fluidsynth/distinfo
==============================================================================
--- head/audio/fluidsynth/distinfo	Sun Nov  3 07:53:18 2019	(r516393)
+++ head/audio/fluidsynth/distinfo	Sun Nov  3 08:42:13 2019	(r516394)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569650517
-SHA256 (FluidSynth-fluidsynth-v2.0.7_GH0.tar.gz) = b68876d24c7fb34575ffa389bcfe8e61a24f1cf1da8ec6c3b2053efde98d0320
-SIZE (FluidSynth-fluidsynth-v2.0.7_GH0.tar.gz) = 1315250
+TIMESTAMP = 1572769881
+SHA256 (FluidSynth-fluidsynth-v2.0.8_GH0.tar.gz) = 0c37e72db31d1b35e587b94b7163d68444cffaa9e7fe8a293d79957620bff117
+SIZE (FluidSynth-fluidsynth-v2.0.8_GH0.tar.gz) = 1316137

Modified: head/audio/fluidsynth/pkg-plist
==============================================================================
--- head/audio/fluidsynth/pkg-plist	Sun Nov  3 07:53:18 2019	(r516393)
+++ head/audio/fluidsynth/pkg-plist	Sun Nov  3 08:42:13 2019	(r516394)
@@ -19,6 +19,6 @@ include/fluidsynth/version.h
 include/fluidsynth/voice.h
 lib/libfluidsynth.so
 lib/libfluidsynth.so.2
-lib/libfluidsynth.so.2.2.0
+lib/libfluidsynth.so.2.2.1
 libdata/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1.gz


More information about the svn-ports-head mailing list