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

- Update to version 1.3.1
  * This release fixes an issue with the analysis on files with
    digital silence (all zeros), especially on x87 builds
    (mostly affects 32-bit builds).
  * Two new features:
    + A new OPUS_GET_IN_DTX query to know if the encoder is in
      DTX mode (last frame was either a comfort noise frame or
      not encoded at all)
    + A new (and still experimental) CMake-based build system
      that is eventually meant to replace the VS2015 build
      system (the autotools one will stay).

OBS-URL: https://build.opensuse.org/request/show/705384
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/opus?expand=0&rev=38
This commit is contained in:
Tomáš Chvátal 2019-05-25 10:07:07 +00:00 committed by Git OBS Bridge
parent e9617beec2
commit be5b0b3f14
4 changed files with 20 additions and 5 deletions

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

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat May 25 08:29:45 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.3.1
* This release fixes an issue with the analysis on files with
digital silence (all zeros), especially on x87 builds
(mostly affects 32-bit builds).
* Two new features:
+ A new OPUS_GET_IN_DTX query to know if the encoder is in
DTX mode (last frame was either a comfort noise frame or
not encoded at all)
+ A new (and still experimental) CMake-based build system
that is eventually meant to replace the VS2015 build
system (the autotools one will stay).
-------------------------------------------------------------------
Thu Oct 18 22:33:04 CEST 2018 - mcepl@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package opus
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -19,7 +19,7 @@
%define sover 0
Name: opus
Version: 1.3
Version: 1.3.1
Release: 0
Summary: Audio Codec Library
License: BSD-3-Clause