pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/fluidsynth fluidsynth: Update to 2.0.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44474e107fa6
branches:  trunk
changeset: 416850:44474e107fa6
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Oct 31 14:02:55 2019 +0000

description:
fluidsynth: Update to 2.0.8

Changes:
- fix incorrect behavior of fluid_sample_set_sound_data()
- fix voices being mixed incorrectly, causing audible crackle esp. at sample-rates >48kHz
- make sure that defining NDEBUG disables assertions

diffstat:

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

diffs (46 lines):

diff -r 53a99a890a8c -r 44474e107fa6 audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Thu Oct 31 13:58:07 2019 +0000
+++ b/audio/fluidsynth/Makefile Thu Oct 31 14:02:55 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2019/10/16 19:25:44 nia Exp $
+# $NetBSD: Makefile,v 1.30 2019/10/31 14:02:55 nia Exp $
 
-DISTNAME=      fluidsynth-2.0.7
+DISTNAME=      fluidsynth-2.0.8
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=FluidSynth/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 53a99a890a8c -r 44474e107fa6 audio/fluidsynth/PLIST
--- a/audio/fluidsynth/PLIST    Thu Oct 31 13:58:07 2019 +0000
+++ b/audio/fluidsynth/PLIST    Thu Oct 31 14:02:55 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/10/06 17:29:33 nia Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/10/31 14:02:55 nia Exp $
 bin/fluidsynth
 include/fluidsynth.h
 include/fluidsynth/audio.h
@@ -20,6 +20,6 @@
 include/fluidsynth/voice.h
 lib/libfluidsynth.so
 lib/libfluidsynth.so.2
-lib/libfluidsynth.so.2.2.0
+lib/libfluidsynth.so.2.2.1
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1
diff -r 53a99a890a8c -r 44474e107fa6 audio/fluidsynth/distinfo
--- a/audio/fluidsynth/distinfo Thu Oct 31 13:58:07 2019 +0000
+++ b/audio/fluidsynth/distinfo Thu Oct 31 14:02:55 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2019/10/16 19:25:44 nia Exp $
+$NetBSD: distinfo,v 1.17 2019/10/31 14:02:55 nia Exp $
 
-SHA1 (fluidsynth-2.0.7.tar.gz) = fd92957fbb915598361cb16249f190ce0f01416c
-RMD160 (fluidsynth-2.0.7.tar.gz) = 3f71d90e4f46609cd3eae32ae7916be098b7b161
-SHA512 (fluidsynth-2.0.7.tar.gz) = c939c77277767541b90ae8bc24687cd9cd11b375264e6b5017658f5fd9c5637a3ce09bc4ad837a349e4a63883fe5ecbe80e65dd91d2cbf71072bcbcfc068614e
-Size (fluidsynth-2.0.7.tar.gz) = 1315250 bytes
+SHA1 (fluidsynth-2.0.8.tar.gz) = 2cdea3ef66b59a64e2cdaa7affe5517951f2b863
+RMD160 (fluidsynth-2.0.8.tar.gz) = 69cbbddea21aac9529e1785527f60ea521905e38
+SHA512 (fluidsynth-2.0.8.tar.gz) = 8fae05d909a66d0e68fe3f14b98608dca5375c7badcfbd131c1ebd0644eb7754fa75174a0c197c241917f40cde1d810459039e2d9f82d5fea7b080c2ea81bfbc
+Size (fluidsynth-2.0.8.tar.gz) = 1316137 bytes
 SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe
 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa



Home | Main Index | Thread Index | Old Index