diff --git a/accessibility/Makefile b/accessibility/Makefile index ac1dd5f23189..faa78ea86649 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -1,38 +1,39 @@ COMMENT = Ports to help disabled users SUBDIR += accerciser SUBDIR += at-spi2-core SUBDIR += atkmm SUBDIR += caribou SUBDIR += darkman SUBDIR += eflite SUBDIR += feedbackd SUBDIR += gammastep SUBDIR += gammy SUBDIR += hyprsunset SUBDIR += kdeaccessibility SUBDIR += kmag SUBDIR += kmousetool SUBDIR += kmouth SUBDIR += libqaccessibilityclient + SUBDIR += libspeechprovider SUBDIR += linux-c7-at-spi2-atk SUBDIR += linux-c7-at-spi2-core SUBDIR += linux-c7-atk SUBDIR += linux-rl9-at-spi2-atk SUBDIR += linux-rl9-at-spi2-core SUBDIR += linux-rl9-atk SUBDIR += orca SUBDIR += py-atspi SUBDIR += py-speech-dispatcher SUBDIR += qt5-speech SUBDIR += qt6-speech SUBDIR += redshift SUBDIR += rubygem-atk SUBDIR += sct SUBDIR += sctd SUBDIR += speech-dispatcher SUBDIR += wl-gammarelay-rs SUBDIR += wlsunset SUBDIR += yasr .include diff --git a/accessibility/libspeechprovider/Makefile b/accessibility/libspeechprovider/Makefile new file mode 100644 index 000000000000..dc850dcf25dd --- /dev/null +++ b/accessibility/libspeechprovider/Makefile @@ -0,0 +1,23 @@ +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 diff --git a/accessibility/libspeechprovider/distinfo b/accessibility/libspeechprovider/distinfo new file mode 100644 index 000000000000..888d197895bd --- /dev/null +++ b/accessibility/libspeechprovider/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1744551422 +SHA256 (project-spiel-libspeechprovider-1.0.3-07e6a2a_GH0.tar.gz) = 3f845d0921de76069f44e21cf988fb66f9972ec59f91fa6203ee515d698f0332 +SIZE (project-spiel-libspeechprovider-1.0.3-07e6a2a_GH0.tar.gz) = 159613 diff --git a/accessibility/libspeechprovider/pkg-descr b/accessibility/libspeechprovider/pkg-descr new file mode 100644 index 000000000000..23f8fb8b5949 --- /dev/null +++ b/accessibility/libspeechprovider/pkg-descr @@ -0,0 +1,4 @@ +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.). diff --git a/accessibility/libspeechprovider/pkg-plist b/accessibility/libspeechprovider/pkg-plist new file mode 100644 index 000000000000..43277c32a284 --- /dev/null +++ b/accessibility/libspeechprovider/pkg-plist @@ -0,0 +1,12 @@ +include/speech-provider/speech-provider-common.h +include/speech-provider/speech-provider-dbus-enums.c +include/speech-provider/speech-provider-dbus-enums.h +include/speech-provider/speech-provider-stream-reader.h +include/speech-provider/speech-provider-stream-writer.h +include/speech-provider/speech-provider-version.h +include/speech-provider/speech-provider.h +lib/girepository-1.0/SpeechProvider-1.0.typelib +lib/libspeech-provider-1.0.so +libdata/pkgconfig/speech-provider-1.0.pc +share/gir-1.0/SpeechProvider-1.0.gir +share/speech-provider/org.freedesktop.Speech.Provider.xml