Official 1.0.1 release now rfc6716 is stable

This commit is contained in:
Peter Robinson 2012-09-12 06:18:55 +01:00
parent b07fcec54f
commit 029a89adc0
7 changed files with 18271 additions and 54718 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
/opus-0.*.tar.gz
/opus-1.0.0-rc.tar.gz
/opus-1.0.1-rc3.tar.gz
/opus-1.0.1.tar.gz
/rfc6716.txt

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,14 @@
Name: opus
Version: 1.0.1
Release: 0.rc3%{?dist}
Release: 1%{?dist}
Summary: An audio codec for use in low-delay speech and audio communication
Group: System Environment/Libraries
License: BSD
URL: http://www.opus-codec.org/
Source0: http://downloads.xiph.org/releases/%{name}/%{name}-1.0.1-rc3.tar.gz
Source0: http://downloads.xiph.org/releases/%{name}/%{name}-%{version}.tar.gz
# This is the current IETF Working Group draft
Source1: http://tools.ietf.org/id/draft-ietf-codec-opus-14.txt
Source1: http://tools.ietf.org/rfc/rfc6716.txt
%description
The Opus codec is designed for interactive speech and audio transmission over
@ -25,7 +25,7 @@ Requires: opus = %{version}-%{release}
Files for development with opus.
%prep
%setup -q -n opus-1.0.1-rc3
%setup -q
cp %{SOURCE1} .
%build
@ -49,7 +49,7 @@ make check
%files
%defattr(-,root,root,-)
%doc COPYING README draft-ietf-codec-opus-14.txt
%doc COPYING README rfc6716.txt
%{_libdir}/libopus.so.*
%files devel
@ -60,6 +60,9 @@ make check
%{_datadir}/aclocal/opus.m4
%changelog
* Wed Sep 12 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.1-1
- Official 1.0.1 release now rfc6716 is stable
* Tue Sep 4 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.1rc3-0.1
- Update to 1.0.1rc3

18259
rfc6716.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1 +1,2 @@
368af7eb0b610017baa518213f9ac2b7 opus-1.0.1-rc3.tar.gz
bbac19996957b404a1139816e2f357f5 opus-1.0.1.tar.gz
682e78791dfd9a65d6328d72986fce80 rfc6716.txt