flite stable port information

Package: flite
Version: 1.3
Revision: 1
###
Source: http://fife.speech.cs.cmu.edu/flite/packed/flite-%v/flite-%v-release.tar.gz
# 1.2
#Source-MD5: 359e6a36c1b4789c099a23c731c27ca9
# 1.3
Source-MD5: ae0aca1cb7b4801f4372f3a75a9e52b5
SourceDirectory: flite-%v-release
###
DocFiles: README COPYING ACKNOWLEDGEMENTS
###
Maintainer: Hans-Christoph Steiner
HomePage: http://fife.speech.cs.cmu.edu/flite/
License: DFSG-Approved
Description: Small, fast run-time voice synthesis engine
###
BuildDepends: fink (>= 0.24.12)
PatchFile: %n.patch
PatchFile-MD5: 4d02260c07aed4d20cc2f983d8e741c8
###
ConfigureParams: --with-audio=none
###
DescDetail: <<
University of Edinburgh's Festival Speech Synthesis Systems is a free
software multi-lingual speech synthesis workbench that runs on
multiple-platforms offering black box text to speech, as well as an open
architecture for research in speech synthesis. It designed as a component of
large speech technology systems.

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.

Warning: compilation can take a long time on machines with low memory.
<<

flite stable port .patch

--- flite-1.3-release/tools/find_sts_main.c 2005-01-01 09:04:43.000000000 -0500
+++ flite-1.3-release/tools/find_sts_main.c 2008-03-11 18:43:25.000000000 -0400
@@ -39,8 +39,10 @@
/*************************************************************************/
#include
#include
+#ifndef __APPLE__
#include
+#endif

/* To allow some normally const fields to manipulated during building */
#define const

--- /tmp/flite-1.3-release/Makefile 2005-11-01 08:40:45.000000000 -0500
+++ flite-1.3-release/Makefile 2008-03-20 16:05:41.000000000 -0400
@@ -109,7 +109,7 @@
mkdir -p $(INSTALLLIBDIR)
mkdir -p $(INSTALLINCDIR)
$(INSTALL) -m 644 include/*.h $(INSTALLINCDIR)
- @ $(MAKE) -C lib --no-print-directory install
+ $(INSTALL) -m 644 $(BUILDDIR)/lib/*.a $(INSTALLLIBDIR)
$(INSTALL) -m 755 bin/flite $(INSTALLBINDIR)
$(INSTALL) -m 755 bin/flite_time $(INSTALLBINDIR)

flite _unstable_ port .patch