diff --git a/opus-1.4.tar.gz b/opus-1.4.tar.gz deleted file mode 100644 index 8a590a513751a8660c74ed68b759639632d96b26..0000000000000000000000000000000000000000 Binary files a/opus-1.4.tar.gz and /dev/null differ diff --git a/opus-1.5.2.tar.gz b/opus-1.5.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..05451f3c6b49608d7b273968d61f55d551d0d1a5 Binary files /dev/null and b/opus-1.5.2.tar.gz differ diff --git a/opus.spec b/opus.spec index 764a25ee3c8535be3b28939a6077330024d79762..87c2431d432f67ce73683ba32e21bca5c1b35309 100644 --- a/opus.spec +++ b/opus.spec @@ -1,11 +1,11 @@ Name: opus -Version: 1.4 +Version: 1.5.2 Release: 1 Summary: An audio codec for use in low-delay speech and audio communication -License: BSD +License: BSD-3-Clause URL: https://www.opus-codec.org/ -Source0: https://archive.mozilla.org/pub/%{name}/%{name}-%{version}.tar.gz +Source0: https://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz Source1: http://tools.ietf.org/rfc/rfc6716.txt Source2: http://tools.ietf.org/rfc/rfc8251.txt @@ -34,23 +34,23 @@ cp %{SOURCE2} . %build %configure --enable-custom-modes --disable-static \ - --enable-hardening --enable-ambisonics + --enable-hardening +%make_build %install -make install DESTDIR=%{buildroot} +%make_install # Remove libtool archives and static libs %delete_la -%check -make check +rm -fr %{buildroot}%{_datadir}/doc/%{name}/html -%ldconfig_scriptlets +%check +%make_build check %files %license COPYING %{_libdir}/libopus.so.* -%exclude %{_datadir}/doc/opus/html %files devel %{_includedir}/opus @@ -60,9 +60,12 @@ make check %files help %doc README doc/html rfc6716.txt rfc8251.txt %{_datadir}/aclocal/opus.m4 -%{_datadir}/man/man3/opus_*.3.gz +%{_mandir}/man3/* %changelog +* Mon Nov 04 2024 Funda Wang - 1.5.2-1 +- update to 1.5.2 + * Thu Jul 13 2023 chenzixuan - 1.4-1 - Updated to 1.4 version. diff --git a/opus.yaml b/opus.yaml index bb64387ffef42a279dfe1c99694aefb7690a302b..0b07be1c936c6d5dfc465dd3084c26f405910e2f 100644 --- a/opus.yaml +++ b/opus.yaml @@ -1,4 +1,4 @@ -version_control: github -src_repo: xiph/opus +version_control: git +src_repo: https://gitlab.xiph.org/xiph/opus.git tag_prefix: ^v -seperator: . +separator: .