mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
audio/opus: update to 1.4
This new release brings the following improvements: - Improved tuning of the Opus in-band FEC (LBRR) - Added an OPUS_SET_INBAND_FEC(2) option that turns on FEC, but does not force SILK mode (FEC will be disabled in CELT mode) - Improved tuning and various fixes to DTX PR: 270996
This commit is contained in:
parent
c5818b5f2c
commit
ffa50ba20a
@ -1,7 +1,8 @@
|
||||
PORTNAME= opus
|
||||
PORTVERSION= 1.3.1
|
||||
DISTVERSION= 1.4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= MOZILLA/opus
|
||||
MASTER_SITES= https://downloads.xiph.org/releases/opus/ \
|
||||
https://github.com/xiph/opus/releases/download/v${DISTVERSION}/
|
||||
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= IETF audio codec
|
||||
@ -22,6 +23,7 @@ TEST_TARGET= check
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# drop after FreeBSD 12 EOL
|
||||
.if ${ARCH} == "arm"
|
||||
CONFIGURE_ARGS+=--enable-fixed-point
|
||||
.endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1555874048
|
||||
SHA256 (opus-1.3.1.tar.gz) = 65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d
|
||||
SIZE (opus-1.3.1.tar.gz) = 1040054
|
||||
TIMESTAMP = 1682429725
|
||||
SHA256 (opus-1.4.tar.gz) = c9b32b4253be5ae63d1ff16eea06b94b5f0f2951b7a02aceef58e3a3ce49c51f
|
||||
SIZE (opus-1.4.tar.gz) = 1063408
|
||||
|
@ -7,6 +7,6 @@ include/opus/opus_types.h
|
||||
lib/libopus.a
|
||||
lib/libopus.so
|
||||
lib/libopus.so.0
|
||||
lib/libopus.so.0.8.0
|
||||
lib/libopus.so.0.9.0
|
||||
libdata/pkgconfig/opus.pc
|
||||
share/aclocal/opus.m4
|
||||
|
Loading…
x
Reference in New Issue
Block a user