diff --git a/audio/piper-phonemize/Makefile b/audio/piper-phonemize/Makefile index 617af0d92871..d2868a52fffa 100644 --- a/audio/piper-phonemize/Makefile +++ b/audio/piper-phonemize/Makefile @@ -1,29 +1,29 @@ PORTNAME= piper-phonemize DISTVERSION= 2023.11.14 PORTREVISION= 1 DISTVERSIONSUFFIX= -4 CATEGORIES= audio -MAINTAINER= kenrap@kennethraplee.com +MAINTAINER= ports@FreeBSD.org COMMENT= Fast, local neural text to speech system WWW= https://rhasspy.github.io/piper-samples/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libespeak-ng.so:audio/espeak-ng \ libonnxruntime.so:misc/onnxruntime USES= compiler:c++17-lang cmake pkgconfig tar:xz USE_GITHUB= yes GH_ACCOUNT= rhasspy CMAKE_ARGS= -DESPEAK_NG_DIR=${LOCALBASE} \ -DONNXRUNTIME_DIR=${LOCALBASE} post-stage: ${SED} -e 's|%%PREFIX%%|${PREFIX}|' ${FILESDIR}/piper_phonemize.pc.in \ > ${STAGEDIR}${PREFIX}/libdata/pkgconfig/piper_phonemize.pc .include diff --git a/audio/piper/Makefile b/audio/piper/Makefile index 32399d8fe3d0..e1992d2ea5d9 100644 --- a/audio/piper/Makefile +++ b/audio/piper/Makefile @@ -1,28 +1,28 @@ PORTNAME= piper DISTVERSION= 2023.11.14 DISTVERSIONSUFFIX= -2 PORTREVISION= 4 CATEGORIES= audio -MAINTAINER= kenrap@kennethraplee.com +MAINTAINER= ports@FreeBSD.org COMMENT= Fast, local text to speech system WWW= https://rhasspy.github.io/piper-samples/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libespeak-ng.so:audio/espeak-ng \ libfmt.so:devel/libfmt \ libonnxruntime.so:misc/onnxruntime \ libpiper_phonemize.so:audio/piper-phonemize \ libspdlog.so:devel/spdlog USES= compiler:c++17-lang cmake localbase pkgconfig tar:xz xorg USE_XORG= x11 USE_GITHUB= yes GH_ACCOUNT= rhasspy PLIST_FILES= bin/piper .include