Compare commits
No commits in common. "c8s" and "c9" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/opus-1.3-beta.tar.gz
|
||||
/opus-1.3-beta.tar.gz
|
||||
SOURCES/opus-1.3.1.tar.gz
|
||||
|
||||
1
.opus.metadata
Normal file
1
.opus.metadata
Normal file
@ -0,0 +1 @@
|
||||
ed226536537861c9f0f1ef7ca79dffc225bc181b SOURCES/opus-1.3.1.tar.gz
|
||||
@ -1,8 +1,8 @@
|
||||
%global candidate beta
|
||||
#global candidate rc2
|
||||
|
||||
Name: opus
|
||||
Version: 1.3
|
||||
Release: 0.4%{?candidate:.%{candidate}}%{?dist}
|
||||
Version: 1.3.1
|
||||
Release: 10%{?candidate:.%{candidate}}%{?dist}
|
||||
Summary: An audio codec for use in low-delay speech and audio communication
|
||||
License: BSD
|
||||
URL: https://www.opus-codec.org/
|
||||
@ -12,6 +12,7 @@ Source0: http://downloads.xiph.org/releases/%{name}/%{name}-%{version}%{?candid
|
||||
Source1: http://tools.ietf.org/rfc/rfc6716.txt
|
||||
Source2: http://tools.ietf.org/rfc/rfc8251.txt
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: doxygen
|
||||
|
||||
@ -34,19 +35,20 @@ cp %{SOURCE1} .
|
||||
cp %{SOURCE2} .
|
||||
|
||||
%build
|
||||
%configure --enable-custom-modes --disable-static
|
||||
%configure --enable-custom-modes --disable-static \
|
||||
--enable-hardening --enable-ambisonics
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%make_install
|
||||
|
||||
# Remove libtool archives and static libs
|
||||
# Remove libtool archives
|
||||
find %{buildroot} -type f -name "*.la" -delete
|
||||
rm -rf %{buildroot}%{_datadir}/doc/opus/html
|
||||
|
||||
%check
|
||||
make check
|
||||
make check %{?_smp_mflags} V=1
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
@ -63,6 +65,53 @@ make check
|
||||
%{_datadir}/man/man3/opus_*.3.gz
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.1-10
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.1-9
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Sep 28 2020 Jeff Law <law@redhat.com> - 1.3.1-7
|
||||
- Re-enable LTO as upstream GCC target/96939 has been fixed
|
||||
|
||||
* Mon Aug 10 2020 Jeff Law <law@redhat.com> - 1.3.1-6
|
||||
- Disable LTO for now
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-5
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Apr 14 2019 Peter Robinson <pbrobinson@fedoraproject.org> 1.3.1-1
|
||||
- Update to 1.3.1
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Oct 18 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-1
|
||||
- Update to 1.3
|
||||
|
||||
* Wed Sep 19 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-0.7.rc2
|
||||
- Update to 1.3 rc2
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-0.6.rc
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Sat Jun 2 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-0.5.rc
|
||||
- Update to 1.3 rc
|
||||
|
||||
* Fri Mar 9 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-0.4.beta
|
||||
- Add gcc BR
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
Loading…
Reference in New Issue
Block a user