aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2012-09-15 19:42:56 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2012-09-15 19:42:56 +0000
commit7a37085c46a4b1fdde57d699998b3ff36c871cc2 (patch)
tree181489db8affe506a982e5a91b5061baac55ed40 /audio
parent330cfa01e91cc870dc53a5164227537b9e437410 (diff)
downloadports-7a37085c46a4b1fdde57d699998b3ff36c871cc2.tar.gz
ports-7a37085c46a4b1fdde57d699998b3ff36c871cc2.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/opus/Makefile10
-rw-r--r--audio/opus/distinfo4
-rw-r--r--audio/opus/pkg-descr17
-rw-r--r--audio/opus/pkg-plist3
4 files changed, 17 insertions, 17 deletions
diff --git a/audio/opus/Makefile b/audio/opus/Makefile
index b08bd1ab63e8..85e786ba665a 100644
--- a/audio/opus/Makefile
+++ b/audio/opus/Makefile
@@ -1,12 +1,7 @@
-# New ports collection makefile for: opus
-# Date created: 2012-07-19
-# Whom: Christian Weisgerber <naddy@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= opus
-PORTVERSION= 0.9.14
+PORTVERSION= 1.0.1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
https://ftp.mozilla.org/pub/mozilla.org/opus/
@@ -22,9 +17,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-doc # requires doxygen
MAKE_JOBS_SAFE= yes
-# Don't install dummy doxygen-build.stamp
-MAKE_ARGS+= docdir="" doc_DATA=""
-
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
diff --git a/audio/opus/distinfo b/audio/opus/distinfo
index dd4ddbf4a12a..c0b25e583efc 100644
--- a/audio/opus/distinfo
+++ b/audio/opus/distinfo
@@ -1,2 +1,2 @@
-SHA256 (opus-0.9.14.tar.gz) = b1cad6846a8f819a141009fe3f8f10c946e8eff7e9c2339cd517bb136cc59eae
-SIZE (opus-0.9.14.tar.gz) = 727782
+SHA256 (opus-1.0.1.tar.gz) = 80fa5c3caf2ac0fd68f8a22cce1564fc46b368c773a17554887d0066fe1841ef
+SIZE (opus-1.0.1.tar.gz) = 767241
diff --git a/audio/opus/pkg-descr b/audio/opus/pkg-descr
index 11a9e6bc2e10..4d3fe643693e 100644
--- a/audio/opus/pkg-descr
+++ b/audio/opus/pkg-descr
@@ -1,7 +1,14 @@
-The Opus codec is designed to handle a wide range of interactive
-audio applications, including Voice over IP, videoconferencing,
-in-game chat, and even remote live music performances. It can scale
-from low bit-rate narrowband speech to very high quality stereo
-music.
+Opus is a totally open, royalty-free, highly versatile audio codec.
+It is standardized by the Internet Engineering Task Force (IETF)
+as RFC 6716 which incorporated technology from Skype's SILK codec
+and Xiph.Org's CELT codec.
+
+Opus is designed to handle a wide range of interactive audio
+applications, including Voice over IP, videoconferencing, in-game
+chat, and even live, distributed music performances. It scales from
+low bitrate narrowband speech at 6 kbit/s to very high quality
+stereo music at 510 kbit/s. Opus uses both Linear Prediction (LP)
+and the Modified Discrete Cosine Transform (MDCT) to achieve good
+compression of both speech and music.
WWW: http://opus-codec.org/
diff --git a/audio/opus/pkg-plist b/audio/opus/pkg-plist
index 5378d51e031b..100d2a7763be 100644
--- a/audio/opus/pkg-plist
+++ b/audio/opus/pkg-plist
@@ -5,6 +5,7 @@ include/opus/opus_types.h
lib/libopus.a
lib/libopus.la
lib/libopus.so
-lib/libopus.so.0
+lib/libopus.so.2
libdata/pkgconfig/opus.pc
+share/aclocal/opus.m4
@dirrm include/opus