pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libopus



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.

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"



Home | Main Index | Thread Index | Old Index