Import opus 0.9.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. WWW: http://opus-codec.org/
This commit is contained in:
parent
e3afdff390
commit
390af02bcc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301155
5 changed files with 50 additions and 0 deletions
|
@ -521,6 +521,7 @@
|
|||
SUBDIR += opencore-amr
|
||||
SUBDIR += openspc
|
||||
SUBDIR += optimfrog
|
||||
SUBDIR += opus
|
||||
SUBDIR += osalp
|
||||
SUBDIR += osd-lyrics
|
||||
SUBDIR += osdmixer
|
||||
|
|
30
audio/opus/Makefile
Normal file
30
audio/opus/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: opus
|
||||
# Date created: 2012-07-19
|
||||
# Whom: Christian Weisgerber <naddy@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= opus
|
||||
PORTVERSION= 0.9.14
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/opus/
|
||||
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= Interactive speech and audio codec
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
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
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/opus/distinfo
Normal file
2
audio/opus/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (opus-0.9.14.tar.gz) = b1cad6846a8f819a141009fe3f8f10c946e8eff7e9c2339cd517bb136cc59eae
|
||||
SIZE (opus-0.9.14.tar.gz) = 727782
|
7
audio/opus/pkg-descr
Normal file
7
audio/opus/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
||||
|
||||
WWW: http://opus-codec.org/
|
10
audio/opus/pkg-plist
Normal file
10
audio/opus/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
include/opus/opus.h
|
||||
include/opus/opus_defines.h
|
||||
include/opus/opus_multistream.h
|
||||
include/opus/opus_types.h
|
||||
lib/libopus.a
|
||||
lib/libopus.la
|
||||
lib/libopus.so
|
||||
lib/libopus.so.0
|
||||
libdata/pkgconfig/opus.pc
|
||||
@dirrm include/opus
|
Loading…
Reference in a new issue