Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 6058463C3EA for ; Thu, 5 May 2011 08:52:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2B72914A1D7; Thu, 5 May 2011 08:52:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F3CAE14A1D3 for ; Thu, 5 May 2011 08:52:44 +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 gpub5qksrIPu for ; Thu, 5 May 2011 08:52:44 +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 65C2F14A1CF for ; Thu, 5 May 2011 08:52:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 111BB175DD; Thu, 5 May 2011 08:52:44 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 5 May 2011 08:52:44 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/audio/libmodplug To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20110505085244.111BB175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Thu May 5 08:52:43 UTC 2011 Modified Files: pkgsrc/audio/libmodplug: Makefile buildlink3.mk distinfo Log Message: Update libmodplug to 0.8.8.2. While here, set LICENSE=public-domain. * 2 April 2011: libmodplug 0.8.8.2 * Improve compatibility with MSVC 2010 * Improve PTM playback (Fix byteswapping) * Improve S3M support (ignore corrupted data) * Improve AMF support (bounds checking) * See git checkins for more information * 27 May 2010: libmodplug 0.8.8.1 * Add check to make sure Stereo Separation/MixChannels cannot be 0. * Increment soname due to structure change (addition of new config options) * 5 April 2010: libmodplug 0.8.8 * Fix 32 to 32 bit "downsampling" on 64bit platforms. * Fix usage of bigendian in include files * Fix PSM files on bigendian computers * Allow configuration of Stereo Separation and MaxMixChannels * Fix possible problem with misaligned data structure when converting to int32 (load_669) (Developer only) update to new automake/autoconf. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/libmodplug/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/libmodplug/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/libmodplug/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.