From e9617beec2521d75b12a0f7066a3c3c6b0b959ee42ffc826d987f19257cff6b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 19 Oct 2018 07:15:21 +0000 Subject: [PATCH] Accepting request 643028 from home:mcepl:work - Update to 1.3: - improved speech/music detection based on a neural network - low-bitrate speech improvements - support for immersive audio using ambisonics - tone quality improvements - updates to the Opus standard (rfc 8251) are on by default - security improvements - Clean up SPEC to the latest standards OBS-URL: https://build.opensuse.org/request/show/643028 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/opus?expand=0&rev=36 --- opus-1.2.1.tar.gz | 3 --- opus-1.3.tar.gz | 3 +++ opus.changes | 12 ++++++++++++ opus.spec | 13 ++++++------- 4 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 opus-1.2.1.tar.gz create mode 100644 opus-1.3.tar.gz diff --git a/opus-1.2.1.tar.gz b/opus-1.2.1.tar.gz deleted file mode 100644 index 9c64a68..0000000 --- a/opus-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732 -size 1011070 diff --git a/opus-1.3.tar.gz b/opus-1.3.tar.gz new file mode 100644 index 0000000..179d922 --- /dev/null +++ b/opus-1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550 +size 1032750 diff --git a/opus.changes b/opus.changes index 471b3cd..346d0f4 100644 --- a/opus.changes +++ b/opus.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Oct 18 22:33:04 CEST 2018 - mcepl@suse.com + +- Update to 1.3: + - improved speech/music detection based on a neural network + - low-bitrate speech improvements + - support for immersive audio using ambisonics + - tone quality improvements + - updates to the Opus standard (rfc 8251) are on by default + - security improvements +- Clean up SPEC to the latest standards + ------------------------------------------------------------------- Mon Jun 26 20:06:55 UTC 2017 - zaitor@opensuse.org diff --git a/opus.spec b/opus.spec index e0481ed..b376c82 100644 --- a/opus.spec +++ b/opus.spec @@ -1,7 +1,7 @@ # # spec file for package opus # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -13,18 +13,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define sover 0 Name: opus -Version: 1.2.1 +Version: 1.3 Release: 0 Summary: Audio Codec Library License: BSD-3-Clause Group: Development/Libraries/C and C++ -Url: https://opus-codec.org/ +URL: https://opus-codec.org/ Source: https://archive.mozilla.org/pub/opus/%{name}-%{version}.tar.gz Source99: baselibs.conf BuildRequires: pkgconfig @@ -75,12 +75,11 @@ find %{buildroot} -type f -name "*.la" -delete -print %postun -n libopus%{sover} -p /sbin/ldconfig %files -n libopus%{sover} -%defattr(-,root,root) -%doc AUTHORS COPYING README +%license COPYING +%doc AUTHORS README %{_libdir}/libopus.so.%{sover}* %files -n libopus-devel -%defattr(-,root,root) %{_libdir}/libopus.so %{_includedir}/opus %{_libdir}/pkgconfig/opus.pc