forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters