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 B7D237A269 for ; Mon, 10 Oct 2016 23:16:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6C67E85ECE; Mon, 10 Oct 2016 23:16:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F087785ECF for ; Mon, 10 Oct 2016 23:16:32 +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 WjWgZfZMiV-j for ; Mon, 10 Oct 2016 23:16:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 84A2185ECE for ; Mon, 10 Oct 2016 23:16:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 82A1EFBD2; Mon, 10 Oct 2016 23:16:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_14761413926590" MIME-Version: 1.0 Date: Mon, 10 Oct 2016 23:16:32 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/audio/libebur128 To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20161010231632.82A1EFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_14761413926590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Mon Oct 10 23:16:32 UTC 2016 Modified Files: pkgsrc/audio/libebur128: Makefile distinfo Log Message: Update to libebur128-1.1.0. "This release adds a new function ebur128_relative_threshold(), adds the new channel definitions from ITU R-REC-BS 1770-4 to the channel enum, and fixes some build issues." To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/libebur128/Makefile \ pkgsrc/audio/libebur128/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_14761413926590 Content-Disposition: inline Content-Length: 1669 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/libebur128/Makefile diff -u pkgsrc/audio/libebur128/Makefile:1.3 pkgsrc/audio/libebur128/Makefile:1.4 --- pkgsrc/audio/libebur128/Makefile:1.3 Thu May 7 14:07:02 2015 +++ pkgsrc/audio/libebur128/Makefile Mon Oct 10 23:16:32 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2015/05/07 14:07:02 mef Exp $ +# $NetBSD: Makefile,v 1.4 2016/10/10 23:16:32 tnn Exp $ -DISTNAME= libebur128-1.0.1 -PKGREVISION= 1 +DISTNAME= libebur128-1.1.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=jiixyj/} GITHUB_PROJECT= libebur128 Index: pkgsrc/audio/libebur128/distinfo diff -u pkgsrc/audio/libebur128/distinfo:1.3 pkgsrc/audio/libebur128/distinfo:1.4 --- pkgsrc/audio/libebur128/distinfo:1.3 Tue Nov 3 01:12:36 2015 +++ pkgsrc/audio/libebur128/distinfo Mon Oct 10 23:16:32 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 01:12:36 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/10/10 23:16:32 tnn Exp $ -SHA1 (libebur128-1.0.1.tar.gz) = c0fce1dc06000a11b878299116684b6cb1aef99b -RMD160 (libebur128-1.0.1.tar.gz) = bf43bb682534d4c05b0fa1391aa70a45d744eec8 -SHA512 (libebur128-1.0.1.tar.gz) = c394c663cc3505480d7a366e4535fad9214f4274c6d399c19e3114feded33b1f9817609b68421e8279f409b5368eae6f844b5c2f112fbed8ce3525f5a41b1524 -Size (libebur128-1.0.1.tar.gz) = 29760 bytes +SHA1 (libebur128-1.1.0.tar.gz) = bff8e1b2014f20b4fce2f67c6445a9e1c0a4d4e3 +RMD160 (libebur128-1.1.0.tar.gz) = 2eb66acfd34557f66961e34b21fefa126fabb889 +SHA512 (libebur128-1.1.0.tar.gz) = 13a0d92eae8d991a15cb090e5f3ca34fbe285bf7e8e01e10b5ccc8be4f066e8bbff6920370d4506284f02dbfca3a5189ddfe9135f195179d356257055768c08a +Size (libebur128-1.1.0.tar.gz) = 19318 bytes --_----------=_14761413926590--