Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 858B363B882 for ; Thu, 16 Aug 2012 15:16:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 60C7514A23A; Thu, 16 Aug 2012 15:16:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8FCE314A218 for ; Thu, 16 Aug 2012 15:16:27 +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 aCPiRCeycFQM for ; Thu, 16 Aug 2012 15:16:27 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 10E5614A1AD for ; Thu, 16 Aug 2012 15:16:27 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 06A3C175DD; Thu, 16 Aug 2012 15:16:27 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 16 Aug 2012 15:16:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/fluidsynth To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20120816151627.06A3C175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Thu Aug 16 15:16:26 UTC 2012 Modified Files: pkgsrc/audio/fluidsynth: Makefile distinfo Removed Files: pkgsrc/audio/fluidsynth/patches: patch-src_drivers_fluid_coreaudio.c Log Message: Update to 1.1.6: Fixes and changes Handle MIDI End of track events, ticket #101 (Matt Giuca) Prevent broken rendering after an voice overflow, ticket #100 (diwic) Enable long arguments where available (plcl) Windows: Install fluidsynth.pc (pkg-config spec), ticket #102 (plcl) Mac OS X Lion: Fix build failure, ticket #105 (twobits) Linux: Prevent libdbus crash (diwic) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/fluidsynth/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/fluidsynth/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/audio/fluidsynth/patches/patch-src_drivers_fluid_coreaudio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.