From 7399b0a3d096f6a7a4c63857b5f7e713538f5648 Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Mon, 9 Aug 2021 11:07:54 -0500 Subject: [PATCH] Rebuild codec2 with lpcnetfreedv post bootstrap. --- codec2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/codec2.spec b/codec2.spec index 89f242b..71ff453 100644 --- a/codec2.spec +++ b/codec2.spec @@ -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 - 1.0.0-1.2 +- Rebuild codec2 with lpcnetfreedv post bootstrap. + * Mon Aug 09 2021 Richard Shaw - 1.0.0-1.1 - Rebuild codec2 without lpcnetfreedv to break circular depdendency.