Port details |
- py-pyttsx3 Offline Text To Speech (TTS) converter for Python
- 2.98_1 audio
=2 2.98Version of this port present on the latest quarterly branch. - Maintainer: rhurlin@FreeBSD.org
 - Port Added: 2023-05-13 15:45:15
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MPL20
- WWW:
- https://github.com/nateshmbhat/pyttsx3
- Description:
- pyttsx3 is a text-to-speech conversion library in Python.
Unlike alternative libraries, it works offline.
¦ ¦ ¦ ¦ 
- 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}pyttsx3>0:audio/py-pyttsx3@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/audio/py-pyttsx3/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/py-pyttsx3
- pkg install py311-pyttsx3
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-pyttsx3 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pyttsx3
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1727720421
SHA256 (pyttsx3-2.98.tar.gz) = cc609466151d8c4a69c1c765a945f893c00c1fd2569c2db55e17dc22121e9162
SIZE (pyttsx3-2.98.tar.gz) = 32052
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libespeak.so : audio/espeak-ng
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_py-pyttsx3
- USES:
- python
- 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) |
Commit | Credits | Log message |
2.98_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
2.98 30 Sep 2024 19:01:04
    |
Rainer Hurling (rhurlin)  |
audio/py-pyttsx3: Update to 2.98
Changelog: https://github.com/nateshmbhat/pyttsx3/compare/v2.95...v2.98
Reported by: Repology |
2.95 27 Sep 2024 06:50:10
    |
Rainer Hurling (rhurlin)  |
audio/py-pyttsx3: Update to 2.95
- many fixes for word event timings in nsss and sapi WIP
- Resolves #142 for empty save_to_file() on darwin platform (NSSS driver)
Changelog: https://github.com/nateshmbhat/pyttsx3/compare/v2.91...v2.95
Reported by: portscout, Repology |
2.91 15 Aug 2024 17:57:53
    |
Rainer Hurling (rhurlin)  |
audio/py-pyttsx3: Update to 2.91
Changelog: https://github.com/nateshmbhat/pyttsx3/compare/v.2.90...v2.91
Reported by: Repology
MFH: 2024Q3 |
2.90.12 13 May 2023 15:43:01
    |
Rainer Hurling (rhurlin)  |
audio/py-pyttsx3: Add port
Offline Text To Speech (TTS) converter for Python. Unlike alternative libraries,
it works offline.
Requires some post-release commits from Github due to dependency on
audio/espeak-ng[1]. If release version 2.90 is installed via e.g. PIP instead,
it will not find audio/espeak's libespeak-ng.so.1 library.
The port is needed as one of the dependencies of the QGIS plugin 'QChatGPT'.
[1]
https://github.com/nateshmbhat/pyttsx3/commit/1e2cd7fc63671a410e6ca7b53b1e3b048577e962 |