Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 289E4A580D for ; Sat, 12 Apr 2014 06:39:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 868D114A2D7; Sat, 12 Apr 2014 06:39:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4627314A2CF for ; Sat, 12 Apr 2014 06:39:35 +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 zWd1xRcKWh7w for ; Sat, 12 Apr 2014 06:39:34 +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 B750914A2C6 for ; Sat, 12 Apr 2014 06:39:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B1E3396; Sat, 12 Apr 2014 06:39:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 12 Apr 2014 06:39:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/opusfile To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140412063934.B1E3396@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Apr 12 06:39:34 UTC 2014 Added Files: pkgsrc/audio/opusfile: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/audio/opusfile/patches: patch-src_http.c Log Message: Import opusfile-0.5 as audio/opusfile. Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec. This package contains a high level API for decoding and seeking in opus files. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/audio/opusfile/DESCR \ pkgsrc/audio/opusfile/Makefile pkgsrc/audio/opusfile/PLIST \ pkgsrc/audio/opusfile/buildlink3.mk pkgsrc/audio/opusfile/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/audio/opusfile/patches/patch-src_http.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.