aboutsummaryrefslogtreecommitdiffstats
path: root/audio/opus
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2013-07-16 04:24:59 +0800
committernaddy <naddy@FreeBSD.org>2013-07-16 04:24:59 +0800
commitb42dd857f82394f49d142802c8232694f2a7e313 (patch)
treebb33a93fb2a91df39b90f2a3964457631ae93a87 /audio/opus
parent08e9b5d8b2c99d6c600254c3451f5b58ef492c6c (diff)
downloadfreebsd-ports-graphics-b42dd857f82394f49d142802c8232694f2a7e313.tar.gz
freebsd-ports-graphics-b42dd857f82394f49d142802c8232694f2a7e313.tar.zst
freebsd-ports-graphics-b42dd857f82394f49d142802c8232694f2a7e313.zip
Update to Opus 1.0.3:
* new surround API * fixes for a few minor glitches during mode switching * fixes a regression in the FEC code introduced in 1.0.2 Chase libopus bump in dependent ports.
Diffstat (limited to 'audio/opus')
-rw-r--r--audio/opus/Makefile12
-rw-r--r--audio/opus/distinfo4
-rw-r--r--audio/opus/pkg-plist2
3 files changed, 12 insertions, 6 deletions
diff --git a/audio/opus/Makefile b/audio/opus/Makefile
index 089254b1ae5..63e44952bb2 100644
--- a/audio/opus/Makefile
+++ b/audio/opus/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= opus
-PORTVERSION= 1.0.2
-PORTREVISION= 2
+PORTVERSION= 1.0.3
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
https://ftp.mozilla.org/pub/mozilla.org/opus/
@@ -10,16 +9,23 @@ MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
MAINTAINER= naddy@FreeBSD.org
COMMENT= IETF audio codec
+USES= pathfix
USE_AUTOTOOLS= libtool
-USES= pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-custom-modes \
+ --disable-maintainer-mode \
--disable-doc # requires doxygen
MAKE_JOBS_SAFE= yes
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "arm"
+CONFIGURE_ARGS+=--enable-fixed-point
+.endif
+
.include <bsd.port.mk>
diff --git a/audio/opus/distinfo b/audio/opus/distinfo
index 28b29a7c94e..c3339d47fd3 100644
--- a/audio/opus/distinfo
+++ b/audio/opus/distinfo
@@ -1,2 +1,2 @@
-SHA256 (opus-1.0.2.tar.gz) = da615edbee5d019c1833071d69a4782c19f178cf9ca1401375036ecef25cd78a
-SIZE (opus-1.0.2.tar.gz) = 777306
+SHA256 (opus-1.0.3.tar.gz) = 191a089c92dbc403de6980463dd3604b65beb12d283c607e246c8076363cb49c
+SIZE (opus-1.0.3.tar.gz) = 781049
diff --git a/audio/opus/pkg-plist b/audio/opus/pkg-plist
index ae3e1f975ed..1dd881f2d92 100644
--- a/audio/opus/pkg-plist
+++ b/audio/opus/pkg-plist
@@ -6,7 +6,7 @@ include/opus/opus_types.h
lib/libopus.a
lib/libopus.la
lib/libopus.so
-lib/libopus.so.3
+lib/libopus.so.4
libdata/pkgconfig/opus.pc
share/aclocal/opus.m4
@dirrm include/opus