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.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/42c748831be0
branches: trunk
changeset: 411675:42c748831be0
user: nia <nia%pkgsrc.org@localhost>
date: Tue Feb 18 13:11:50 2020 +0000
description:
fluidsynth: Update to 2.1.
Changes:
- a regression introduced in 2.1.0 caused the jack audio driver to not correct a sample-rate mismatch (#607)
- pkg-config is now being to used to find readline (#606, thanks to @ffontaine)
- fix various typos in the documentation (#600, thanks to @luzpaz)
- fix a memory leak in the file renderer
- fix leaking memory when sequencer clients were not explicitly unregistered (#610)
- fix a heap-based use-after-free in jack driver (#613)
- fix the linker possibly not finding libinstpatch (#617, thanks to @realnc)
diffstat:
audio/fluidsynth/Makefile | 8 ++------
audio/fluidsynth/PLIST | 4 ++--
audio/fluidsynth/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 13 deletions(-)
diffs (58 lines):
diff -r b0d6dba08e10 -r 42c748831be0 audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Tue Feb 18 11:33:01 2020 +0000
+++ b/audio/fluidsynth/Makefile Tue Feb 18 13:11:50 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2019/12/19 23:59:56 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2020/02/18 13:11:50 nia Exp $
-DISTNAME= fluidsynth-2.1.0
-PKGREVISION= 1
+DISTNAME= fluidsynth-2.1.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=FluidSynth/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -20,9 +19,6 @@
PKGCONFIG_OVERRIDE= fluidsynth.pc.in
-CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t
-CPPFLAGS.SunOS+= -Du_int32_t=uint32_t -Du_int64_t=uint64_t
-CPPFLAGS.SunOS+= -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS
LDFLAGS.SunOS+= -lsocket
.include "../../mk/bsd.prefs.mk"
diff -r b0d6dba08e10 -r 42c748831be0 audio/fluidsynth/PLIST
--- a/audio/fluidsynth/PLIST Tue Feb 18 11:33:01 2020 +0000
+++ b/audio/fluidsynth/PLIST Tue Feb 18 13:11:50 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/12/01 12:51:57 nia Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/02/18 13:11:50 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.3.0
+lib/libfluidsynth.so.2.3.1
lib/pkgconfig/fluidsynth.pc
man/man1/fluidsynth.1
diff -r b0d6dba08e10 -r 42c748831be0 audio/fluidsynth/distinfo
--- a/audio/fluidsynth/distinfo Tue Feb 18 11:33:01 2020 +0000
+++ b/audio/fluidsynth/distinfo Tue Feb 18 13:11:50 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.20 2019/12/19 23:59:56 joerg Exp $
+$NetBSD: distinfo,v 1.21 2020/02/18 13:11:50 nia Exp $
-SHA1 (fluidsynth-2.1.0.tar.gz) = 3822f1406cbf6c810928277a3695b5e38a5dbde4
-RMD160 (fluidsynth-2.1.0.tar.gz) = 205e8d5d7f7645637c22db291da91356a02939da
-SHA512 (fluidsynth-2.1.0.tar.gz) = d7af4047ebde49ef48098ae9dbab5d90422a4536acf28a2de32d8da67a50ebbbcf30e06833b630bd54e441040be0e432b377e3b63bf666e63106e69cd408ea0d
-Size (fluidsynth-2.1.0.tar.gz) = 1356096 bytes
+SHA1 (fluidsynth-2.1.1.tar.gz) = b4140e8123a1ecc8492ef105b9900a4039a205e9
+RMD160 (fluidsynth-2.1.1.tar.gz) = db98dea6d759d04b39640efbd21293f7988b16d5
+SHA512 (fluidsynth-2.1.1.tar.gz) = f8776c59aa0aa4a25fe3c38973c994e8608f8fad8a2e478db0d0232d4c787983dfdcba200c558cd810e892930b50184af4bc4a7f3c98ec5c38e147fd715e51b8
+Size (fluidsynth-2.1.1.tar.gz) = 1359872 bytes
SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe
SHA1 (patch-include_fluidsynth_log.h) = 35378120546ca4619e232707de6a0025c6c45ad8
SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa
Home |
Main Index |
Thread Index |
Old Index