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:
commit
c85eb3f469
@ -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
3
opus-1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550
|
||||||
|
size 1032750
|
12
opus.changes
12
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
|
Mon Jun 26 20:06:55 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
13
opus.spec
13
opus.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package opus
|
# 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>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%define sover 0
|
||||||
Name: opus
|
Name: opus
|
||||||
Version: 1.2.1
|
Version: 1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Audio Codec Library
|
Summary: Audio Codec Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
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
|
Source: https://archive.mozilla.org/pub/opus/%{name}-%{version}.tar.gz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -75,12 +75,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%postun -n libopus%{sover} -p /sbin/ldconfig
|
%postun -n libopus%{sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libopus%{sover}
|
%files -n libopus%{sover}
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS README
|
||||||
%{_libdir}/libopus.so.%{sover}*
|
%{_libdir}/libopus.so.%{sover}*
|
||||||
|
|
||||||
%files -n libopus-devel
|
%files -n libopus-devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libopus.so
|
%{_libdir}/libopus.so
|
||||||
%{_includedir}/opus
|
%{_includedir}/opus
|
||||||
%{_libdir}/pkgconfig/opus.pc
|
%{_libdir}/pkgconfig/opus.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user