Olivier Duchateau 0d601d5d59 accessibility/libspeechprovider: new port
The speech provider library is designed to provide some utility for
creating speech providers. Specifically it offers a stream writer that
can be used to send audio data interleaved with speech progress events
(word, sentance, ssml mark, etc.).

PR:	286697
2025-06-11 18:08:41 +02:00

24 lines
500 B
Makefile

PORTNAME= libspeechprovider
DISTVERSION= 1.0.3
CATEGORIES= accessibility
MAINTAINER= desktop@FreeBSD.org
COMMENT= Utility library for creating Spiel speech providers
WWW= https://project-spiel.org/libspeechprovider/
LICENSE= APACHE20
USES= gnome gstreamer meson pkgconfig python:build
USE_GNOME= glib20 introspection:build
USE_GITHUB= yes
GH_ACCOUNT= project-spiel
GH_TAGNAME= 07e6a2a
BINARY_ALIAS= python3=${PYTHON_VERSION}
MESON_ARGS= -Ddocs=false \
-Dtests=false
.include <bsd.port.mk>