Accepting request 505194 from home:alois:branches:multimedia:libs

Update to 1.2

OBS-URL: https://build.opensuse.org/request/show/505194
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/opus?expand=0&rev=30
This commit is contained in:
Ismail Dönmez 2017-06-21 08:40:37 +00:00 committed by Git OBS Bridge
parent 4daaee4217
commit 6fdc859e7e
4 changed files with 30 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb84981ca0f40a3e5d5e58d2e8582cb2fee05a022825a6dfe14d14b04eb563e4
size 978844

3
opus-1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77db45a87b51578fbc49555ef1b10926179861d854eb2613207dc79d9ec0a9a9
size 1010875

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Jun 20 21:17:41 UTC 2017 - aloisio@gmx.com
- Update to version 1.2
* Speech quality improvements especially in the 12-20 kbit/s
range
* Improved VBR encoding for hybrid mode
* More aggressive use of wider speech bandwidth, including
fullband speech starting at 14 kbit/s
* Music quality improvements in the 32-48 kb/s range
* Generic and SSE CELT optimizations
* Support for directly encoding packets up to 120 ms
* DTX support for CELT mode
* SILK CBR improvements
* Support for all of the fixes in
draft-ietf-codec-opus-update-06 (the mono downmix and the
folding fixes need --enable-update-draft)
* Many bug fixes, including integer wrap-arounds discovered
through fuzzing (no security implications)
- Removed static package
-------------------------------------------------------------------
Sun May 28 18:54:56 UTC 2017 - idonmez@suse.com
@ -117,9 +138,9 @@ Sun Jan 13 20:13:46 UTC 2013 - zaitor@opensuse.org
- Add
opus-fix-out-of-bounds-read-issue-with-the-padding-handling.patch
Fixes an out-of-bounds read that could be triggered by a
 malicious Opus packet causing an integer wrap-around in the
 padding code.
Fixes an out-of-bounds read that could be triggered by a
malicious Opus packet causing an integer wrap-around in the
padding code.
-------------------------------------------------------------------
Wed Sep 19 18:56:42 UTC 2012 - zaitor@opensuse.org

View File

@ -17,9 +17,9 @@
#
%define sover 0
%define sover 0
Name: opus
Version: 1.1.5
Version: 1.2
Release: 0
Summary: Opus Audio Codec Library
License: BSD-3-Clause
@ -54,16 +54,6 @@ The Opus codec is designed for interactive speech and audio transmission over
the Internet. It is designed by the IETF Codec Working Group and incorporates
technology from Skype's SILK codec and Xiph.Org's CELT codec.
%package -n libopus-devel-static
Summary: Opus Audio Codec Library Static Library
Group: Development/Libraries/C and C++
Requires: libopus-devel = %{version}
%description -n libopus-devel-static
The Opus codec is designed for interactive speech and audio transmission over
the Internet. It is designed by the IETF Codec Working Group and incorporates
technology from Skype's SILK codec and Xiph.Org's CELT codec.
%prep
%setup -q
@ -72,6 +62,7 @@ technology from Skype's SILK codec and Xiph.Org's CELT codec.
%if 0%{?suse_version} <= 1110
--disable-intrinsics \
%endif
--disable-static \
--disable-silent-rules \
--disable-doc \
--enable-custom-modes
@ -103,8 +94,4 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/pkgconfig/opus.pc
%{_datadir}/aclocal/opus.m4
%files -n libopus-devel-static
%defattr(-,root,root)
%{_libdir}/libopus.a
%changelog