From 0ba5a810397595986abf7012234a121014b7c44624e0150e5f382a90725bb5d1 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 6 Mar 2024 09:19:09 +0000 Subject: [PATCH] Accepting request 1154992 from home:polslinux:branches:multimedia:libs - Update to 1.5.1: * Significant improvement to packet loss robustness using Deep Redundancy (DRED) * Improved packet loss concealment through Deep PLC * Low-bitrate speech quality enhancement down to 6 kb/s wideband * Improved x86 (AVX2) and Arm (Neon) optimizations * Support for 4th and 5th order ambisonics OBS-URL: https://build.opensuse.org/request/show/1154992 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/opus?expand=0&rev=47 --- opus-1.4.tar.gz | 3 --- opus-1.5.1.tar.gz | 3 +++ opus.changes | 12 ++++++++++++ opus.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 opus-1.4.tar.gz create mode 100644 opus-1.5.1.tar.gz diff --git a/opus-1.4.tar.gz b/opus-1.4.tar.gz deleted file mode 100644 index 9039513..0000000 --- a/opus-1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9b32b4253be5ae63d1ff16eea06b94b5f0f2951b7a02aceef58e3a3ce49c51f -size 1063408 diff --git a/opus-1.5.1.tar.gz b/opus-1.5.1.tar.gz new file mode 100644 index 0000000..42de101 --- /dev/null +++ b/opus-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84610959b8d417b611aa12a22565e0a3732097c6389d19098d844543e340f85 +size 7834540 diff --git a/opus.changes b/opus.changes index ab5b7a0..945b8e3 100644 --- a/opus.changes +++ b/opus.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Mar 5 08:00:51 UTC 2024 - Paolo Stivanin + +- Update to 1.5.1: + * Significant improvement to packet loss robustness using + Deep Redundancy (DRED) + * Improved packet loss concealment through Deep PLC + * Low-bitrate speech quality enhancement down to + 6 kb/s wideband + * Improved x86 (AVX2) and Arm (Neon) optimizations + * Support for 4th and 5th order ambisonics + ------------------------------------------------------------------- Thu Apr 20 21:00:25 UTC 2023 - Bjørn Lie diff --git a/opus.spec b/opus.spec index a86f15d..199b098 100644 --- a/opus.spec +++ b/opus.spec @@ -1,7 +1,7 @@ # # spec file for package opus # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -19,13 +19,13 @@ %define sover 0 Name: opus -Version: 1.4 +Version: 1.5.1 Release: 0 Summary: Audio Codec Library License: BSD-3-Clause Group: Development/Libraries/C and C++ URL: https://opus-codec.org/ -Source: https://github.com/xiph/opus/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source: https://downloads.xiph.org/releases/opus/opus-%{version}.tar.gz Source99: baselibs.conf BuildRequires: pkgconfig