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: Tue Feb 18 13:11:50 UTC 2020
Modified Files:
pkgsrc/audio/fluidsynth: Makefile PLIST distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.20 -r1.21 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.33 pkgsrc/audio/fluidsynth/Makefile:1.34
--- pkgsrc/audio/fluidsynth/Makefile:1.33 Thu Dec 19 23:59:56 2019
+++ pkgsrc/audio/fluidsynth/Makefile Tue Feb 18 13:11:50 2020
@@ -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 @@ CMAKE_ARGS+= -Denable-framework=OFF
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"
Index: pkgsrc/audio/fluidsynth/PLIST
diff -u pkgsrc/audio/fluidsynth/PLIST:1.5 pkgsrc/audio/fluidsynth/PLIST:1.6
--- pkgsrc/audio/fluidsynth/PLIST:1.5 Sun Dec 1 12:51:57 2019
+++ pkgsrc/audio/fluidsynth/PLIST Tue Feb 18 13:11:50 2020
@@ -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/version.h
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
Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.20 pkgsrc/audio/fluidsynth/distinfo:1.21
--- pkgsrc/audio/fluidsynth/distinfo:1.20 Thu Dec 19 23:59:56 2019
+++ pkgsrc/audio/fluidsynth/distinfo Tue Feb 18 13:11:50 2020
@@ -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