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 37E857A170 for ; Sat, 28 Jan 2017 04:50:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A532E855BC; Sat, 28 Jan 2017 04:50:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3503B855A5 for ; Sat, 28 Jan 2017 04:50:06 +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 jJRETjIWdfTf for ; Sat, 28 Jan 2017 04:50:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 980C484CF0 for ; Sat, 28 Jan 2017 04:50:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93588FBA6; Sat, 28 Jan 2017 04:50:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1485579005280470" MIME-Version: 1.0 Date: Sat, 28 Jan 2017 04:50:05 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/audio/libopus To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170128045005.93588FBA6@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. --_----------=_1485579005280470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Jan 28 04:50:05 UTC 2017 Modified Files: pkgsrc/audio/libopus: Makefile Log Message: Enable Ambisonics support. Bump PKGREVISION Requested by Jesus Cea. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/libopus/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1485579005280470 Content-Disposition: inline Content-Length: 714 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/libopus/Makefile diff -u pkgsrc/audio/libopus/Makefile:1.9 pkgsrc/audio/libopus/Makefile:1.10 --- pkgsrc/audio/libopus/Makefile:1.9 Sun Jan 22 13:04:55 2017 +++ pkgsrc/audio/libopus/Makefile Sat Jan 28 04:50:05 2017 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2017/01/22 13:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/28 04:50:05 ryoon Exp $ DISTNAME= opus-1.1.4 PKGNAME= lib${DISTNAME} +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ @@ -16,6 +17,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config +CONFIGURE_ARGS+= --enable-ambisonics + PKGCONFIG_OVERRIDE+= opus.pc.in .include "options.mk" --_----------=_1485579005280470--