Port details |
- py-speech-dispatcher Python bindings for Speech Dispatcher
- 0.11.5 accessibility =2 0.11.2_4Version of this port present on the latest quarterly branch.
- Maintainer: multimedia@FreeBSD.org
- Port Added: 2017-11-30 15:50:57
- Last Update: 2024-09-09 09:15:25
- Commit Hash: a4d040d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: audio python
- License: GPLv2 LGPL21
- WWW:
- https://devel.freebsoft.org/speechd
- Description:
- Speech Dispatcher is a device independent layer for speech synthesis,
developed with the goal of making the usage of speech synthesis easier
for application programmers. It takes care of most of the tasks
necessary to solve in speech enabled applications. What is a very high
level GUI library to graphics, Speech Dispatcher is to speech
synthesis.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}speech-dispatcher>0:accessibility/py-speech-dispatcher@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/accessibility/py-speech-dispatcher/ && make install clean
- To add the package, run one of these commands:
- pkg install accessibility/py-speech-dispatcher
- pkg install py311-speech-dispatcher
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-speech-dispatcher listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-speech-dispatcher
- Package flavors (<flavor>: <package>)
- py311: py311-speech-dispatcher
- distinfo:
- TIMESTAMP = 1694513565
SHA256 (speech-dispatcher-0.11.5.tar.gz) = 1ce4759ffabbaf1aeb433a5ec0739be0676e9bdfbae9444a7b3be1b2af3ec12b
SIZE (speech-dispatcher-0.11.5.tar.gz) = 7230756
Packages (timestamps in pop-ups are UTC):
- Master port: accessibility/speech-dispatcher
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- help2man : misc/help2man
- py311-xdg>0 : devel/py-xdg@py311
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- gmake>=4.4.1 : devel/gmake
- intltool-extract : textproc/intltool
- makeinfo : print/texinfo
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-xdg>0 : devel/py-xdg@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libdotconf.so : devel/dotconf
- libltdl.so : devel/libltdl
- libsndfile.so : audio/libsndfile
- libspeechd.so : accessibility/speech-dispatcher
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- accessibility/orca
Configuration Options:
- No options to configure
- Options name:
- accessibility_py-speech-dispatcher
- USES:
- alias gettext gmake gnome libtool makeinfo pathfix pkgconfig python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: accessibility/speech-dispatcher |
Commit | Credits | Log message |
0.11.5 09 Sep 2024 09:15:25 |
Jason E. Hale (jhale) Author: Olivier Duchateau |
accessibility/(py-)speech-dispatcher: update to 0.11.5
PR: 273740 |
0.11.2_4 30 Jan 2024 20:44:14 |
Muhammad Moinur Rahman (bofh) |
accessibility/py-speech-dispatcher: Moved man to share/man
Reported by: antoine
Approved by: portmgr (blanket) |
0.11.2_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.11.1 02 Jul 2022 14:05:51 |
Dima Panov (fluffy) |
accessibility/py-speech-dispatcher: add missed plist after speechd update(+)
This is a followup to c2604a3e5aec3e9ee32047f84edf6845cdfa1e42 |
0.10.2 28 Jan 2022 01:00:08 |
Alexey Dokuchaev (danfe) |
accessibility/py-speech-dispatcher: add missing manpage to fix packaging. |
0.8.8_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.8_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.8 25 Apr 2019 14:12:09 |
antoine |
Clean up plist |
0.8.8 07 Apr 2019 14:23:24 |
tcberner |
accessibility/speech-dispatcher: update to 0.8.8 |
0.8.6_1 03 Feb 2018 17:06:46 |
amdmi3 |
- Fix shebangs for py-speech-dispatcher
Approved by: portmgr blanket |
0.8.6 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |