Port details |
- espeak-ng Software speech synthesizer
- 1.51.1_5 audio =6 1.51.1_5Version of this port present on the latest quarterly branch.
- Maintainer: se@FreeBSD.org
- Port Added: 2022-07-15 14:39:13
- Last Update: 2024-01-28 18:33:07
- Commit Hash: 836d692
- People watching this port, also watch:: openjpeg, flac, libevent, mesa-libs, dbus
- License: GPLv3
- WWW:
- https://github.com/espeak-ng/espeak-ng/
- Description:
- eSpeak is a compact open source software speech synthesizer for English
and other languages.
eSpeak produces good quality English speech. It uses a different
synthesis method from other open source TTS engines, and sounds quite
different. It's perhaps not as natural or "smooth", but I find the
articulation clearer and easier to listen to for long periods.
It can run as a command line program to speak text from a file or
from stdin.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- espeak-ng>0:audio/espeak-ng
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/audio/espeak-ng/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/espeak-ng
- pkg install espeak-ng
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: espeak-ng
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1656700276
SHA256 (espeak-ng-espeak-ng-1.51.1_GH0.tar.gz) = 0823df5648659dcb67915baaf99118dcc8853639f47cadaa029c174bdd768d20
SIZE (espeak-ng-espeak-ng-1.51.1_GH0.tar.gz) = 14260107
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:
-
- ronn : textproc/rubygem-ronn
- gmake>=4.3 : devel/gmake
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libpcaudio.so : audio/pcaudiolib
- This port is required by:
- for Libraries
-
- accessibility/speech-dispatcher
- audio/asterisk-espeak
- audio/py-pyttsx3
- games/oolite
- lang/basic256
- multimedia/arcan
Configuration Options:
- ===> The following configuration options are available for espeak-ng-1.51.1_5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- audio_espeak-ng
- USES:
- autoreconf gmake libtool localbase
- 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 |
1.51.1_5 28 Jan 2024 18:33:07 |
Muhammad Moinur Rahman (bofh) |
audio/espeak-ng: Moved man to share/man
Approved by: portmgr (blanket) |
1.51.1_4 04 Jun 2023 16:21:24 |
Dimitry Andric (dim) |
audio/espeak-ng: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because audio/espeak-ng's Makefile does not explicitly set its C++
standard, this leads to an error:
src/speechPlayer/src/speechWaveGenerator.cpp:197:56: error: reference to
'sample' is ambiguous
unsigned int generate(const unsigned int sampleCount, sample*
sampleBuf) {
^
src/speechPlayer/src/sample.h:23:3: note: candidate found by name lookup is
'sample'
} sample;
^
/usr/include/c++/v1/__algorithm/sample.h:95:17: note: candidate found by name
lookup is 'std::sample'
_SampleIterator sample(_PopulationIterator __first,
^
This is because speechWaveGenerator.cpp has "using namespace std;" at
the top, so "sample" can match both "std::sample" (from <algorithm>) and
"struct sample" (from sample.h). Qualify "sample" as "::sample" to work
around the problem.
PR: 271486
Approved by: maintainer timeout (2 weeks)
MFH: 2023Q2 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.51.1_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.51.1_3 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.51.1_3 17 Jul 2022 16:44:35 |
Stefan Eßer (se) |
audio/espeak-ng: add espeak to CONFLICTS_INSTALL
The espeak package has been replaced by espeak-ng, but since the pkg
command does not understand that the latter replaces the former, it is
possible that "pkg upgrade" tries to install espeak-ng on a system
that already has espeak installed.
Create and plan to keep the CONFLICTS_INSTALL entry for some time in
order to let the pkg command know that it cannot install espeak-ng
without prior deinstallation of espeak. |
1.51.1_2 15 Jul 2022 14:36:21 |
Stefan Eßer (se) |
audio/espeak: rename to audio/espeak-ng
The stale espeak repository has been forked and development has
restarted under the name espeak-ng. |