Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2023 15:17:35 GMT
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ffa50ba20a61 - main - audio/opus: update to 1.4
Message-ID:  <202304251517.33PFHZUA013231@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ffa50ba20a61a2daa3bd44dceaf76061683acebd

commit ffa50ba20a61a2daa3bd44dceaf76061683acebd
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2023-04-25 14:54:13 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2023-04-25 15:17:15 +0000

    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
---
 audio/opus/Makefile  | 6 ++++--
 audio/opus/distinfo  | 6 +++---
 audio/opus/pkg-plist | 2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/audio/opus/Makefile b/audio/opus/Makefile
index 7bc8b0577dfc..ff12a9325b3d 100644
--- a/audio/opus/Makefile
+++ b/audio/opus/Makefile
@@ -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
diff --git a/audio/opus/distinfo b/audio/opus/distinfo
index 9aa455b04035..99676246378c 100644
--- a/audio/opus/distinfo
+++ b/audio/opus/distinfo
@@ -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
diff --git a/audio/opus/pkg-plist b/audio/opus/pkg-plist
index dc3d66e6105e..3807ee6ea18e 100644
--- a/audio/opus/pkg-plist
+++ b/audio/opus/pkg-plist
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304251517.33PFHZUA013231>