Accepting request 419176 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/419176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opus?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2016-08-15 08:30:38 +00:00 committed by Git OBS Bridge
commit a3660e7c5c
4 changed files with 20 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Aug 13 15:26:11 UTC 2016 - zaitor@opensuse.org
- Update to version 1.1.3:
+ Neon optimizations improving performance on ARMv7 and ARMv8 by
up to 15%.
+ Fixes some issues with 16-bit platforms (e.g. TI C55x).
+ Fixes to comfort noise generation (CNG).
+ Documenting that PLC packets can also be 2 bytes.
+ Includes experimental ambisonics work (--enable-ambisonics).
- Stop passing conditional --enable/disable-intrinsics, it's
enabled by default now.
- Not adding the new --enable-ambisonics to configure, it's still
experimental.
-------------------------------------------------------------------
Wed Jan 27 09:32:12 UTC 2016 - olaf@aepfle.de

View File

@ -19,7 +19,7 @@
%define soname 0
Name: opus
Version: 1.1.2
Version: 1.1.3
Release: 0
Summary: Opus Audio Codec Library
License: BSD-3-Clause
@ -69,9 +69,7 @@ technology from Skype's SILK codec and Xiph.Org's CELT codec.
%build
%configure \
%if 0%{?suse_version} > 1110
--enable-intrinsics \
%else
%if 0%{?suse_version} <= 1110
--disable-intrinsics \
%endif
--disable-silent-rules \