diff --git a/multimedia/sound/flite/actions.py b/multimedia/sound/flite/actions.py
new file mode 100644
index 0000000000..6eae5e69a5
--- /dev/null
+++ b/multimedia/sound/flite/actions.py
@@ -0,0 +1,25 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+#WorkDir = "flite-%s-current" % get.srcVERSION()
+
+def setup():
+ autotools.configure("--prefix=/usr \
+ --with-audio=alsa \
+ --with-vox=cmu_us_kal16")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
+
+ pisitools.dodoc("COPYING", "README")
diff --git a/multimedia/sound/flite/pspec.xml b/multimedia/sound/flite/pspec.xml
new file mode 100644
index 0000000000..3d996a73a6
--- /dev/null
+++ b/multimedia/sound/flite/pspec.xml
@@ -0,0 +1,85 @@
+
+
+
+
+ flite
+ http://www.speech.cs.cmu.edu/flite/index.html
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ app:console
+ library
+ Flite: a small run-time speech synthesis engine
+ Flite (festival-lite) is a small, fast run-time speech 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.
+ http://www.festvox.org/flite/packed/flite-2.0/flite-2.0.0-release.tar.bz2
+
+ alsa-lib-devel
+ chrpath
+
+
+
+
+
+
+ flite
+
+ alsa-lib
+
+
+ /usr/bin
+ /usr/share/doc
+ /usr/lib
+
+
+
+
+ flite-devel
+ Development headers for flite
+
+ flite
+
+
+ /usr/include
+
+
+
+
+
+ 2016-12-29
+ 2.0.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2014-08-18
+ 1.9.0
+ Version Bump.
+ Vedat Demir
+ vedat@pisilinux.org
+
+
+ 2014-05-27
+ 1.4
+ Rebuild.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-01-24
+ 1.4
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2010-10-12
+ 1.4
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/multimedia/sound/flite/translations.xml b/multimedia/sound/flite/translations.xml
new file mode 100644
index 0000000000..e8a11ed712
--- /dev/null
+++ b/multimedia/sound/flite/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ flite
+ Küçük ve hızlı bir konuşma sentezleyici
+ Flite (festival-lite), CMU tarafından geliştirilmiş küçük ve hızlı bir konuşma sentezleyicisidir. Flite, Festival'e alternatif sentezleyici olarak, öncelikle küçük gömülü sistemler ve/veya büyük sunucular için tasarlanmıştır.
+
+
+
+ flite-devel
+ flite için geliştirme başlıkları
+
+
diff --git a/multimedia/sound/speech-dispatcher/pspec.xml b/multimedia/sound/speech-dispatcher/pspec.xml
index 7c2dc3310e..21eb5f589c 100644
--- a/multimedia/sound/speech-dispatcher/pspec.xml
+++ b/multimedia/sound/speech-dispatcher/pspec.xml
@@ -15,7 +15,7 @@
libraryspeech dispatcher: common interface to speech synthesisSpeech Dispatcher is a device independent layer for speech synthesis that provides a common easy to use interface for both client applications (programs that want to speak) and for software synthesizers (programs actually able to convert text to speech).
- http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.3.tar.gz
+ https://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.6.tar.gzglib2-devellibsndfile-devel
@@ -85,6 +85,13 @@
+
+ 2016-12-29
+ 0.8.6
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-06-090.8.3