Accepting request 419170 from home:Zaitor:branches:multimedia:libs
New release OBS-URL: https://build.opensuse.org/request/show/419170 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/opus?expand=0&rev=20
This commit is contained in:
parent
981a0d3249
commit
a0083adac7
@ -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
3
opus-1.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:58b6fe802e7e30182e95d0cde890c0ace40b6f125cffc50635f0ad2eef69b633
|
||||||
|
size 978848
|
15
opus.changes
15
opus.changes
@ -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
|
Wed Jan 27 09:32:12 UTC 2016 - olaf@aepfle.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define soname 0
|
%define soname 0
|
||||||
Name: opus
|
Name: opus
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Opus Audio Codec Library
|
Summary: Opus Audio Codec Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -69,11 +69,6 @@ technology from Skype's SILK codec and Xiph.Org's CELT codec.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
%if 0%{?suse_version} > 1110
|
|
||||||
--enable-intrinsics \
|
|
||||||
%else
|
|
||||||
--disable-intrinsics \
|
|
||||||
%endif
|
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-doc \
|
--disable-doc \
|
||||||
--enable-custom-modes
|
--enable-custom-modes
|
||||||
|
Loading…
Reference in New Issue
Block a user