pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libopus Enable Ambisonics support. Bump PKGREVISION



details:   https://anonhg.NetBSD.org/pkgsrc/rev/195b753cf076
branches:  trunk
changeset: 357767:195b753cf076
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Jan 28 04:50:05 2017 +0000

description:
Enable Ambisonics support. Bump PKGREVISION
Requested by Jesus Cea.

diffstat:

 audio/libopus/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r fe117574535e -r 195b753cf076 audio/libopus/Makefile
--- a/audio/libopus/Makefile    Sat Jan 28 04:41:43 2017 +0000
+++ b/audio/libopus/Makefile    Sat Jan 28 04:50:05 2017 +0000
@@ -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 @@
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake pkg-config
 
+CONFIGURE_ARGS+=       --enable-ambisonics
+
 PKGCONFIG_OVERRIDE+=   opus.pc.in
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index