Package Details: lpcnetfreedv 0.5-2

Git Clone URL: https://aur.archlinux.org/lpcnetfreedv.git (read-only, click to copy)
Package Base: lpcnetfreedv
Description: Experimental Neural Net speech coding for FreeDV
Upstream URL: https://freedv.org/
Licenses: BSD
Submitter: ra1nb0w
Maintainer: ra1nb0w
Last Packager: ra1nb0w
Votes: 0
Popularity: 0.000000
First Submitted: 2022-07-28 10:30 (UTC)
Last Updated: 2025-04-16 06:40 (UTC)

Dependencies (1)

Sources (1)

Latest Comments

ra1nb0w commented on 2025-04-16 06:40 (UTC)

fixed. thank you for the report!

phantome commented on 2025-04-15 21:19 (UTC)

Right now doesn't build cause of Cmake update. You need to add to pkgbuild:


prepare(){
 cd "$_pkgname-$pkgver"
 sed -i 's/cmake_minimum_required(VERSION 3.0)/cmake_minimum_required(VERSION 3.5)/' CMakeLists.txt
}