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:   nia
Date:           Thu Oct 31 14:02:55 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.16 -r1.17 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.29 pkgsrc/audio/fluidsynth/Makefile:1.30
--- pkgsrc/audio/fluidsynth/Makefile:1.29       Wed Oct 16 19:25:44 2019
+++ pkgsrc/audio/fluidsynth/Makefile    Thu Oct 31 14:02:55 2019
@@ -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}

Index: pkgsrc/audio/fluidsynth/PLIST
diff -u pkgsrc/audio/fluidsynth/PLIST:1.3 pkgsrc/audio/fluidsynth/PLIST:1.4
--- pkgsrc/audio/fluidsynth/PLIST:1.3   Sun Oct  6 17:29:33 2019
+++ pkgsrc/audio/fluidsynth/PLIST       Thu Oct 31 14:02:55 2019
@@ -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/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
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.16 pkgsrc/audio/fluidsynth/distinfo:1.17
--- pkgsrc/audio/fluidsynth/distinfo:1.16       Wed Oct 16 19:25:44 2019
+++ pkgsrc/audio/fluidsynth/distinfo    Thu Oct 31 14:02:55 2019
@@ -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