Sync from SUSE:SLFO:Main opus revision ad0b2d425c3ad25c63569143d2f6e216

This commit is contained in:
Adrian Schröter 2024-10-03 17:43:51 +02:00
parent 6da8eb0774
commit 2156a9d719
4 changed files with 25 additions and 6 deletions

BIN
opus-1.4.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
opus-1.5.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Apr 14 12:09:30 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to 1.5.2:
* fix build issues and bugs for other platforms
-------------------------------------------------------------------
Tue Mar 5 08:00:51 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
- 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 <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package opus
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
#
# 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.2
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
@ -78,6 +78,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/libopus.so.%{sover}*
%files -n libopus-devel
%license COPYING
%doc AUTHORS README
%{_libdir}/libopus.so
%{_includedir}/opus