1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Update to 1.0.1. Opus has now been standardized by the IETF as RFC 6716.

PR:		171564
This commit is contained in:
Christian Weisgerber 2012-09-15 19:42:56 +00:00
parent 330cfa01e9
commit 7a37085c46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304321
4 changed files with 17 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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/

View File

@ -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