|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: codec2
|
|
|
|
|
Version: 1.0.0
|
|
|
|
|
Release: 1%{?dist}.1
|
|
|
|
|
Release: 1%{?dist}.2
|
|
|
|
|
Summary: Next-Generation Digital Voice for Two-Way Radio
|
|
|
|
|
License: LGPLv2
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ Source0: https://github.com/drowe67/codec2/archive/v%{version}/%{name}-%{
|
|
|
|
|
BuildRequires: cmake%{?rhel:3}
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: libsamplerate-devel
|
|
|
|
|
#BuildRequires: lpcnetfreedv-devel
|
|
|
|
|
BuildRequires: lpcnetfreedv-devel
|
|
|
|
|
BuildRequires: speex-devel
|
|
|
|
|
%if ! 0%{?rhel} < 8
|
|
|
|
|
BuildRequires: speexdsp-devel
|
|
|
|
@ -50,7 +50,7 @@ Example code for Codec 2
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
|
|
|
-DLPCNET=OFF
|
|
|
|
|
-DLPCNET=ON
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
@ -90,6 +90,9 @@ EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Richard Shaw <hobbes1069@gmail.com> - 1.0.0-1.2
|
|
|
|
|
- Rebuild codec2 with lpcnetfreedv post bootstrap.
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Richard Shaw <hobbes1069@gmail.com> - 1.0.0-1.1
|
|
|
|
|
- Rebuild codec2 without lpcnetfreedv to break circular depdendency.
|
|
|
|
|
|
|
|
|
|