git: b6b17d11ce17 - main - audio/opus: update to 1.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Dec 2025 22:05:20 UTC
The branch main has been updated by naddy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b6b17d11ce17773619c4d7f389900b420452774c
commit b6b17d11ce17773619c4d7f389900b420452774c
Author: Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2025-12-18 22:02:48 +0000
Commit: Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2025-12-18 22:04:55 +0000
audio/opus: update to 1.6
Major changes:
* A new wideband-to-fullband bandwidth extension (BWE) module
* Support for 96 kHz audio with Opus HD
* Significant improvement to Deep Redundancy (DRED)
* A new 24-bit encoder/decoder API
PR: 291729
---
audio/opus/Makefile | 3 ++-
audio/opus/distinfo | 6 +++---
audio/opus/pkg-plist | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/audio/opus/Makefile b/audio/opus/Makefile
index dc394b339557..ed81fb56819b 100644
--- a/audio/opus/Makefile
+++ b/audio/opus/Makefile
@@ -1,5 +1,5 @@
PORTNAME= opus
-DISTVERSION= 1.5.2
+DISTVERSION= 1.6
CATEGORIES= audio
MASTER_SITES= https://downloads.xiph.org/releases/opus/
@@ -18,6 +18,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-custom-modes \
--enable-dred \
--enable-osce \
+ --enable-qext \
--disable-doc # requires doxygen
CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
INSTALL_TARGET= install-strip
diff --git a/audio/opus/distinfo b/audio/opus/distinfo
index 0419403a53e3..552ba0341c29 100644
--- a/audio/opus/distinfo
+++ b/audio/opus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713280233
-SHA256 (opus-1.5.2.tar.gz) = 65c1d2f78b9f2fb20082c38cbe47c951ad5839345876e46941612ee87f9a7ce1
-SIZE (opus-1.5.2.tar.gz) = 7839412
+TIMESTAMP = 1766093626
+SHA256 (opus-1.6.tar.gz) = b7637334527201fdfd6dd6a02e67aceffb0e5e60155bbd89175647a80301c92c
+SIZE (opus-1.6.tar.gz) = 36317446
diff --git a/audio/opus/pkg-plist b/audio/opus/pkg-plist
index 7158f207bd58..270391ce7bdf 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.10.1
+lib/libopus.so.0.11.0
libdata/pkgconfig/opus.pc
share/aclocal/opus.m4