summaryrefslogtreecommitdiff
path: root/audio/flite/patches
AgeCommit message (Collapse)AuthorFilesLines
2021-04-17flite: update to 2.2nia2-50/+8
Changes: Better grapheme support for hundreds of new languages as part of Wilderness project (http://www.festvox.org/cmu_wilderness/) Also includes updated G2P rules for indic
2019-09-07flite: Update to 2.1nia5-109/+62
* Indic language support * Patch CVE-2014-0027 locally
2013-11-18Improve the workaround for what is now PR 48385.dholland1-19/+18
2013-11-17Add workaround for the looping I've been seeing building into tmpfs.dholland1-0/+28
It seems to be a gmake bug; I'm looking into that.
2009-07-07user-destdir supportjoerg1-10/+10
2007-07-08Make flite work on OpenBSD. Patch from OpenBSD ports. Suggested byminskim1-0/+24
Alexander Nasonov in PR 36557. Bump PKGREVISION.
2007-01-21One source file defines "const" to expand to nothing -- and includesrillig1-0/+18
system headers before and after that definition. Luckily, Solaris is quite strict about that, since it defines getopt() in three different header files. And I always thought that this redundancy wasn't useful.
2006-10-08Fixed "test ==".rillig2-0/+71
2006-09-01Install libraries, which were inexplicably not installed before.gdt1-5/+6
PKGREVISION++. From Nick Goffee of BBN via pkgsrc-acert.
2006-01-16Initial import of flite-1.3.xtraeme1-0/+34
Flite (festival-lite) is a small, fast run-time synthesis engine developed at CMU and primarily designed for small embedded machines and/or large servers. Flite is designed as an alternative synthesis engine to Festival for voices built using the FestVox suite of voice building tools.