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 AB9A5A581D for ; Wed, 2 Dec 2015 06:57:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5AF0A85E8F; Wed, 2 Dec 2015 06:57:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DDCC585E83 for ; Wed, 2 Dec 2015 06:57:13 +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 Jo6nHXTGrjDz for ; Wed, 2 Dec 2015 06:57:13 +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 7FE1D85E7C for ; Wed, 2 Dec 2015 06:57:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5A76281; Wed, 2 Dec 2015 06:57:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 2 Dec 2015 06:57:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/libopus To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20151202065713.5A76281@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed Dec 2 06:57:13 UTC 2015 Modified Files: pkgsrc/audio/libopus: Makefile distinfo Removed Files: pkgsrc/audio/libopus/patches: patch-configure Log Message: Update libopus to 1.1.1: This Opus 1.1.1 release brings many optimizations to the encoder and decoder, including: * x86 SSE, SSE2 and SSE4.1 intrinsics optimizations with run-time CPU detection contributed by Cisco Systems, * MIPS intrinsics optimizations contributed by Imagination Technologies, * ARM Neon optimizations contributed by Linaro and ARM, * many architecture-independent optimizations and memory footprint reductions that should improve performance on all platforms, and * several minor bug fixes. The quality of the encoder should be mostly unchanged compared to version 1.1. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/libopus/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/libopus/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/audio/libopus/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.