ports/accessibility/Makefile
Olivier Duchateau 55c2a54db3 accessibility/libspiel: new port
This client library is designed to provide an ergonomic interface to
the myriad of potential speech providers that are installed in a given
session.
The API is inspired by the W3C Web Speech API. It serves several purposes:

- Provide an updated list of installed across all speech providers voices.
- Offer a "speaker" abstraction where utterances can be queued to speak.
- If no voice was explicitly chosen for an utterance, negotiate global
  user settings and language preferences to choose the most appropriate
  voice.

PR:	286697
2025-06-11 18:09:38 +02:00

41 lines
1011 B
Makefile

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 += libspiel
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 <bsd.port.subdir.mk>