diff --git a/audio/lpcnet/Makefile b/audio/lpcnet/Makefile index 9ec36f347f5f..5dbc4dedae20 100644 --- a/audio/lpcnet/Makefile +++ b/audio/lpcnet/Makefile @@ -1,27 +1,28 @@ PORTNAME= lpcnet PORTVERSION= 20210629 +PORTREVISION= 1 CATEGORIES= audio hamradio MASTER_SITES= http://rowetel.com/downloads/deep/:main \ GH:sub DISTFILES= lpcnet_191005_v1.0.tgz:main \ ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sub MAINTAINER= hamradio@FreeBSD.org COMMENT= Neural Net speech coding LICENSE= LGPL21 LIB_DEPENDS= libcodec2.so:audio/codec2 USES= cmake compiler:c++11-lib CMAKE_ARGS+= -DMACHINE_CPU:STRING="${MACHINE_CPU}" \ -DWRKDIR:STRING=${WRKDIR} USE_GITHUB= yes GH_ACCOUNT= drowe67 GH_PROJECT= LPCNet GH_TAGNAME= 0dc5935 .include .include .include diff --git a/audio/lpcnet/pkg-descr b/audio/lpcnet/pkg-descr index 86c8314a1260..052da3d5a1ca 100644 --- a/audio/lpcnet/pkg-descr +++ b/audio/lpcnet/pkg-descr @@ -1,6 +1,6 @@ Experimental version of LPCNet that has been used to develop FreeDV 2020 - a HF radio Digial Voice mode for over the air experimentation with Neural Net speech coding. Possibly the first use of Neural Net speech coding in real world operation. -WWW: http://freedv.org/tiki-index.php +WWW: http://freedv.org/