aboutsummaryrefslogtreecommitdiff
path: root/audio/opus
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2013-03-14 21:43:02 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2013-03-14 21:43:02 +0000
commitaeb73f28a5c85d7ece0e0d7221e6bcbd808d09a6 (patch)
treecef79733c8985d4d73cb3c3c0489ea27465af935 /audio/opus
parent6ad37e2951e94d6d851aacdbd06616e39e45069c (diff)
downloadports-aeb73f28a5c85d7ece0e0d7221e6bcbd808d09a6.tar.gz
ports-aeb73f28a5c85d7ece0e0d7221e6bcbd808d09a6.zip
Enable Opus custom modes, required by jack2.
Submitted by: gahr
Notes
Notes: svn path=/head/; revision=314187
Diffstat (limited to 'audio/opus')
-rw-r--r--audio/opus/Makefile5
-rw-r--r--audio/opus/pkg-plist1
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/opus/Makefile b/audio/opus/Makefile
index d9ea633cc099..472c2ab1c12e 100644
--- a/audio/opus/Makefile
+++ b/audio/opus/Makefile
@@ -2,7 +2,7 @@
PORTNAME= opus
PORTVERSION= 1.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
https://ftp.mozilla.org/pub/mozilla.org/opus/
@@ -15,7 +15,8 @@ USE_GNOME= gnomehack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-doc # requires doxygen
+CONFIGURE_ARGS= --enable-custom-modes \
+ --disable-doc # requires doxygen
MAKE_JOBS_SAFE= yes
regression-test: build
diff --git a/audio/opus/pkg-plist b/audio/opus/pkg-plist
index 11945ccf7e6e..ae3e1f975ed1 100644
--- a/audio/opus/pkg-plist
+++ b/audio/opus/pkg-plist
@@ -1,4 +1,5 @@
include/opus/opus.h
+include/opus/opus_custom.h
include/opus/opus_defines.h
include/opus/opus_multistream.h
include/opus/opus_types.h