Accepting request 643130 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/643130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opus?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2018-10-25 06:10:12 +00:00 committed by Git OBS Bridge
commit c85eb3f469
4 changed files with 21 additions and 10 deletions

View File

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

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

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

View File

@ -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

View File

@ -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 <pascal.bleser@opensuse.org>
#
# 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