Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id C7B3663B873 for ; Wed, 19 May 2010 18:17:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 42D3663B1AB; Wed, 19 May 2010 18:17:28 +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 593F263B102 for ; Wed, 19 May 2010 18:17:27 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 45BDA175DD; Wed, 19 May 2010 18:17:27 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 19 May 2010 18:17:27 +0000 From: Matthias Drochner Subject: CVS commit: pkgsrc/audio/libao To: pkgsrc-changes@NetBSD.org Reply-To: drochner@netbsd.org X-Mailer: log_accum Message-Id: <20100519181727.45BDA175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: drochner Date: Wed May 19 18:17:27 UTC 2010 Modified Files: pkgsrc/audio/libao: Makefile Makefile.common PLIST buildlink3.mk distinfo pkgsrc/audio/libao/patches: patch-ae patch-af Log Message: update to 1.0.0 changes: -Added surround channel mapping API and capability -New config file options -misc updates and fixes pkgsrc note: The format structure passed to ao_open_*() has grown a new member ("matrix", for channel mapping). All client pkgs need to be checked that it is at least zero-initialized. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/audio/libao/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/audio/libao/Makefile.common cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/libao/PLIST \ pkgsrc/audio/libao/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/libao/distinfo cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/libao/patches/patch-ae cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/libao/patches/patch-af Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.