1.3 beta
This commit is contained in:
parent
b718617df1
commit
21883978f9
15
opus.spec
15
opus.spec
@ -1,11 +1,13 @@
|
||||
%global candidate beta
|
||||
|
||||
Name: opus
|
||||
Version: 1.2.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.3
|
||||
Release: 0.1%{?candidate:.%{candidate}}%{?dist}
|
||||
Summary: An audio codec for use in low-delay speech and audio communication
|
||||
License: BSD
|
||||
URL: https://www.opus-codec.org/
|
||||
|
||||
Source0: http://downloads.xiph.org/releases/%{name}/%{name}-%{version}.tar.gz
|
||||
Source0: http://downloads.xiph.org/releases/%{name}/%{name}-%{version}%{?candidate:-%{candidate}}.tar.gz
|
||||
# This is the final IETF Working Group RFC
|
||||
Source1: http://tools.ietf.org/rfc/rfc6716.txt
|
||||
Source2: https://tools.ietf.org/html/draft-ietf-codec-opus-update-04
|
||||
@ -26,12 +28,12 @@ Requires: opus = %{version}-%{release}
|
||||
Files for development with opus.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q %{?candidate:-n %{name}-%{version}-%{candidate}}
|
||||
cp %{SOURCE1} .
|
||||
cp %{SOURCE2} .
|
||||
|
||||
%build
|
||||
%configure --enable-custom-modes --enable-update-draft --disable-static
|
||||
%configure --enable-custom-modes --disable-static
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
@ -63,6 +65,9 @@ make check
|
||||
%{_datadir}/man/man3/opus_*.3.gz
|
||||
|
||||
%changelog
|
||||
* Fri Dec 22 2017 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-0.1.beta
|
||||
- Update to 1.3 beta
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (opus-1.2.1.tar.gz) = 4a98d0a7dbd1a313e89407576805fd733c1192e8ef7e1137e3260025478a1cf1c5a8b71b48c372a0cffe6340524137fe47f181651888284f8221fb4d673f7cd5
|
||||
SHA512 (opus-1.3-beta.tar.gz) = c107edc0762d9d215e5fccc796b6b6fa6aa5d574968430e3e95bca953ed2cacf11f4a625be8e5a3f9212c9cfafa439a323fe3bb1f9fb72d0b91e8f37dcdfa6fa
|
||||
|
||||
Loading…
Reference in New Issue
Block a user