Commit Graph

27 Commits

Author SHA1 Message Date
ajacoutot
2cc23ca5d0 Build DEBUG_PACKAGES. 2022-11-13 11:56:15 +00:00
ajacoutot
7d9179412b Update to espeak(NG)-1.51. 2022-11-06 22:52:33 +00:00
naddy
b80841c8ec drop RCS Ids 2022-03-11 18:20:04 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
jasper
d257f0a968 unbreak with clang6 2018-04-08 19:43:44 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
ajacoutot
172f9ce956 Update to espeak-1.48.04. 2014-03-20 18:10:29 +00:00
ajacoutot
289a1f4027 Update to espeak-1.47.11. 2013-05-20 08:15:51 +00:00
ajacoutot
635273e1c1 Install the speak_lib header where applications are actually looking for it. 2013-04-17 15:55:17 +00:00
ajacoutot
a25a719203 Remove bogus comment; no pkg change. 2013-04-17 15:51:53 +00:00
ajacoutot
a8d70af174 Update to espeak-1.47.03. 2013-03-27 15:33:32 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
brad
be013343c1 Don't create the shared lib using soname.
ok sthen@
2012-09-26 19:20:59 +00:00
naddy
a8050c913d remove unneeded -pthread patches 2012-08-22 20:14:05 +00:00
ajacoutot
341625dc10 Update to espeak-1.46.02. 2012-06-23 12:23:31 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
jasper
3370aee8bf - cp(1) the file at a better moment 2010-09-29 20:35:39 +00:00
sthen
70bcc2b338 new-style LIB_DEPENDS/REVISION and sync WANTLIB where necessary 2010-09-05 10:25:16 +00:00
sturm
ebc5963265 unbreak build on sparc64...again 2009-05-14 19:24:06 +00:00
ajacoutot
992a95f9bf - bring in 2 patches from pkgsrc to actually make espeak work live (and
not only be able to save text to speech in wav file)
- rework the src Makefile
- use system portaudio.h instead of the bundled one
2009-04-16 16:39:17 +00:00
ajacoutot
e20d14ecc6 - update espeak to latest stable version: 1.40.02 2009-03-23 12:02:27 +00:00
sturm
dc1530ce30 use -fPIC -DPIC instead of just -fpic to unbreak build on sparc64 2008-11-04 06:40:26 +00:00
jasper
a369c27d08 - fix build on amd64
- honor CXX and CXXFLAGS
2008-11-03 20:23:18 +00:00
jasper
806931b602 import espeak 1.37
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
the articulation is much clearer and easier to listen to for long
periods.
2008-10-26 19:42:11 +00:00