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-3-Clause
Submitter: ra1nb0w
Maintainer: ra1nb0w
Last Packager: ra1nb0w
Votes: 0
Popularity: 0.000000
First Submitted: 2022-07-28 10:30 (UTC)
Last Updated: 2025-11-14 19:57 (UTC)

Dependencies (1)

Required by (1)

Sources (1)

Latest Comments

dreieck commented on 2025-11-14 16:37 (UTC)

You should make the license identifier more specific:

lpcnetfreedv E: BSD is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.

Regards and thanks for the package!

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
}