Here is an update to opus 1.4.

- Improved tuning of the Opus in-band FEC (LBRR). See the
  https://gitlab.xiph.org/xiph/opus/-/issues/2360 for details
- Added a 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


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/audio/opus/Makefile,v
retrieving revision 1.22
diff -u -p -u -p -r1.22 Makefile
--- Makefile    8 Mar 2022 14:27:51 -0000       1.22
+++ Makefile    21 Apr 2023 00:48:46 -0000
@@ -1,6 +1,6 @@
 COMMENT=       IETF audio codec
 
-DISTNAME=      opus-1.3.1
+DISTNAME=      opus-1.4
 SHARED_LIBS=   opus            1.3     # 8.0
 CATEGORIES=    audio
 
@@ -11,7 +11,7 @@ MAINTAINER=   Christian Weisgerber <naddy@
 # BSD
 PERMIT_PACKAGE=        Yes
 
-MASTER_SITES=  https://archive.mozilla.org/pub/opus/
+MASTER_SITES=  https://github.com/xiph/opus/releases/download/v1.4/
 
 WANTLIB=       m
 
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/audio/opus/distinfo,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 distinfo
--- distinfo    21 Apr 2019 19:38:46 -0000      1.12
+++ distinfo    21 Apr 2023 00:48:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (opus-1.3.1.tar.gz) = ZbWOHiWyoRQVcBRzaj2d/qrY1BvhyBeYZvFEovtE/50=
-SIZE (opus-1.3.1.tar.gz) = 1040054
+SHA256 (opus-1.4.tar.gz) = ybMrQlO+WuY9H/Fu6ga5S18PKVG3oCrO71jjo85JxR8=
+SIZE (opus-1.4.tar.gz) = 1063408
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/audio/opus/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 PLIST
--- pkg/PLIST   8 Mar 2022 14:27:51 -0000       1.5
+++ pkg/PLIST   21 Apr 2023 00:52:14 -0000
@@ -4,7 +4,7 @@ include/opus/opus_defines.h
 include/opus/opus_multistream.h
 include/opus/opus_projection.h
 include/opus/opus_types.h
-lib/libopus.a
+@static-lib lib/libopus.a
 lib/libopus.la
 @lib lib/libopus.so.${LIBopus_VERSION}
 lib/pkgconfig/opus.pc

Reply via email to