Received: by mail.netbsd.org (Postfix, from userid 605) id 8C16684D7C; Tue, 18 Feb 2020 13:11:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 157EB84D65 for ; Tue, 18 Feb 2020 13:11:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id j0MLNS93-NK3 for ; Tue, 18 Feb 2020 13:11:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7D56C84CD4 for ; Tue, 18 Feb 2020 13:11:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76B47FBF4; Tue, 18 Feb 2020 13:11:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1582031510166940" MIME-Version: 1.0 Date: Tue, 18 Feb 2020 13:11:50 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/fluidsynth To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200218131150.76B47FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1582031510166940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1582031510166940 Content-Disposition: inline Content-Length: 2946 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1582031510166940--