Skip to content

Commit

Permalink
audio/opus: update to 1.4
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Apr 25, 2023
1 parent c5818b5 commit ffa50ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions audio/opus/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
COMMENT= IETF audio codec
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions audio/opus/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion audio/opus/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ffa50ba

Please sign in to comment.