Sync from SUSE:SLFO:Main opus revision ad0b2d425c3ad25c63569143d2f6e216
This commit is contained in:
parent
6da8eb0774
commit
2156a9d719
BIN
opus-1.4.tar.gz
(Stored with Git LFS)
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
BIN
opus-1.5.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
18
opus.changes
18
opus.changes
@ -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>
|
Thu Apr 20 21:00:25 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package opus
|
# spec file for package opus
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
%define sover 0
|
%define sover 0
|
||||||
Name: opus
|
Name: opus
|
||||||
Version: 1.4
|
Version: 1.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Audio Codec Library
|
Summary: Audio Codec Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://opus-codec.org/
|
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
|
Source99: baselibs.conf
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
@ -78,6 +78,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_libdir}/libopus.so.%{sover}*
|
%{_libdir}/libopus.so.%{sover}*
|
||||||
|
|
||||||
%files -n libopus-devel
|
%files -n libopus-devel
|
||||||
|
%license COPYING
|
||||||
%doc AUTHORS README
|
%doc AUTHORS README
|
||||||
%{_libdir}/libopus.so
|
%{_libdir}/libopus.so
|
||||||
%{_includedir}/opus
|
%{_includedir}/opus
|
||||||
|
Loading…
Reference in New Issue
Block a user