From be5b0b3f14388927fa46fe67e21d02ff43494d3b0204c5cbbf445f1165517753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 25 May 2019 10:07:07 +0000 Subject: [PATCH] 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 --- opus-1.3.1.tar.gz | 3 +++ opus-1.3.tar.gz | 3 --- opus.changes | 15 +++++++++++++++ opus.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 opus-1.3.1.tar.gz delete mode 100644 opus-1.3.tar.gz diff --git a/opus-1.3.1.tar.gz b/opus-1.3.1.tar.gz new file mode 100644 index 0000000..b92f5ea --- /dev/null +++ b/opus-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d +size 1040054 diff --git a/opus-1.3.tar.gz b/opus-1.3.tar.gz deleted file mode 100644 index 179d922..0000000 --- a/opus-1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550 -size 1032750 diff --git a/opus.changes b/opus.changes index 346d0f4..5ac52c3 100644 --- a/opus.changes +++ b/opus.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat May 25 08:29:45 UTC 2019 - Luigi Baldoni + +- 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 diff --git a/opus.spec b/opus.spec index b376c82..3a55a41 100644 --- a/opus.spec +++ b/opus.spec @@ -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 # # 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