Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AE7C77A214 for ; Sun, 5 Jun 2016 00:43:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 586EB85ECE; Sun, 5 Jun 2016 00:43:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DAADA85E6E for ; Sun, 5 Jun 2016 00:43:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IrVzuZjR_bls for ; Sun, 5 Jun 2016 00:43:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8194285E6A for ; Sun, 5 Jun 2016 00:43:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7BE91FBB5; Sun, 5 Jun 2016 00:43:33 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 5 Jun 2016 00:43:33 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/audio/libsoxr To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20160605004333.7BE91FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Sun Jun 5 00:43:33 UTC 2016 Added Files: pkgsrc/audio/libsoxr: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Import libsoxr-0.1.2 as audio/libsoxr. The SoX Resampler library 'libsoxr' performs one-dimensional sample-rate conversion - it may be used, for example, to resample PCM-encoded audio. It aims to give fast and high quality results for any constant (rational or irrational) resampling ratio. Phase-response, preserved bandwidth, aliasing, and rejection level parameters are all configurable; alternatively, simple `preset' configurations may be selected. An experimental, variable-rate resampling mode of operation is also included. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/audio/libsoxr/DESCR \ pkgsrc/audio/libsoxr/Makefile pkgsrc/audio/libsoxr/PLIST \ pkgsrc/audio/libsoxr/buildlink3.mk pkgsrc/audio/libsoxr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.